From 176a8ec377e926bc707f48693ed25b6cd304d2ca Mon Sep 17 00:00:00 2001 From: Fabien Bourgeois Date: Tue, 25 Oct 2016 15:13:26 +0200 Subject: [PATCH] [REF]Better module version numbering + pylint fixes --- golem_activity/__openerp__.py | 5 +++-- golem_activity_place/__openerp__.py | 6 +++--- golem_activity_registration/__openerp__.py | 6 +++--- golem_activity_registration_export/__openerp__.py | 6 +++--- golem_activity_registration_state/__openerp__.py | 6 +++--- golem_base/__openerp__.py | 4 +++- golem_family/__openerp__.py | 5 +++-- golem_family_minor/__openerp__.py | 6 +++--- golem_member/__openerp__.py | 5 +++-- golem_member_familyquotient/__openerp__.py | 5 +++-- golem_member_minor/__openerp__.py | 5 +++-- golem_member_skills/__openerp__.py | 5 +++-- golem_membership/__openerp__.py | 5 +++-- golem_season/__openerp__.py | 7 +++---- 14 files changed, 42 insertions(+), 34 deletions(-) diff --git a/golem_activity/__openerp__.py b/golem_activity/__openerp__.py index 878dede6..b744c60b 100644 --- a/golem_activity/__openerp__.py +++ b/golem_activity/__openerp__.py @@ -15,11 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM activities', 'summary': 'Extends Odoo products for multi-activity', - 'description': 'Multi-activities management', - 'version': '0.1', + 'version': '8.0.2.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_activity_place/__openerp__.py b/golem_activity_place/__openerp__.py index 82980eb1..d602eb4f 100644 --- a/golem_activity_place/__openerp__.py +++ b/golem_activity_place/__openerp__.py @@ -15,12 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM Activity Places', 'summary': 'GOLEM Activity avdanced places management', - 'description': ''' Management of minimum places, overbook and max - overbook... ''', - 'version': '0.1', + 'version': '8.0.2.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_activity_registration/__openerp__.py b/golem_activity_registration/__openerp__.py index 33b47d87..1740bec6 100644 --- a/golem_activity_registration/__openerp__.py +++ b/golem_activity_registration/__openerp__.py @@ -15,12 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM Activity Member Registrations', 'summary': 'GOLEM Activities Member Registrations management', - 'description': ''' Non-profit french MJC activity member registrations - management ''', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_activity_registration_export/__openerp__.py b/golem_activity_registration_export/__openerp__.py index 6359c6cf..00ab28fe 100644 --- a/golem_activity_registration_export/__openerp__.py +++ b/golem_activity_registration_export/__openerp__.py @@ -15,12 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM Activity Member Registrations CSV exports', 'summary': 'GOLEM Activities Member Registration CSV exports', - 'description': ''' Non-profit french MJC activities member registration - CSV exports. ATM only members per activity ''', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_activity_registration_state/__openerp__.py b/golem_activity_registration_state/__openerp__.py index 8b2f278d..b4d6c5e0 100644 --- a/golem_activity_registration_state/__openerp__.py +++ b/golem_activity_registration_state/__openerp__.py @@ -15,12 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM Activity Session Member Registrations States', 'summary': 'GOLEM Activities Session Member Registration states', - 'description': ''' Non-profit french MJC activities member registration - states management ''', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_base/__openerp__.py b/golem_base/__openerp__.py index 5cb24d08..6b80d7a7 100644 --- a/golem_base/__openerp__.py +++ b/golem_base/__openerp__.py @@ -15,10 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM base module for global dependencies', 'summary': 'GOLEM base installs base and shared dependencies for GOLEM', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_family/__openerp__.py b/golem_family/__openerp__.py index 4c234830..cb01faca 100644 --- a/golem_family/__openerp__.py +++ b/golem_family/__openerp__.py @@ -15,11 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM families', 'summary': 'GOLEM Members Families', - 'description': ''' Non-profit french MJC members families management ''', - 'version': '0.2', + 'version': '8.0.2.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_family_minor/__openerp__.py b/golem_family_minor/__openerp__.py index 994bd026..20c88139 100644 --- a/golem_family_minor/__openerp__.py +++ b/golem_family_minor/__openerp__.py @@ -15,12 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM members minor and family', 'summary': 'GOLEM non-profit members family + minor management', - 'description': 'Non-profit french MJC members family update to minor ' - 'management', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_member/__openerp__.py b/golem_member/__openerp__.py index f55aede6..53a778e1 100644 --- a/golem_member/__openerp__.py +++ b/golem_member/__openerp__.py @@ -15,11 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM non-profit members', 'summary': 'Extends Odoo contacts for MJC', - 'description': 'Non-profit french MJC members management', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_member_familyquotient/__openerp__.py b/golem_member_familyquotient/__openerp__.py index 480f78f4..a2fad4d2 100644 --- a/golem_member_familyquotient/__openerp__.py +++ b/golem_member_familyquotient/__openerp__.py @@ -15,11 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM Member Family Quotient', 'summary': 'GOLEM Members Family Quotients', - 'description': ''' Non-profit french MJC members family quotient ''', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_member_minor/__openerp__.py b/golem_member_minor/__openerp__.py index ad35fa33..1f05b019 100644 --- a/golem_member_minor/__openerp__.py +++ b/golem_member_minor/__openerp__.py @@ -15,11 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM members minor', 'summary': 'GOLEM non-profit members minor management', - 'description': 'Non-profit french MJC members minor management', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_member_skills/__openerp__.py b/golem_member_skills/__openerp__.py index 1b405aaa..fd67eceb 100644 --- a/golem_member_skills/__openerp__.py +++ b/golem_member_skills/__openerp__.py @@ -15,11 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM members skills', 'summary': 'GOLEM non-profit members skills management', - 'description': 'Non-profit french MJC members skills management', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_membership/__openerp__.py b/golem_membership/__openerp__.py index 6857f7ab..3fab454e 100644 --- a/golem_membership/__openerp__.py +++ b/golem_membership/__openerp__.py @@ -15,11 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM non-profit membership handling', 'summary': 'Extends Odoo membership', - 'description': 'Non-profit french MJC membership management', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', diff --git a/golem_season/__openerp__.py b/golem_season/__openerp__.py index 20432911..46e072b3 100644 --- a/golem_season/__openerp__.py +++ b/golem_season/__openerp__.py @@ -15,13 +15,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +""" Manifest file """ + { 'name': 'GOLEM seasons', 'summary': 'GOLEM non-profit seasons management', - 'description': ''' - Non-profit french MJC seasons management with dates ranges - ''', - 'version': '0.1', + 'version': '8.0.1.0.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3',