Skip to content

Commit 24f2ed2

Browse files
committed
[FIX]Use proper version scheme to be PIP installable
https://github.com/acsone/setuptools-odoo
1 parent 9503ee8 commit 24f2ed2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

report_aeroo/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
{
3737
'name': 'Aeroo Reports',
38-
'version': '1.2.1',
38+
'version': '9.0.1.0.0',
3939
'category': 'Generic Modules/Aeroo Reports',
4040
'summary': 'Enterprise grade reporting solution',
4141
'description': """

report_aeroo_controller/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
'name': 'Aeroo Reports Web Controller',
3535
'category': 'Generic Modules/Aeroo Reports',
36-
'version': '1.2.1',
36+
'version': '9.0.1.0.0',
3737
'summary': "Additional file MIME types",
3838
'description':
3939
"""

report_aeroo_direct_print/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
'name': 'Aeroo Reports - Direct printing to printer',
3535
'summary': 'Print Aeroo Reports directly to a printer',
36-
'version': '1.0',
36+
'version': '9.0.1.0.0',
3737
'category': 'Generic Modules/Aeroo Reports',
3838
'description': """
3939
Direct Print module for Aeroo Reports enables printing a report directly to

report_aeroo_printscreen/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
{
3333
'name': 'Aeroo Reports - Print Screen',
34-
'version': '1.1',
34+
'version': '9.0.1.0.0',
3535
'category': 'Generic Modules/Aeroo Reporting',
3636
'summary': 'Report any model in a spreadsheet report',
3737
'description': """

report_aeroo_sample/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
{
3333
"name": "Aeroo Reports - Sample",
34-
"version": "1.0",
34+
'version': '9.0.1.0.0',
3535
'summary': 'Just a demo report',
3636
"description" : "Report sample for Aeroo Reports (report_aeroo) module",
3737
"author": "Alistek",

0 commit comments

Comments
 (0)