2
0

Merge PR #1585 into 16.0

Signed-off-by legalsylvain
This commit is contained in:
OCA-git-bot 2023-02-13 17:06:46 +00:00
commit a8132f0a41
2 changed files with 12 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"views/view_account_account_template.xml",
"views/view_account_tax_template.xml",
"views/view_account_fiscal_position_template.xml",
"views/view_account_move_line.xml",
],
"demo": ["demo/res_groups.xml"],
"installable": True,

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (C) 2023 - Creu Blanca
@author: Enric Tobella
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<record id="account.action_account_moves_all_tree" model="ir.actions.act_window">
<field name="binding_model_id" ref="base.model_res_partner" />
</record>
</odoo>