Skip to content

Commit 117267e

Browse files
committed
[17.0][FIX] corectie stornare consum, sa nu dubleze nota contabila
1 parent 7b857db commit 117267e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

l10n_ro_stock_account/tests/test_consum.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ def test_usage_giving(self):
117117

118118
def test_consume(self):
119119
self.set_stock(self.product_mp, 2)
120-
# val_mp = round(2 * self.price_p1, 2)
120+
val_mp = round(2 * self.price_p1, 2)
121+
self.check_stock_valuation_mp(val_mp, self.account_valuation_mp)
122+
self.check_account_valuation_mp(val_mp, self.account_valuation_mp)
123+
121124
_logger.debug("Start consum produse")
122125

123126
location_id = self.picking_type_transfer.default_location_src_id

0 commit comments

Comments
 (0)