main #7

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

View File

@@ -178,7 +178,7 @@ class InvoiceLine(metaclass=PoolMeta):
cost, type_) cost, type_)
result.extend(anglo_saxon_move_lines) result.extend(anglo_saxon_move_lines)
#Fee inventoried delivery management #Fee inventoried delivery management
if self.lot: if self.lot and type_ != 'in_supplier':
FeeLots = Pool().get('fee.lots') FeeLots = Pool().get('fee.lots')
fees = FeeLots.search(['lot','=',self.lot.id]) fees = FeeLots.search(['lot','=',self.lot.id])
for fl in fees: for fl in fees: