Skip to content
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

[MIG] 11.0 mig base_kanban_stage #1958

Closed
wants to merge 25 commits into from

Conversation

fshah-initos
Copy link

No description provided.

@fshah-initos fshah-initos mentioned this pull request Dec 11, 2020
92 tasks
</field>
</record>

<record model="ir.actions.act_window" id="base_kanban_stage_action">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the guideline id will be first

@fshah-initos fshah-initos changed the title [MIG] 11.0 mig base kanban stage [MIG] 11.0 mig base_kanban_stage Mar 4, 2021
Ted Salmon and others added 25 commits March 4, 2021 15:35
* 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
* 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
@fshah-initos
Copy link
Author

We close this PR as we currently focus on the newer available version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants