diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-01 00:50:26 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-01 00:50:26 +0700 |
| commit | 7f75982f2db861e381d418e3dd4311b503a34070 (patch) | |
| tree | add96cb994366737ababc94d29fee10eed53622f /fixco_custom/views | |
| parent | aaaf75e4f4c62b7481c354456909e958d1631379 (diff) | |
push fix webhook ginee to detail order
Diffstat (limited to 'fixco_custom/views')
| -rwxr-xr-x | fixco_custom/views/product_product.xml | 3 | ||||
| -rw-r--r-- | fixco_custom/views/purchase_pricelist.xml | 19 |
2 files changed, 19 insertions, 3 deletions
diff --git a/fixco_custom/views/product_product.xml b/fixco_custom/views/product_product.xml index 52945eb..3e29707 100755 --- a/fixco_custom/views/product_product.xml +++ b/fixco_custom/views/product_product.xml @@ -19,9 +19,6 @@ <field name="qr_code_variant" widget="image" readonly="True"/> <field name="product_public_category_id"/> </field> - <field name="uom_po_id" position="after"> - <field name="qty_multiple" /> - </field> <notebook position="inside"> <page string="Bundling"> <field name="bundling_line_ids"/> diff --git a/fixco_custom/views/purchase_pricelist.xml b/fixco_custom/views/purchase_pricelist.xml index dd4f6ea..b4e70f6 100644 --- a/fixco_custom/views/purchase_pricelist.xml +++ b/fixco_custom/views/purchase_pricelist.xml @@ -35,4 +35,23 @@ </field> </record> + <record id="purchase_pricelist_action" model="ir.actions.act_window"> + <field name="name">Purchase Pricelist</field> + <field name="type">ir.actions.act_window</field> + <field name="res_model">purchase.pricelist</field> + <field name="view_mode">tree,form</field> + <field name="help" type="html"> + <p class="o_view_nocontent_smiling_face"> + Add Purchase Pricelist! + </p> + </field> + </record> + + <menuitem + id="menu_purchase_pricelist" + name="Purchase Pricelist" + parent="purchase.menu_purchase_products" + sequence="3" + action="purchase_pricelist_action" + /> </odoo>
\ No newline at end of file |
