diff options
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"/> |
