Files
Odoo-Modules/fusion_labels/fusion_labels_pro/data/res_company_demo.xml
gsinghpal db4b9aa278 changes
2026-03-11 12:15:53 -04:00

9 lines
392 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="base.main_company" model="res.company">
<field name="print_label_preview_product_id" ref="product.product_product_4c"/>
<field name="print_label_preview_sale_pricelist_id" ref="main_pricelist"/>
<field name="print_label_preview_sale_pricelist_id" ref="promo_pricelist"/>
</record>
</odoo>