[IMP] account_statement_base: add form to statement view_mode

This commit is contained in:
Ronald Portier (Therp BV)
2023-04-05 10:11:49 +02:00
parent 88c0ace637
commit dfbad86b51
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2023 Therp BV
Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).
-->
<odoo>
<!-- Add form to view mode. -->
<record id="account.action_bank_statement_tree" model="ir.actions.act_window">
<field name="res_model">account.bank.statement</field>
<field name="view_mode">tree,form,pivot,graph</field>
</record>
</odoo>