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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user