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

Commits on Mar 4, 2021

  1. [ADD] base_kanban_stage: Stage model and abstract logic

    * 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
    Ted Salmon authored and fshah-initos committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    bd27e94 View commit details
    Browse the repository at this point in the history
  2. [MIG] base_kanban_stage: Upgrade to v10

    * Rename manifest
    * Change openerp references to odoo
    * Bump version
    lasley authored and fshah-initos committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    441cc05 View commit details
    Browse the repository at this point in the history
  3. IMP] base_kanban_stage: Updates per PR

    * 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
    Ted Salmon authored and fshah-initos committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    eba1241 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79d51cc View commit details
    Browse the repository at this point in the history
  5. [FIX] base_kanban_stage: Add group_expand & fix method

    * Add group_expand attr to abstract kanban model, allowing for empty columns
    * Fix `_read_group_stage_ids` for new API
    lasley authored and fshah-initos committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    b327909 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00c0553 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48ba998 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c4131d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1ea3f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d581990 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f3270a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57b7e48 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dbf0f74 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39c115f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0293971 View commit details
    Browse the repository at this point in the history
  16. [FIX] base_kanban_stage: fix wrong field referenced in base_kanban_ab…

    …stract_view_kanban; user_id instead of kanban_user_id
    tafaRU authored and fshah-initos committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    beca166 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9fb8104 View commit details
    Browse the repository at this point in the history
  18. [FIX] base_kanban_stage: ignore domain in _read_group_stage_ids overr…

    …ide.
    
    See OCA#982 for further info
    tafaRU authored and fshah-initos committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    40a038e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5f7ab34 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    77477fc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    abfef63 View commit details
    Browse the repository at this point in the history
  22. [FIX][IMP] base_kanban_stage: Default stage and tests

    * 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
    obulkin authored and fshah-initos committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    c1604c5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d4a3bdf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32dd123 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4ea2031 View commit details
    Browse the repository at this point in the history