mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-26 09:31:58 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='resupply_wh_ids']" position="before">
|
||||
<field name="manufacture_to_resupply"/>
|
||||
<field name="manufacture_steps" attrs="{'invisible': [('manufacture_to_resupply', '=', False)]}" widget="radio" groups="stock.group_adv_location"/>
|
||||
<field name="manufacture_steps" invisible="not manufacture_to_resupply" widget="radio" groups="stock.group_adv_location"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='out_type_id']" position="after">
|
||||
<field name="manu_type_id" readonly="True"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue