mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
display the transaction_id field in the bank statement tree view as the form is now unused by default
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
<field name="model">account.bank.statement</field>
|
||||
<field name="inherit_id" ref="account.view_bank_statement_form" />
|
||||
<field eval="20" name="priority"/>
|
||||
<field name="type">form</field>
|
||||
<field name="arch" type="xml">
|
||||
<data>
|
||||
<xpath expr="/form/sheet/notebook/page/field[@name='line_ids']/form/group/field[@name='label']" position="after">
|
||||
<field name="transaction_id" />
|
||||
</xpath>
|
||||
</data>
|
||||
<xpath expr="//field[@name='line_ids']/form//field[@name='label']" position="after">
|
||||
<field name="transaction_id" />
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='line_ids']/tree/field[@name='ref']" position="after">
|
||||
<field name="transaction_id" />
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user