[IMP] account_move_attachement_zipped_download, account_quotation_sale_order_invoice_title, account_usability_misc: pre-commit execution

This commit is contained in:
Stéphan Sainléger
2026-03-17 23:04:52 +01:00
parent bb6891d825
commit 07669b8bf9
33 changed files with 1314 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="view_bank_statement_tree" model="ir.ui.view">
<field name="name">account.bank.statement.tree</field>
<field name="model">account.bank.statement</field>
<field name="inherit_id" ref="account.view_bank_statement_tree" />
<field name="arch" type="xml">
<tree position="attributes">
<attribute name="create">false</attribute>
</tree>
</field>
</record>
</odoo>