We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b857db commit 117267eCopy full SHA for 117267e
l10n_ro_stock_account/tests/test_consum.py
@@ -117,7 +117,10 @@ def test_usage_giving(self):
117
118
def test_consume(self):
119
self.set_stock(self.product_mp, 2)
120
- # val_mp = round(2 * self.price_p1, 2)
+ 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
+
124
_logger.debug("Start consum produse")
125
126
location_id = self.picking_type_transfer.default_location_src_id
0 commit comments