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] web_edit_user_filter: Migration to 16.0 #2926

Draft
wants to merge 24 commits into
base: 16.0
Choose a base branch
from

Commits on Sep 3, 2024

  1. [ADD] web_edit_user_filter

    [FIX] Readme
    
    [FIX] Lint
    
    [ADD] Tests
    
    [IMP] UI/UX
    
    [IMP] Hide popover when other is opened
    
    [IMP] Add item to roadmap
    tarteo authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0f78631 View commit details
    Browse the repository at this point in the history
  2. [UPD] README.rst

    OCA-git-bot authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    97af282 View commit details
    Browse the repository at this point in the history
  3. [UPD] Update web_edit_user_filter.pot

    oca-travis authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a97e3a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    069c607 View commit details
    Browse the repository at this point in the history
  5. [UPD] Update web_edit_user_filter.pot

    oca-travis authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    277bbd8 View commit details
    Browse the repository at this point in the history
  6. [ADD] icon.png

    OCA-git-bot authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2a1709c View commit details
    Browse the repository at this point in the history
  7. [UPD] README.rst

    OCA-git-bot authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0c14ee5 View commit details
    Browse the repository at this point in the history
  8. [I18N] Translations

    Added translation using Weblate (Chinese (Simplified))
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_edit_user_filter
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/zh_CN/
    
    Added translation using Weblate (Croatian)
    
    Translated using Weblate (Croatian)
    
    Currently translated at 66.7% (2 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_edit_user_filter
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/hr/
    
    Added translation using Weblate (Portuguese)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_edit_user_filter
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/pt/
    liweijie0812 authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    77eed98 View commit details
    Browse the repository at this point in the history
  9. has to explicit check for type of value !== null

    has to explicit check for type of value !== null as the typeof null is object
    https://i.stack.imgur.com/FzI1R.png
    eng-eslam-a-y authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4bd555d View commit details
    Browse the repository at this point in the history
  10. Update backend.js

    eng-eslam-a-y authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eeee392 View commit details
    Browse the repository at this point in the history
  11. [I18N] Translations

    Added translation using Weblate (Danish)
    
    Translated using Weblate (Danish)
    
    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_edit_user_filter
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/da/
    hhgabelgaard authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f806aca View commit details
    Browse the repository at this point in the history
  12. [UPD] README.rst

    OCA-git-bot authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fcfc968 View commit details
    Browse the repository at this point in the history
  13. [UPD] README.rst

    OCA-git-bot authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    26c9c64 View commit details
    Browse the repository at this point in the history
  14. [I18N] Translations

    Added translation using Weblate (Spanish)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_edit_user_filter
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/es/
    
    Added translation using Weblate (French)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_edit_user_filter
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/fr/
    
    Added translation using Weblate (Catalan)
    
    Translated using Weblate (Catalan)
    
    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_edit_user_filter
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/ca/
    claudiagn authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    15de8d2 View commit details
    Browse the repository at this point in the history
  15. web_edit_user_filter 12.0.1.0.2

    OCA-git-bot authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6491186 View commit details
    Browse the repository at this point in the history
  16. [I18N] Translations

    Added translation using Weblate (Portuguese (Brazil))
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_edit_user_filter
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/pt_BR/
    marcelsavegnago authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5ee7797 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1fbb6a3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c913a9a View commit details
    Browse the repository at this point in the history
  19. [UPD] Update web_edit_user_filter.pot

    oca-ci authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    528b7af View commit details
    Browse the repository at this point in the history
  20. [BOT] post-merge updates

    OCA-git-bot authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bf17b67 View commit details
    Browse the repository at this point in the history
  21. web_edit_user_filter: Fix selection of facet

    When clicking to edit a filter in search view, the _process_filters
    function will receive the faceID argument as a string, which will
    be compared to facet.groupId that is an Integer.
    
    Therefore we should use == operator when comparing this value to
    allow type coercion from JS.
    grindtildeath authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    02f6368 View commit details
    Browse the repository at this point in the history
  22. [BOT] post-merge updates

    OCA-git-bot authored and amh-mw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cd28c45 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f01e365 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a5ba8d9 View commit details
    Browse the repository at this point in the history