MIG product_print_zpl_barcode from v10 to v14

This commit is contained in:
Alexis de Lattre
2020-12-15 10:25:40 +01:00
parent 0acc4a3439
commit 25df0f8837
6 changed files with 40 additions and 46 deletions

View File

@@ -14,7 +14,7 @@
<field name="inherit_id" ref="product.product_normal_form_view" />
<field name="arch" type="xml">
<header position="inside">
<button name="%(product_print_zpl_barcode.product_print_zpl_barcode_action)d" type="action" string="Print Barcode"/>
<button name="%(product_print_zpl_barcode.product_print_zpl_barcode_action)d" type="action" string="Print Barcode" groups="base_report_to_printer.printing_group_user"/>
</header>
</field>
</record>