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
TheerayutEncoder committed Nov 22, 2022
1 parent edc7c40 commit adc905d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions 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
6 changes: 6 additions & 0 deletions setup/analytic_tag_dimension_enhanced/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit adc905d

Please sign in to comment.