remove unended code

This commit is contained in:
?ngel ?lvarez 2013-11-30 13:28:46 +01:00
parent a8a764a529
commit 336d17f0d2
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ class Plan:
operations = fields.One2Many('product.cost.plan.operation_line', 'plan',
'Operation Lines')
def get_cost(
@classmethod
def get_margins(cls, plans, names):
res = {}