Browse Source

Merge pull request #311 from OCA/sbidoul-patch-1

Fix 9.0 version number
pull/318/head
Yannick Vaucher 9 years ago
parent
commit
1bf132de22
  1. 2
      users_ldap_mail/__openerp__.py
  2. 2
      users_ldap_populate/__openerp__.py

2
users_ldap_mail/__openerp__.py

@ -21,7 +21,7 @@
{
'name': "LDAP mapping for user name and e-mail",
'version': "8.0.1.0.0",
'version': "9.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": "8.0.1.2.0",
"version": "9.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": 'Tools',

Loading…
Cancel
Save