mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
12 lines
248 B
XML
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>
|