ICT bug
This commit is contained in:
@@ -1693,10 +1693,6 @@ class InvoicePaddingContext(ModelView):
|
|||||||
class InvoiceLine(metaclass=PoolMeta):
|
class InvoiceLine(metaclass=PoolMeta):
|
||||||
__name__ = 'account.invoice.line'
|
__name__ = 'account.invoice.line'
|
||||||
|
|
||||||
lot_weight_snapshots = fields.One2Many(
|
|
||||||
'account.invoice.line.lot.weight', 'invoice_line',
|
|
||||||
"Lot Weight Snapshots")
|
|
||||||
|
|
||||||
def _get_report_trade(self):
|
def _get_report_trade(self):
|
||||||
origin = getattr(self, 'origin', None)
|
origin = getattr(self, 'origin', None)
|
||||||
if not origin:
|
if not origin:
|
||||||
|
|||||||
Reference in New Issue
Block a user