mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] line carriage
This commit is contained in:
@@ -54,7 +54,6 @@ class AccountMoveLine(orm.Model):
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
def _check_invoice_related_move(self, cr, uid, ids, vals=None, context=None):
|
def _check_invoice_related_move(self, cr, uid, ids, vals=None, context=None):
|
||||||
for line in self.browse(cr, uid, ids, context=context):
|
for line in self.browse(cr, uid, ids, context=context):
|
||||||
if line.invoice:
|
if line.invoice:
|
||||||
|
|||||||
Reference in New Issue
Block a user