Skip to content
Snippets Groups Projects
Commit 11c7a870 authored by Josse Colpaert's avatar Josse Colpaert
Browse files

[IMP] mrp: products in boms, ... should be stockable by default

parent 17be15fd
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
</div>
<group>
<group>
<field name="product_tmpl_id"/>
<field name="product_id" groups="product.group_product_variant"/>
<field name="product_tmpl_id" context="{'default_type': 'product'}"/>
<field name="product_id" groups="product.group_product_variant" context="{'default_type': 'product'}"/>
<label for="product_qty" string="Quantity"/>
<div class="o_row">
<field name="product_qty"/>
......@@ -41,7 +41,7 @@
<field name="bom_line_ids" widget="one2many_list">
<tree string="Components" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="product_id"/>
<field name="product_id" context="{'default_type': 'product'}"/>
<field name="has_attachments" invisible="1"/>
<button name="action_see_attachments" type="object" icon="fa-files-o" attrs="{'invisible': [('has_attachments', '=', False)]}"/>
<button name="action_see_attachments" type="object" icon="fa-file" attrs="{'invisible': [('has_attachments', '=', True)]}"/>
......
......@@ -109,7 +109,7 @@
products, process, or actions to take care of. (e.g; Warning, the bill of material changed,
check the details in new worksheet)
</p><p>
Messages can be configurred to appear during any operation: receptions, delivery orders,
Messages can be configured to appear during any operation: receptions, delivery orders,
manufacturing orders, work orders, etc.
</p>
</field>
......
......@@ -31,7 +31,7 @@
<field name="res_model">product.template</field>
<field name="view_type">form</field>
<field name="view_mode">kanban,tree,form</field>
<field name="context">{}</field>
<field name="context">{"search_default_products": 1, 'default_type': 'product'}</field>
</record>
<menuitem id="menu_mrp_product_form"
name="Products"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment