First working v12 version of mrp_average_cost

This commit is contained in:
Alexis de Lattre
2019-07-17 17:47:39 +02:00
parent 0bd3b0412c
commit 3bb11966dd
2 changed files with 82 additions and 127 deletions

View File

@@ -16,6 +16,7 @@
<field name="numbercall">-1</field> <!-- don't limit the number of calls -->
<field name="doall" eval="False"/>
<field name="model_id" ref="mrp.model_mrp_bom"/>
<field name="state">code</field>
<field name="code">model._phantom_update_product_standard_price()</field>
</record>