-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[19.0][MIG] base_kanban_stage #3473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 19.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functional ok. 👍 Tested with another module that depends on this one.
|
Error in the tests are not really errors, it is something in the readme, a check that should not be failing IMHO: `Error: Errors detected in log. errors that caused failure (2): class MyModel(models.Model): |
* 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
* Rename manifest * Change openerp references to odoo * Bump version
* 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 group_expand attr to abstract kanban model, allowing for empty columns * Fix `_read_group_stage_ids` for new API
…stract_view_kanban; user_id instead of kanban_user_id
…ide. See OCA#982 for further info
* Add default stage_id logic that returns lowest sequence stage associated with inheriting model and update unit tests accordingly * Improve _read_group_stage_ids unit test * Implement latest abstract model testing strategy
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_kanban_stage/
(Two fields (kanban_color, color) of project.project() have the same label: Color Index.)
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_kanban_stage/
Signed-off-by: Luis Felipe Mileo <mileo@kmee.com.br>
Signed-off-by: Luis Felipe Mileo <mileo@kmee.com.br>
Currently translated at 16.6% (10 of 60 strings) Translation: server-tools-14.0/server-tools-14.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_kanban_stage/it/
Currently translated at 100.0% (60 of 60 strings) Translation: server-tools-14.0/server-tools-14.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_kanban_stage/es_AR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-15.0/server-tools-15.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_kanban_stage/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-15.0/server-tools-15.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_kanban_stage/
Currently translated at 16.6% (10 of 60 strings) Translation: server-tools-15.0/server-tools-15.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_kanban_stage/it/
Currently translated at 16.6% (10 of 60 strings) Translation: server-tools-15.0/server-tools-15.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_kanban_stage/it/
Currently translated at 100.0% (60 of 60 strings) Translation: server-tools-15.0/server-tools-15.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_kanban_stage/es/
Currently translated at 16.6% (10 of 60 strings) Translation: server-tools-15.0/server-tools-15.0-base_kanban_stage Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_kanban_stage/it/
11de8d0 to
5bf416a
Compare
Standard Migration
@ForgeFlow