Skip to content

Commit

Permalink
[MIG] partner_sales_abc: Migration to 15.0
Browse files Browse the repository at this point in the history
closes #86

Signed-off-by: Nicolas Mac Rouillon <nmr@adhoc.com.ar>
  • Loading branch information
Pablo Paez committed Jan 7, 2022
1 parent be754c9 commit 8917a7a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions partner_sales_abc/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,19 @@
##############################################################################
{
'name': 'Partner Sales ABC',
'version': "13.0.1.0.0",
'version': "15.0.1.0.0",
'website': 'www.adhoc.com.ar',
'author': 'ADHOC SA',
'license': 'AGPL-3',
'category': 'Tools',
'depends': [
'base',
'mail'
'contacts',
],
'data': [
'views/partner_view.xml',
],
'test': [],
'installable': False,
'installable': True,
'auto_install': False,
'application': True,
}

0 comments on commit 8917a7a

Please sign in to comment.