Skip to content
Snippets Groups Projects
Commit 36c8b93e authored by William Henrotin's avatar William Henrotin
Browse files

[FIX] mrp: create finished moves in demo data

The Table (MTO) production hasn't its finished moves created in the demo
data. This lead to the impossiblity to mark as done the production
order.

Task : 2278147

X-original-commit: d6e20db6f6b372707a67ec63d71a1c2737511765
parent a8a98a61
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,9 @@
<function model="stock.move" name="create">
<value model="stock.move" eval="obj().env.ref('mrp.mrp_production_3')._get_moves_raw_values()"/>
</function>
<function model="stock.move" name="create">
<value model="stock.move" eval="obj().env.ref('mrp.mrp_production_3')._get_moves_finished_values()"/>
</function>
<record id="mrp_bom_table_top" model="mrp.bom">
<field name="product_tmpl_id" ref="product_product_computer_desk_head_product_template"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment