Skip to content

Commit

Permalink
[MIG] website_multicompany: Migration to 17.0
Browse files Browse the repository at this point in the history
closes #136

Signed-off-by: Juan José Scarafía <jjs@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed Jan 15, 2024
1 parent 3148ba7 commit 632486a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_multicompany/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Website Multicompany',
'version': "16.0.1.0.0",
'version': "17.0.1.0.0",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
Expand All @@ -28,6 +28,6 @@
],
'data': [],
'demo': [],
'installable': False,
'installable': True,
'auto_install': False,
}

0 comments on commit 632486a

Please sign in to comment.