mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
Merge pull request #252 from ForgeFlow/15.0-fp-251
[15.0][FIX] policies not being updated from RMA group
This commit is contained in:
@@ -29,12 +29,9 @@
|
||||
<field name="invoice_count" widget="statinfo" string="Origin Inv" />
|
||||
</button>
|
||||
</button>
|
||||
<!--
|
||||
<xpath expr="//field[@name='rma_line_ids']/tree/field[@name='price_unit']"
|
||||
position="after">
|
||||
<field name="account_move_line_id" invisible="True"/>
|
||||
<xpath expr="//field[@name='rma_line_ids']/tree" position="inside">
|
||||
<field name="refund_policy" invisible="True" />
|
||||
</xpath>
|
||||
-->
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
<xpath expr="//field[@name='rma_line_ids']/tree" position="inside">
|
||||
<field name="repair_type" invisible="True" />
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
<field name="sale_count" widget="statinfo" string="Origin SO" />
|
||||
</button>
|
||||
</div>
|
||||
<xpath expr="//field[@name='rma_line_ids']/tree" position="inside">
|
||||
<field name="sale_policy" invisible="True" />
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user