Add fields sale_party and sale_shipment_party in view tree

This commit refs #26002
This commit is contained in:
ramon.vidal 2023-03-03 11:17:21 +01:00 committed by Sergio Morillo
parent ddeb7f023c
commit bd0a5adee7
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
<data>
<xpath expr="/tree/field[@name='document']" position="after">
<field name="sale_state"/>
<field name="sale_party"/>
<field name="sale_shipment_party"/>
<field name="sale_invoice_state"/>
<field name="sale_date"/>
</xpath>