[MIG] partner_tree_default to 3 modules: partner_tree_default_base, partner_tree_default_account and partner_tree_default_contacts

This commit is contained in:
Alexis de Lattre
2020-12-03 23:48:14 +01:00
parent 86ec56b610
commit d72872eb90
10 changed files with 109 additions and 13 deletions

View File

@@ -0,0 +1,18 @@
<?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="account.res_partner_action_customer" model="ir.actions.act_window">
<field name="view_mode">tree,form,kanban</field>
</record>
<record id="account.res_partner_action_supplier" model="ir.actions.act_window">
<field name="view_mode">tree,form,kanban</field>
</record>
</odoo>