Add possibility to make a manual update of standard_price from BOM

Add script to automate the update of standard_price for phantom BOM
Add user_id on price.history
This commit is contained in:
Alexis de Lattre
2016-04-13 22:41:08 +02:00
parent 87ec05e5ef
commit 81d97b2981
5 changed files with 65 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
<field name="datetime"/>
<field name="cost"/>
<field name="origin"/>
<field name="user_id"/>
<field name="company_id" groups="base.group_multi_company"/>
</group>
</form>
@@ -35,6 +36,7 @@
<field name="datetime"/>
<field name="cost"/>
<field name="origin"/>
<field name="user_id"/>
<field name="company_id" groups="base.group_multi_company"/>
</tree>
</field>