[IMP] account_menu: Show Account move lines on Partner

This commit is contained in:
Enric Tobella
2023-02-10 13:07:53 +01:00
committed by root
parent fe04c0470e
commit 513e833de8
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>