main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 935862a66c - Show all commits

View File

@@ -120,7 +120,7 @@ class MtmStrategy(ModelSQL, ModelView):
total += value * qty
return total
return Decimal(str(total)).quantize(Decimal("0.01"))
def _get_matrix_price(self, comp, line, dt):
MatrixLine = Pool().get('price.matrix.line')