* [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.
- Follow template README.
- Remove HTML README.
- Move models to models folder.
- Model and view file names follow guidelines.
- Unused methods cleanup.
- Remove unneeded `.pot` file.
- Fix permissons.
- Follow PEP8 in names everywhere.
- Set more descriptive field names.
- Disable backups for other databases, for security.
- Remove db name from generated file, for easier cleanup.
- EAFP logic everywhere.
- More descriptive name.
- Data files moved to YAML, with cleaner ir.cron record creation.
- Add permissions for db.backup model.
- Icons.
- Update tests with new format.
- Storage method is a selectable, for easier extensibility.
- Instead of custom mailing, it just has a mail thread where you can subscribe.
- Should fix almost all comments in https://github.com/OCA/server-tools/pull/203.