mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
fix _compute_move_line_check
This commit is contained in:
@@ -206,7 +206,7 @@ class AccountAsset(models.Model):
|
||||
for line in asset.depreciation_line_ids:
|
||||
if line.move_id:
|
||||
asset.move_line_check = True
|
||||
continue
|
||||
break
|
||||
|
||||
@api.depends('purchase_value', 'salvage_value', 'type', 'method')
|
||||
@api.multi
|
||||
|
||||
Reference in New Issue
Block a user