mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
14 lines
448 B
XML
14 lines
448 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<record model="mrp.production.request" id="wood_panel_request">
|
|
<field name="product_id" ref="mrp.product_product_wood_panel"/>
|
|
<field name="bom_id" ref="mrp.mrp_bom_wood_panel"/>
|
|
</record>
|
|
|
|
<function model="mrp.production.request" name="populate_qty_by_workcenter">
|
|
<value eval="[ref('mrp_request_workcenter_cycle.wood_panel_request')]"/>
|
|
</function>
|
|
|
|
</odoo>
|