mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
product_cost_rollup_to_bom: update the standard cost of a product
This commit is contained in:
committed by
Héctor Vi Or
parent
9df9a33095
commit
47576de8b2
@@ -0,0 +1 @@
|
||||
../../../../product_cost_rollup_to_bom
|
||||
6
setup/product_cost_rollup_to_bom/setup.py
Normal file
6
setup/product_cost_rollup_to_bom/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user