From 6f8a64238bdbbb62ab25e60aa53a1a0b2f728659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 10:03:09 +0200 Subject: [PATCH] [UPD] prefix versions with 8.0 --- README.md | 62 +++++++++---------- admin_technical_features/__openerp__.py | 2 +- auditlog/__openerp__.py | 2 +- auth_admin_passkey/__openerp__.py | 2 +- auth_dynamic_groups/__openerp__.py | 2 +- auth_from_http_remote_user/__openerp__.py | 2 +- base_concurrency/__openerp__.py | 2 +- base_external_dbsource/__openerp__.py | 2 +- base_field_serialized/__openerp__.py | 2 +- base_optional_quick_create/__openerp__.py | 2 +- base_report_auto_create_qweb/__openerp__.py | 2 +- base_suspend_security/__openerp__.py | 2 +- cron_run_manually/__openerp__.py | 2 +- database_cleanup/__openerp__.py | 2 +- dbfilter_from_header/__openerp__.py | 2 +- disable_openerp_online/__openerp__.py | 2 +- fetchmail_attach_from_folder/__openerp__.py | 2 +- .../__openerp__.py | 2 +- inactive_session_timeout/__openerp__.py | 2 +- language_path_mixin/__openerp__.py | 2 +- mail_environment/__openerp__.py | 2 +- mass_editing/__openerp__.py | 2 +- qweb_usertime/__openerp__.py | 2 +- scheduler_error_mailer/__openerp__.py | 2 +- server_environment/__openerp__.py | 2 +- .../__openerp__.py | 2 +- shell/__openerp__.py | 2 +- super_calendar/__openerp__.py | 2 +- users_ldap_groups/__openerp__.py | 2 +- users_ldap_mail/__openerp__.py | 2 +- users_ldap_populate/__openerp__.py | 2 +- web_context_tunnel/__openerp__.py | 2 +- 32 files changed, 62 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 0a4bdc518..26197b94e 100644 --- a/README.md +++ b/README.md @@ -17,38 +17,38 @@ Available addons ---------------- addon | version | summary --- | --- | --- -[admin_technical_features](admin_technical_features/) | 0.1 | Checks the technical features box for admin user. -[auditlog](auditlog/) | 1.0 | Audit Log -[auth_admin_passkey](auth_admin_passkey/) | 2.1.1 | Authentification - Admin Passkey -[auth_dynamic_groups](auth_dynamic_groups/) | 1.0 | Have membership conditions for certain groups -[auth_from_http_remote_user](auth_from_http_remote_user/) | 1.0 | Authenticate via HTTP Remote User -[base_concurrency](base_concurrency/) | 1.0 | Base Concurrency -[base_external_dbsource](base_external_dbsource/) | 1.3 | External Database Sources -[base_field_serialized](base_field_serialized/) | 1.0 | Serialized fields -[base_optional_quick_create](base_optional_quick_create/) | 0.1 | Avoid 'quick create' on m2o fields, on a 'by model' basis -[base_report_auto_create_qweb](base_report_auto_create_qweb/) | 1.0 | Report qweb auto generation -[base_suspend_security](base_suspend_security/) | 1.0 | Suspend security checks for a call +[admin_technical_features](admin_technical_features/) | 8.0.0.1.0 | Checks the technical features box for admin user. +[auditlog](auditlog/) | 8.0.1.0.0 | Audit Log +[auth_admin_passkey](auth_admin_passkey/) | 8.0.2.1.1 | Authentification - Admin Passkey +[auth_dynamic_groups](auth_dynamic_groups/) | 8.0.1.0.0 | Have membership conditions for certain groups +[auth_from_http_remote_user](auth_from_http_remote_user/) | 8.0.1.0.0 | Authenticate via HTTP Remote User +[base_concurrency](base_concurrency/) | 8.0.1.0.0 | Base Concurrency +[base_external_dbsource](base_external_dbsource/) | 8.0.1.3.0 | External Database Sources +[base_field_serialized](base_field_serialized/) | 8.0.1.0.0 | Serialized fields +[base_optional_quick_create](base_optional_quick_create/) | 8.0.0.1.0 | Avoid 'quick create' on m2o fields, on a 'by model' basis +[base_report_auto_create_qweb](base_report_auto_create_qweb/) | 8.0.1.0.0 | Report qweb auto generation +[base_suspend_security](base_suspend_security/) | 8.0.1.0.0 | Suspend security checks for a call [base_user_gravatar](base_user_gravatar/) | 8.0.1.0.0 | Synchronize Gravatar image -[cron_run_manually](cron_run_manually/) | 1.0 | Call cron jobs from their form view -[database_cleanup](database_cleanup/) | 0.1 | Database cleanup -[dbfilter_from_header](dbfilter_from_header/) | 1.0 | dbfilter_from_header -[disable_openerp_online](disable_openerp_online/) | 1.1 | Remove odoo.com bindings -[fetchmail_attach_from_folder](fetchmail_attach_from_folder/) | 1.0 | Attach mails in an IMAP folder to existing objects -[fetchmail_notify_error_to_sender](fetchmail_notify_error_to_sender/) | 1.0 | If fetching mails gives error, send an email to sender -[inactive_session_timeout](inactive_session_timeout/) | 1.0 | This module disable all inactive sessions since a given delay -[language_path_mixin](language_path_mixin/) | 1.0 | Setting the partner's language in RML reports -[mail_environment](mail_environment/) | 0.1 | Server env config for mail + fetchmail -[mass_editing](mass_editing/) | 1.3 | Mass Editing -[qweb_usertime](qweb_usertime/) | 1.0 | Add user time rendering support in QWeb -[scheduler_error_mailer](scheduler_error_mailer/) | 1.0 | Send an e-mail when a scheduler fails -[server_environment](server_environment/) | 1.1 | server configuration environment files -[server_environment_files_sample](server_environment_files_sample/) | 1.0 | Example server configuration environment files repository module -[shell](shell/) | 1.0 | Backport of the v9 shell CLI command. -[super_calendar](super_calendar/) | 0.2 | This module allows to create configurable calendars. -[users_ldap_groups](users_ldap_groups/) | 1.2 | Adds user accounts to groups based on rules defined by the administrator. -[users_ldap_mail](users_ldap_mail/) | 1.0 | LDAP mapping for user name and e-mail -[users_ldap_populate](users_ldap_populate/) | 1.2 | LDAP Populate -[web_context_tunnel](web_context_tunnel/) | 2.0 | Web Context Tunnel +[cron_run_manually](cron_run_manually/) | 8.0.1.0.0 | Call cron jobs from their form view +[database_cleanup](database_cleanup/) | 8.0.0.1.0 | Database cleanup +[dbfilter_from_header](dbfilter_from_header/) | 8.0.1.0.0 | dbfilter_from_header +[disable_openerp_online](disable_openerp_online/) | 8.0.1.1.0 | Remove odoo.com bindings +[fetchmail_attach_from_folder](fetchmail_attach_from_folder/) | 8.0.1.0.0 | Attach mails in an IMAP folder to existing objects +[fetchmail_notify_error_to_sender](fetchmail_notify_error_to_sender/) | 8.0.1.0.0 | If fetching mails gives error, send an email to sender +[inactive_session_timeout](inactive_session_timeout/) | 8.0.1.0.0 | This module disable all inactive sessions since a given delay +[language_path_mixin](language_path_mixin/) | 8.0.1.0.0 | Setting the partner's language in RML reports +[mail_environment](mail_environment/) | 8.0.0.1.0 | Server env config for mail + fetchmail +[mass_editing](mass_editing/) | 8.0.1.3.0 | Mass Editing +[qweb_usertime](qweb_usertime/) | 8.0.1.0.0 | Add user time rendering support in QWeb +[scheduler_error_mailer](scheduler_error_mailer/) | 8.0.1.0.0 | Send an e-mail when a scheduler fails +[server_environment](server_environment/) | 8.0.1.1.0 | server configuration environment files +[server_environment_files_sample](server_environment_files_sample/) | 8.0.1.0.0 | Example server configuration environment files repository module +[shell](shell/) | 8.0.1.0.0 | Backport of the v9 shell CLI command. +[super_calendar](super_calendar/) | 8.0.0.2.0 | This module allows to create configurable calendars. +[users_ldap_groups](users_ldap_groups/) | 8.0.1.2.0 | Adds user accounts to groups based on rules defined by the administrator. +[users_ldap_mail](users_ldap_mail/) | 8.0.1.0.0 | LDAP mapping for user name and e-mail +[users_ldap_populate](users_ldap_populate/) | 8.0.1.2.0 | LDAP Populate +[web_context_tunnel](web_context_tunnel/) | 8.0.2.0.0 | Web Context Tunnel Unported addons --------------- diff --git a/admin_technical_features/__openerp__.py b/admin_technical_features/__openerp__.py index f007cec65..dbda2d7ff 100644 --- a/admin_technical_features/__openerp__.py +++ b/admin_technical_features/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Admin Technical Features', - 'version': '0.1', + 'version': '8.0.0.1.0', 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'maintainer': 'Savoir-faire Linux', 'website': 'http://www.savoirfairelinux.com', diff --git a/auditlog/__openerp__.py b/auditlog/__openerp__.py index d6a0a46cd..0299346a2 100644 --- a/auditlog/__openerp__.py +++ b/auditlog/__openerp__.py @@ -21,7 +21,7 @@ { 'name': "Audit Log", - 'version': "1.0", + 'version': "8.0.1.0.0", 'author': "ABF OSIELL,Odoo Community Association (OCA)", 'website': "http://www.osiell.com", 'category': "Tools", diff --git a/auth_admin_passkey/__openerp__.py b/auth_admin_passkey/__openerp__.py index 6c935a8fb..f8e82019c 100644 --- a/auth_admin_passkey/__openerp__.py +++ b/auth_admin_passkey/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Authentification - Admin Passkey', - 'version': '2.1.1', + 'version': '8.0.2.1.1', 'category': 'base', 'author': "GRAP,Odoo Community Association (OCA)", 'website': 'http://www.grap.coop', diff --git a/auth_dynamic_groups/__openerp__.py b/auth_dynamic_groups/__openerp__.py index f4c5bd555..e713e67f8 100644 --- a/auth_dynamic_groups/__openerp__.py +++ b/auth_dynamic_groups/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "Dynamic groups", - "version": "1.0", + "version": "8.0.1.0.0", "author": "Therp BV", "complexity": "normal", 'summary': 'Have membership conditions for certain groups', diff --git a/auth_from_http_remote_user/__openerp__.py b/auth_from_http_remote_user/__openerp__.py index 633710f79..580ce812c 100644 --- a/auth_from_http_remote_user/__openerp__.py +++ b/auth_from_http_remote_user/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { 'name': 'Authenticate via HTTP Remote User', - 'version': '1.0', + 'version': '8.0.1.0.0', 'category': 'Tools', 'author': "Acsone SA/NV,Odoo Community Association (OCA)", 'maintainer': 'ACSONE SA/NV', diff --git a/base_concurrency/__openerp__.py b/base_concurrency/__openerp__.py index 90f08f946..277e29756 100644 --- a/base_concurrency/__openerp__.py +++ b/base_concurrency/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {"name": "Base Concurrency", - "version": "1.0", + "version": "8.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "category": "Specific Module", "description": """ diff --git a/base_external_dbsource/__openerp__.py b/base_external_dbsource/__openerp__.py index 84d5c9fae..ab51c8143 100644 --- a/base_external_dbsource/__openerp__.py +++ b/base_external_dbsource/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'External Database Sources', - 'version': '1.3', + 'version': '8.0.1.3.0', 'category': 'Tools', 'description': """ This module allows you to define connections to foreign databases using ODBC, diff --git a/base_field_serialized/__openerp__.py b/base_field_serialized/__openerp__.py index caf11d261..6f25013a8 100644 --- a/base_field_serialized/__openerp__.py +++ b/base_field_serialized/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "Serialized fields", - "version": "1.0", + "version": "8.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "description": """This addon restores serialized fields for Odoo 8.0 diff --git a/base_optional_quick_create/__openerp__.py b/base_optional_quick_create/__openerp__.py index 65e1e37d0..5693ee19c 100644 --- a/base_optional_quick_create/__openerp__.py +++ b/base_optional_quick_create/__openerp__.py @@ -20,7 +20,7 @@ { 'name': "Optional quick create", - 'version': '0.1', + 'version': '8.0.0.1.0', 'category': 'Tools', 'summary': "Avoid 'quick create' on m2o fields, on a 'by model' basis", 'description': """ diff --git a/base_report_auto_create_qweb/__openerp__.py b/base_report_auto_create_qweb/__openerp__.py index 0e19e549a..382b2916f 100644 --- a/base_report_auto_create_qweb/__openerp__.py +++ b/base_report_auto_create_qweb/__openerp__.py @@ -18,7 +18,7 @@ { "name": "Report qweb auto generation", - "version": "1.0", + "version": "8.0.1.0.0", "depends": [ "report", ], diff --git a/base_suspend_security/__openerp__.py b/base_suspend_security/__openerp__.py index 637249e74..2c32e1a1d 100644 --- a/base_suspend_security/__openerp__.py +++ b/base_suspend_security/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## { "name": "Suspend security", - "version": "1.0", + "version": "8.0.1.0.0", "author": "Therp BV", "license": "AGPL-3", "category": "Hidden/Dependency", diff --git a/cron_run_manually/__openerp__.py b/cron_run_manually/__openerp__.py index c7b9074b7..93674e283 100644 --- a/cron_run_manually/__openerp__.py +++ b/cron_run_manually/__openerp__.py @@ -19,7 +19,7 @@ { 'name': 'Call cron jobs from their form view', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': "Therp BV (OpenERP S.A.),Odoo Community Association (OCA)", 'license': 'AGPL-3', 'category': 'Tools', diff --git a/database_cleanup/__openerp__.py b/database_cleanup/__openerp__.py index 9b6df9e77..8fbad587c 100644 --- a/database_cleanup/__openerp__.py +++ b/database_cleanup/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Database cleanup', - 'version': '0.1', + 'version': '8.0.0.1.0', 'author': "Therp BV,Odoo Community Association (OCA)", 'depends': ['base'], 'license': 'AGPL-3', diff --git a/dbfilter_from_header/__openerp__.py b/dbfilter_from_header/__openerp__.py index fde39b738..8a750cacd 100644 --- a/dbfilter_from_header/__openerp__.py +++ b/dbfilter_from_header/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "dbfilter_from_header", - "version": "1.0", + "version": "8.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", diff --git a/disable_openerp_online/__openerp__.py b/disable_openerp_online/__openerp__.py index 9d771feed..636378126 100644 --- a/disable_openerp_online/__openerp__.py +++ b/disable_openerp_online/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "Remove odoo.com bindings", - "version": "1.1", + "version": "8.0.1.1.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", diff --git a/fetchmail_attach_from_folder/__openerp__.py b/fetchmail_attach_from_folder/__openerp__.py index 79713413d..295692dd9 100644 --- a/fetchmail_attach_from_folder/__openerp__.py +++ b/fetchmail_attach_from_folder/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Email gateway - folders', 'summary': 'Attach mails in an IMAP folder to existing objects', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': "Therp BV,Odoo Community Association (OCA)", 'website': 'http://www.therp.nl', 'license': 'AGPL-3', diff --git a/fetchmail_notify_error_to_sender/__openerp__.py b/fetchmail_notify_error_to_sender/__openerp__.py index 30e19365c..3dc0ee4ba 100644 --- a/fetchmail_notify_error_to_sender/__openerp__.py +++ b/fetchmail_notify_error_to_sender/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Send notice on fetchmail errors', 'summary': 'If fetching mails gives error, send an email to sender', - 'version': '1.0', + 'version': '8.0.1.0.0', 'category': 'Tools', 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', diff --git a/inactive_session_timeout/__openerp__.py b/inactive_session_timeout/__openerp__.py index 5f119e82e..b2c19453d 100644 --- a/inactive_session_timeout/__openerp__.py +++ b/inactive_session_timeout/__openerp__.py @@ -31,7 +31,7 @@ 'website': "http://acsone.eu", 'category': 'Tools', - 'version': '1.0', + 'version': '8.0.1.0.0', 'license': 'AGPL-3', 'depends': [ diff --git a/language_path_mixin/__openerp__.py b/language_path_mixin/__openerp__.py index d443ee03e..aecdf4e2b 100644 --- a/language_path_mixin/__openerp__.py +++ b/language_path_mixin/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Language path mixin', 'summary': "Setting the partner's language in RML reports", - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': 'Therp BV,Odoo Community Association (OCA)', 'maintainer': 'Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/server-tools', diff --git a/mail_environment/__openerp__.py b/mail_environment/__openerp__.py index e1042265c..cb5dca0e6 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Server env config for mail + fetchmail', - 'version': '0.1', + 'version': '8.0.0.1.0', 'category': 'Tools', 'description': """ Extend mail and fetch mail with server environment module. diff --git a/mass_editing/__openerp__.py b/mass_editing/__openerp__.py index d214a1073..7e01b3102 100644 --- a/mass_editing/__openerp__.py +++ b/mass_editing/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { "name": "Mass Editing", - "version": "1.3", + "version": "8.0.1.3.0", "author": "Serpent Consulting Services,Odoo Community Association (OCA)", "contributors": [ "Oihane Crucelaegui ", diff --git a/qweb_usertime/__openerp__.py b/qweb_usertime/__openerp__.py index 55186fada..7d35df048 100644 --- a/qweb_usertime/__openerp__.py +++ b/qweb_usertime/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'QWeb User Time', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': 'Savoir-faire Linux,Odoo Community Association (OCA)', 'maintainer': 'Odoo Community Association (OCA)', 'website': 'http://www.savoirfairelinux.com', diff --git a/scheduler_error_mailer/__openerp__.py b/scheduler_error_mailer/__openerp__.py index dfefcfcd6..d8dd3eb36 100644 --- a/scheduler_error_mailer/__openerp__.py +++ b/scheduler_error_mailer/__openerp__.py @@ -26,7 +26,7 @@ { 'name': 'Scheduler Error Mailer', 'summary': 'Send an e-mail when a scheduler fails', - 'version': '1.0', + 'version': '8.0.1.0.0', 'category': 'Extra Tools', 'license': 'AGPL-3', 'description': """ diff --git a/server_environment/__openerp__.py b/server_environment/__openerp__.py index 8e38cfe9b..da2b3f0e6 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -21,7 +21,7 @@ { "name": "server configuration environment files", - "version": "1.1", + "version": "8.0.1.1.0", "depends": ["base", "server_environment_files"], "author": "Camptocamp,Odoo Community Association (OCA)", "description": """\ diff --git a/server_environment_files_sample/__openerp__.py b/server_environment_files_sample/__openerp__.py index 349d565ac..b67a7379b 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Example server configuration environment files repository module", - "version": "1.0", + "version": "8.0.1.0.0", "depends": ["base"], "author": "Camptocamp,Odoo Community Association (OCA)", "description": """\ diff --git a/shell/__openerp__.py b/shell/__openerp__.py index f4a42c4c2..d248c6a9f 100644 --- a/shell/__openerp__.py +++ b/shell/__openerp__.py @@ -2,5 +2,5 @@ 'name': 'Shell command backport', 'summary': 'Backport of the v9 shell CLI command.', 'author': "Daniel Reis,Odoo Community Association (OCA)", - 'version': '1.0', + 'version': '8.0.1.0.0', } diff --git a/super_calendar/__openerp__.py b/super_calendar/__openerp__.py index 3106e45e1..44e6bad12 100644 --- a/super_calendar/__openerp__.py +++ b/super_calendar/__openerp__.py @@ -26,7 +26,7 @@ ############################################################################## { 'name': 'Super Calendar', - 'version': '0.2', + 'version': '8.0.0.2.0', 'category': 'Generic Modules/Others', 'summary': 'This module allows to create configurable calendars.', 'author': ('Agile Business Group, ' diff --git a/users_ldap_groups/__openerp__.py b/users_ldap_groups/__openerp__.py index 39ca3893c..453c39668 100644 --- a/users_ldap_groups/__openerp__.py +++ b/users_ldap_groups/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Groups assignment", - "version": "1.2", + "version": "8.0.1.2.0", "depends": ["auth_ldap"], "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/users_ldap_mail/__openerp__.py b/users_ldap_mail/__openerp__.py index 8540603bf..350f05f4a 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -21,7 +21,7 @@ { 'name': "LDAP mapping for user name and e-mail", - 'version': "1.0", + 'version': "8.0.1.0.0", 'depends': ["auth_ldap"], 'author': "Daniel Reis (https://launchpad.com/~dreis-pt)," "Odoo Community Association (OCA)", diff --git a/users_ldap_populate/__openerp__.py b/users_ldap_populate/__openerp__.py index 314998c06..708d4f9ec 100644 --- a/users_ldap_populate/__openerp__.py +++ b/users_ldap_populate/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "LDAP Populate", - "version": "1.2", + "version": "8.0.1.2.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "category": 'Tools', diff --git a/web_context_tunnel/__openerp__.py b/web_context_tunnel/__openerp__.py index 5a3760a4f..e5fdb6bcf 100644 --- a/web_context_tunnel/__openerp__.py +++ b/web_context_tunnel/__openerp__.py @@ -80,7 +80,7 @@ You can see an example of module conversion to use web_context_tunnel here for instance: https://github.com/openerpbrasil/l10n_br_core/commit/33065366726a83dbc69b9f0031c81d82362fbfae """, - 'version': '2.0', + 'version': '8.0.2.0.0', 'depends': ['web'], 'data': [ 'views/web_context_tunnel.xml',