Skip to content

Commit

Permalink
[MIG] sale_exception_partner_state: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-weiss authored and nicomacr committed May 17, 2023
1 parent c6e3724 commit 208cac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_exception_partner_state/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Sale Exception - Partner State Integration',
'version': "15.0.1.0.0",
'version': "16.0.1.0.0",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
Expand All @@ -33,6 +33,6 @@
],
'demo': [
],
'installable': False,
'installable': True,
'auto_install': True,
}
1 change: 1 addition & 0 deletions sale_exception_partner_state/models/res_company.py
Expand Up @@ -11,6 +11,7 @@ class ResCompany(models.Model):
restrict_sales = fields.Selection(
[('yes', 'Yes'), ('amount_depends', 'Depends on the amount')],
'Restrict Sales?',
default='yes',
help="Restrict Sales to Unapproved Partners?"
)
restrict_sales_amount = fields.Float(
Expand Down

0 comments on commit 208cac5

Please sign in to comment.