This commit is contained in:
oscar alvarez 2022-03-15 16:08:56 -05:00
parent f7f926213a
commit 3f5156c25f
2 changed files with 15 additions and 0 deletions

View File

@ -11,6 +11,12 @@ copyright notices and license terms. -->
<field name="name">statement_journal_form</field>
</record>
<record model="ir.ui.view" id="statement_view_tree">
<field name="model">account.statement</field>
<field name="inherit" ref="account_statement.statement_view_tree"/>
<field name="name">statement_tree</field>
</record>
<record model="ir.ui.view" id="statement_line_view_form">
<field name="model">account.statement.line</field>
<field name="inherit" ref="account_statement.statement_line_view_form"/>

9
view/statement_tree.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of the sale_payment module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='date']" position="after">
<field name="total_amount" expand="1"/>
</xpath>
</data>