summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-04-29 10:00:15 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-04-29 10:00:15 +0700
commit783b674e04dd123a5233fd01896925c73aa8143c (patch)
treea0b5dea1b38eb0141180396d621a76381a337f38 /indoteknik_custom/views
parentbac1744ce4e27d796fd2b52f5fbcd3d5cdabdc75 (diff)
check product on bom, view stock picking po and fix bug api flashsale header
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/mrp_production.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/indoteknik_custom/views/mrp_production.xml b/indoteknik_custom/views/mrp_production.xml
index f8278f39..419737f9 100644
--- a/indoteknik_custom/views/mrp_production.xml
+++ b/indoteknik_custom/views/mrp_production.xml
@@ -20,10 +20,26 @@
<page string="Purchase Match" name="purchase_order_lines_indent">
<field name="production_purchase_match"/>
</page>
+ <page string="Check Product" name="check_bom_product">
+ <field name="check_bom_product_lines"/>
+ </page>
</xpath>
</field>
</record>
+ <record id="check_bom_product_tree" model="ir.ui.view">
+ <field name="name">check.bom.product.tree</field>
+ <field name="model">check.bom.product</field>
+ <field name="arch" type="xml">
+ <tree editable="bottom" decoration-warning="status == 'Pending'" decoration-success="status == 'Done'">
+ <field name="code_product"/>
+ <field name="product_id"/>
+ <field name="quantity"/>
+ <field name="status" readonly="1"/>
+ </tree>
+ </field>
+ </record>
+
<record id="production_mrp_tree_view_inherited" model="ir.ui.view">
<field name="name">mrp.production.view.inherited</field>
<field name="model">mrp.production</field>