Files
manufacture/mrp_request_bom_structure/data/config_parameter.xml
2020-12-28 19:19:17 +01:00

12 lines
248 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record model="ir.config_parameter" id="request_bom_structure">
<field name="key">request_bom_structure</field>
<field name="value">{}</field>
</record>
</odoo>