Skip to content

Commit

Permalink
Merge PR #935 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 2, 2020
2 parents a68c170 + 0c4495b commit 254b75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_asset_management/models/account_asset.py
Expand Up @@ -37,7 +37,7 @@ class AccountAsset(models.Model):
compute='_compute_move_line_check',
string='Has accounting entries')
name = fields.Char(
string='Asset Name', size=64, required=True,
string='Asset Name', required=True,
readonly=True, states={'draft': [('readonly', False)]})
code = fields.Char(
string='Reference', size=32, readonly=True,
Expand Down

0 comments on commit 254b75b

Please sign in to comment.