mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-26 13:31:59 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
15
odoo-bringout-oca-ocb-mrp/mrp/views/stock_rule_views.xml
Normal file
15
odoo-bringout-oca-ocb-mrp/mrp/views/stock_rule_views.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="view_stock_rule_form" model="ir.ui.view">
|
||||
<field name="name">stock.rule.form.inherit.mrp</field>
|
||||
<field name="model">stock.rule</field>
|
||||
<field name="inherit_id" ref="stock.view_stock_rule_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="location_dest_from_rule" position="attributes">
|
||||
<attribute name="invisible">action not in ['pull', 'pull_push', 'manufacture']</attribute>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue