Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server_global_parameters/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Server Global Parameters',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
"author": "ADHOC SA",
"website": "www.adhoc.com.ar",
'license': 'AGPL-3',
Expand All @@ -33,7 +33,7 @@
],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': True,
'application': False,
'qweb': [
Expand Down
4 changes: 2 additions & 2 deletions server_mode/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Server Mode',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
"author": "ADHOC SA",
"website": "www.adhoc.com.ar",
'license': 'AGPL-3',
Expand All @@ -32,7 +32,7 @@
],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': True,
'application': False,
}
4 changes: 2 additions & 2 deletions server_mode_fetchmail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Server Mode - Fetchmail',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
"author": "ADHOC SA",
"website": "www.adhoc.com.ar",
'license': 'AGPL-3',
Expand All @@ -34,7 +34,7 @@
],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': True,
'application': False,
'qweb': [
Expand Down
4 changes: 2 additions & 2 deletions server_mode_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Server Mode - Mail',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
"author": "ADHOC SA",
"website": "www.adhoc.com.ar",
'license': 'AGPL-3',
Expand All @@ -34,7 +34,7 @@
],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': True,
'application': False,
'qweb': [
Expand Down