* Heavily refactor code for reusability
* Split all sources into independent modules
* Add more test coverage
* Add CRUD methods
* Add iterator execute return to roadmap
* Update depends to `base`
* Update priority selections to match Odoo guidelines
* Update comment block to triple double quotes
* Update `kanban_user_id` to `user_id` in code and view
* Update README to incorporate use of mode in example view
* Add Kanban-compatible stage model base.kanban.stage
* Add views, menu items, actions, and access controls needed to manage base.kanban.stage records
* Add abstract model base.kanban.abstract that other models can inherit from to gain Kanban stage functionality
* Add base Kanban view base_kanban_abstract_view_kanban, which can be customized as needed for use with models that inherit from base.kanban.abstract
* Add model base.kanban.abstract.tester, which is needed for base.kanban.abstract unit tests
* Add Kanban-compatible stage model web.kanban.stage
* Add views, menu items, actions, and access controls needed to manage
web.kanban.stage records
* Add abstract model web.kanban.abstract that other models can inherit from to
gain Kanban stage functionality
* Add base Kanban view web_kanban_abstract_view_kanban, which can be
customized as needed for use with models that inherit from web.kanban.abstract
* Add model web.kanban.abstract.tester, which is needed for
web.kanban.abstract unit tests
* [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