Update inherited_account_invoice.xml

This commit is contained in:
zainab2097 2024-08-06 10:34:30 +03:00 committed by GitHub
parent 655100e5d1
commit 6228d9440e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<attribute name="context">{'branch_id' : branch_id}</attribute> <attribute name="context">{'branch_id' : branch_id}</attribute>
</xpath> --> </xpath> -->
<xpath expr="//field[@name='line_ids']//tree//field[@name='partner_id']" position="after"> <xpath expr="//field[@name='line_ids']//tree//field[@name='partner_id']" position="after">
<field name="branch_id"/> <field optional="hide" name="branch_id"/>
</xpath> </xpath>
</field> </field>
</record> </record>