[MIG] account_asset_management: Migration to 13.0

This commit is contained in:
ernestotejeda
2020-01-29 12:37:08 -05:00
committed by João Marques
parent 22b491e1c0
commit 49e6643094
116 changed files with 5713 additions and 9678 deletions

View File

@@ -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: