From 59794f0398d1bd27698de2e8cd32f8d56b17a0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20L=C3=B3pez?= Date: Wed, 12 Nov 2014 16:16:40 +0100 Subject: [PATCH] =?UTF-8?q?semillero-154=20Tipo=20de=20regla=20de=20distri?= =?UTF-8?q?buci=C3=B3n=20de=20costes=20para=20partidas=20en=20invernaderos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- production.py | 2 +- production_cost_manage.xml | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) 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