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:46:15 +01:00
parent 65c9886a00
commit e592377692
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,7 +1,6 @@
stock_lot_expand_lot_required.diff
account_move_line_rule.diff
issue154_316.diff
issue136_416.diff
issue10467.diff
issue130_392_10919.diff
issue239_630.diff