diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-12-01 10:03:29 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-12-01 10:03:29 +0700 |
| commit | 15377b23022440d88c40c656a513b3397ba43e9a (patch) | |
| tree | b6ae76c8eb15e54a5c3a1eb1ca4106044f9dc11e /fixco_custom/views/product_product.xml | |
| parent | 9c3a7bba06bba9db22d84286f96739ef37e49ace (diff) | |
push revisi hari sabtu tanggal 29/11/25
Diffstat (limited to 'fixco_custom/views/product_product.xml')
| -rwxr-xr-x | fixco_custom/views/product_product.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fixco_custom/views/product_product.xml b/fixco_custom/views/product_product.xml index 08952b6..a622d36 100755 --- a/fixco_custom/views/product_product.xml +++ b/fixco_custom/views/product_product.xml @@ -6,9 +6,14 @@ <field name="model">product.product</field> <field name="inherit_id" ref="product.product_normal_form_view"/> <field name="arch" type="xml"> + <xpath expr="//header" position="inside"> + <button name="action_open_pricelist_wizard" + type="object" + string="Create/Update Purchase Pricelist" + class="oe_highlight"/> + </xpath> <field name="categ_id" position="after"> <field name="brand_id" /> - <field name="qty_multiple" /> <field name="barcode_box" /> <field name="qty_pcs_box" /> <field name="qr_code_variant" widget="image" readonly="True"/> |
