* 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 documentation to point to the new auditlog menu locations. These were changed because the 8.0 version was referencing menus that do not exist in 9.0
- Change version from 8.0.X.Y.Z to 9.0.1.0.0
- Make the module installable again
- Remove an unused parameter from pre-migration.py for versioning
- Fix typos and remove commented out blocks of code that were irrelevant
* 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