Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
14
mklab_forecast_mrp/views/product_views.xml
Normal file
14
mklab_forecast_mrp/views/product_views.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<odoo>
|
||||
|
||||
<record id="mklab_product" model="ir.ui.view">
|
||||
<field name="name">mklab product</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="inherit_id" ref="product.product_normal_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='default_code']" position="after">
|
||||
<field name="is_forecast_ok"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user