mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_asset_management: Migration to 13.0
This commit is contained in:
committed by
João Marques
parent
22b491e1c0
commit
49e6643094
@@ -14,7 +14,6 @@ class AccountAccount(models.Model):
|
||||
help="Default Asset Profile when creating invoice lines " "with this account.",
|
||||
)
|
||||
|
||||
@api.multi
|
||||
@api.constrains("asset_profile_id")
|
||||
def _check_asset_profile(self):
|
||||
for account in self:
|
||||
|
||||
Reference in New Issue
Block a user