Enable the check of costs of production again. Tryton core already made some changes.

This commit is contained in:
Albert Cervera i Areny 2016-03-15 00:45:26 +01:00
parent 43c3105570
commit d6c8df76f1
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
Index: production.py
===================================================================
--- .a/trytond/trytond/modules/production/production.py
+++ .b/trytond/trytond/modules/production/production.py
@@ -441,6 +441,9 @@
production.check_cost()
def check_cost(self):
+ # avoid this check because it could be little differences because of
+ # rounding problems
+ return
if self.state != 'done':
return
cost_price = Decimal(0)

1
series
View File

@ -1,6 +1,5 @@
account_move_line_rule.diff
issue154_316.diff
issue136_416.diff
issue10467.diff
issue130_392_10919.diff
issue239_630.diff