mirror of
https://github.com/NaN-tic/trytond-account_invoice_tree.git
synced 2023-12-14 04:03:00 +01:00
Change comment position out xpath
This commit is contained in:
parent
a2a99f9c49
commit
48432d4f58
1 changed files with 1 additions and 1 deletions
|
@ -2,9 +2,9 @@
|
|||
<!-- The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<data>
|
||||
<!-- Required for party states -->
|
||||
<xpath expr="/form/notebook/page[@id='invoice']/field[@name='lines']"
|
||||
position="replace">
|
||||
<!-- Required for party states -->
|
||||
<field name="lines" invisible="1"/>
|
||||
<field name="lines_tree" colspan="6"
|
||||
view_ids="account_invoice_tree.invoice_line_view_tree_sequence"/>
|
||||
|
|
Loading…
Reference in a new issue