Odoo18-Base/addons/test_website_slides_full/data/res_groups_data.xml
2025-01-06 10:57:38 +07:00

12 lines
456 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- We want to activate product variant by default for testing product
configurator. Otherwise Odoo want to de-install the whole module due
to dependency chain. -->
<record id="base.group_user" model="res.groups">
<field name="implied_ids" eval="[(4, ref('product.group_product_variant'))]"/>
</record>
</data>
</odoo>