Skip to content

Commit

Permalink
[MIG] analytic_tag_dimension_enhanced: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed Mar 3, 2023
1 parent 639a3cb commit 224c7a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion analytic_tag_dimension_enhanced/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Analytic Accounts Dimensions Enhanced",
"version": "14.0.1.1.2",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"author": "Ecosoft, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-analytic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class AccountAnalyticDimension(models.Model):
"of selected analytic tags in working document",
)
required = fields.Boolean(
string="Required",
default=False,
help="If required, this dimension needed to be selected in working document",
)
Expand Down

0 comments on commit 224c7a2

Please sign in to comment.