forked from Mapan/odoo17e
8 lines
270 B
XML
8 lines
270 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
<!-- Products should have 'Storable Product' type by default. -->
|
|
<function model="ir.default" name="set" eval="('product.template', 'detailed_type', 'product')"/>
|
|
</data>
|
|
</odoo>
|