diff --git a/production.py b/production.py index 6d30fcc..a34e6a1 100644 --- a/production.py +++ b/production.py @@ -9,7 +9,7 @@ __all__ = ['Production'] __metaclass__ = PoolMeta -class Production(ComposeCostSource, CostCenter): +class Production(ComposeCostSource): __name__ = 'production' diff --git a/production_cost_manage.xml b/production_cost_manage.xml index 55f8ef7..2160b02 100644 --- a/production_cost_manage.xml +++ b/production_cost_manage.xml @@ -6,28 +6,5 @@ production,-1 - - - - - - - production_inputs - production_inputs - - [('inputs', '=', %(cost_source)s)] - - True - True - - - - - \ No newline at end of file