[IMP] pre-commit: first run on whole repo
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
|
||||
|
||||
{
|
||||
'name': 'Partner Tree Default - Base',
|
||||
'version': '14.0.1.0.0',
|
||||
'category': 'Partner',
|
||||
'license': 'AGPL-3',
|
||||
'summary': 'Tree view by default instead of kanban for partners',
|
||||
'description': """
|
||||
"name": "Partner Tree Default - Base",
|
||||
"version": "14.0.1.0.0",
|
||||
"category": "Partner",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Tree view by default instead of kanban for partners",
|
||||
"description": """
|
||||
Partner Tree Default - Base
|
||||
===========================
|
||||
|
||||
@@ -17,9 +17,9 @@ With this module, when you select a *Customer* or *Vendors* menu entry, you will
|
||||
|
||||
This module has been written by Alexis de Lattre <alexis.delattre@akretion.com> from Akretion.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['base'],
|
||||
'data': ['views/res_partner.xml'],
|
||||
'installable': True,
|
||||
"author": "Akretion",
|
||||
"website": "https://github.com/OCA/odoo-usability",
|
||||
"depends": ["base"],
|
||||
"data": ["views/res_partner.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright 2016-2020 Akretion (http://www.akretion.com/)
|
||||
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
-->
|
||||
|
||||
<odoo>
|
||||
|
||||
<record id="base.action_partner_form" model="ir.actions.act_window">
|
||||
@@ -12,7 +11,7 @@
|
||||
</record>
|
||||
|
||||
<record id="base.action_partner_tree_view1" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="-1"/>
|
||||
<field name="sequence" eval="-1" />
|
||||
</record>
|
||||
|
||||
|
||||
@@ -20,16 +19,22 @@
|
||||
<field name="view_mode">tree,form,kanban</field>
|
||||
</record>
|
||||
|
||||
<record id="base.action_partner_customer_form_view2" model="ir.actions.act_window.view"> <!-- Stupid XMLID, it's a tree -->
|
||||
<field name="sequence" eval="-1"/>
|
||||
<record
|
||||
id="base.action_partner_customer_form_view2"
|
||||
model="ir.actions.act_window.view"
|
||||
> <!-- Stupid XMLID, it's a tree -->
|
||||
<field name="sequence" eval="-1" />
|
||||
</record>
|
||||
|
||||
<record id="base.action_partner_supplier_form" model="ir.actions.act_window">
|
||||
<field name="view_mode">tree,form,kanban</field>
|
||||
</record>
|
||||
|
||||
<record id="base.action_partner_vendor_form_view2" model="ir.actions.act_window.view"> <!-- Stupid XMLID, it's a tree -->
|
||||
<field name="sequence" eval="0"/>
|
||||
<record
|
||||
id="base.action_partner_vendor_form_view2"
|
||||
model="ir.actions.act_window.view"
|
||||
> <!-- Stupid XMLID, it's a tree -->
|
||||
<field name="sequence" eval="0" />
|
||||
</record>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user