Browse Source

[UPD] prefix versions with 8.0

pull/269/merge
Stéphane Bidoul 9 years ago
parent
commit
6f8a64238b
  1. 62
      README.md
  2. 2
      admin_technical_features/__openerp__.py
  3. 2
      auditlog/__openerp__.py
  4. 2
      auth_admin_passkey/__openerp__.py
  5. 2
      auth_dynamic_groups/__openerp__.py
  6. 2
      auth_from_http_remote_user/__openerp__.py
  7. 2
      base_concurrency/__openerp__.py
  8. 2
      base_external_dbsource/__openerp__.py
  9. 2
      base_field_serialized/__openerp__.py
  10. 2
      base_optional_quick_create/__openerp__.py
  11. 2
      base_report_auto_create_qweb/__openerp__.py
  12. 2
      base_suspend_security/__openerp__.py
  13. 2
      cron_run_manually/__openerp__.py
  14. 2
      database_cleanup/__openerp__.py
  15. 2
      dbfilter_from_header/__openerp__.py
  16. 2
      disable_openerp_online/__openerp__.py
  17. 2
      fetchmail_attach_from_folder/__openerp__.py
  18. 2
      fetchmail_notify_error_to_sender/__openerp__.py
  19. 2
      inactive_session_timeout/__openerp__.py
  20. 2
      language_path_mixin/__openerp__.py
  21. 2
      mail_environment/__openerp__.py
  22. 2
      mass_editing/__openerp__.py
  23. 2
      qweb_usertime/__openerp__.py
  24. 2
      scheduler_error_mailer/__openerp__.py
  25. 2
      server_environment/__openerp__.py
  26. 2
      server_environment_files_sample/__openerp__.py
  27. 2
      shell/__openerp__.py
  28. 2
      super_calendar/__openerp__.py
  29. 2
      users_ldap_groups/__openerp__.py
  30. 2
      users_ldap_mail/__openerp__.py
  31. 2
      users_ldap_populate/__openerp__.py
  32. 2
      web_context_tunnel/__openerp__.py

62
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
---------------

2
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',

2
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",

2
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',

2
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',

2
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',

2
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": """

2
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,

2
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

2
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': """

2
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",
],

2
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",

2
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',

2
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',

2
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",

2
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",

2
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',

2
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',

2
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': [

2
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',

2
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.

2
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 <oihanecrucelaegi@gmail.com>",

2
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',

2
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': """

2
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": """\

2
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": """\

2
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',
}

2
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, '

2
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",

2
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)",

2
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',

2
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',

Loading…
Cancel
Save