* Heavily refactor code for reusability
* Split all sources into independent modules
* Add more test coverage
* Add CRUD methods
* Add iterator execute return to roadmap
* [ADD] Add README.rst to users_ldap_mail
* [MIG] Migrate users_ldap_mail to 10.0
* [FIX] Fixes in code style in module users_ldap_mail
Changes in models/users_ldap_mail include:
- remove unused imports
- indentation of too long lines
* [FIX] users_ldap_mail: Fix copyright notice
* [FIX] users_ldap_mail: set UTF-8 encoding
users_ldap_mail/models/__init__.py should be UTF-8 encoded
* [FIX] users_ldap_mail: remove size argument from Char fields
* [FIX] users_ldap_mail: return value can be combined in one line
* [FIX] Update read me
Fixes included:
- Make module name human readable
- Instead of numbering steps, use #
- Update broken link
* [MIG] migrate users_ldap_populate to 10.0
Changes include:
- move views to views folder
- move models to models folder
- in views rename openerp to odoo
- __openerp__.py to __manifest__.py
* [FIX] Add read me to module users_ldap_populate
* [FIX] users_ldap_populate: cleanup manifest file
Cleanup of the author list
* [FIX] users_ldap_populate: More modern copyright in .py files
* [FIX] users_ldap_populate: Update read me
Fixes include:
- more human module name
- Fix web links
* [ADD] Updated manifest and README
* [ADD] Version 10.0 template and api_version model
* [ADD] Updated license header, updated api call
* [FIX] Flake
* [FIX] Flake
* [FIX] Tests
* [FIX] Flake8
* [ADD] Extra test for changed method 'set_jinja_env'
* [FIX] Fixed 'Try me on runbot' button
The filestore is saved in the backup, so if you save the backup in the
filestore, you'd end up with a huge backup that includes itself and the
universe may collapse.