18.02.26
This commit is contained in:
@@ -176,6 +176,7 @@ class InvoiceLine(metaclass=PoolMeta):
|
|||||||
if self.amount < 0 :
|
if self.amount < 0 :
|
||||||
cost *= -1
|
cost *= -1
|
||||||
logger.info("GETMOVELINES_COST:%s",cost)
|
logger.info("GETMOVELINES_COST:%s",cost)
|
||||||
|
anglo_saxon_move_lines_ = []
|
||||||
with Transaction().set_context(
|
with Transaction().set_context(
|
||||||
company=self.invoice.company.id, date=accounting_date):
|
company=self.invoice.company.id, date=accounting_date):
|
||||||
anglo_saxon_move_lines = self._get_anglo_saxon_move_lines(
|
anglo_saxon_move_lines = self._get_anglo_saxon_move_lines(
|
||||||
|
|||||||
Reference in New Issue
Block a user