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

[17.0] [MIG] partner_tier_validation: Migration to 17.0 #1818

Open
wants to merge 47 commits into
base: 17.0
Choose a base branch
from

Commits on Jul 19, 2024

  1. [ADD] partner_tier_validation

    dreispt authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    deeedd1 View commit details
    Browse the repository at this point in the history
  2. [14.0][MIG]partner_tier_validation

    Freni-OSI authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    664e692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bea287 View commit details
    Browse the repository at this point in the history
  4. [UPD] Update partner_tier_validation.pot

    oca-travis authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b42f570 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88229b1 View commit details
    Browse the repository at this point in the history
  6. [UPD] Update partner_tier_validation.pot

    oca-travis authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    aaf0ea1 View commit details
    Browse the repository at this point in the history
  7. [UPD] README.rst

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5879044 View commit details
    Browse the repository at this point in the history
  8. partner_tier_validation 14.0.1.1.0

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e1b700d View commit details
    Browse the repository at this point in the history
  9. [IMP]

    - Added new optional tier definition for is_company = true.
    - Added auto active if no validation needed during create.
    - Added reset validation during write for specific fields.
    
    [FIX] Code White Space Formatting
    
    [IMP] Reviewer Suggestions
    
    [IMP] Added Tests
    patrickrwilson authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    25009ec View commit details
    Browse the repository at this point in the history
  10. [UPD] Update partner_tier_validation.pot

    oca-travis authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    960d3ae View commit details
    Browse the repository at this point in the history
  11. [UPD] README.rst

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3c0e055 View commit details
    Browse the repository at this point in the history
  12. partner_tier_validation 14.0.2.0.0

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d249b2b View commit details
    Browse the repository at this point in the history
  13. [FIX] partner_tier_validation: Defer rule activation for compatibility

    Having this rule activated by default in tests environments makes other tests to fail due to the additional constraint not expected by them, so what we are doing is:
    
    - Having the rule deactivated by default.
    - On a post-init hook, we activate it only if we are not in a test environment.
    - On own modules tests, we activate it as well
    
    TT30292
    victoralmau authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    dae5ead View commit details
    Browse the repository at this point in the history
  14. [UPD] Update partner_tier_validation.pot

    oca-travis authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6669ce7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3c3144a View commit details
    Browse the repository at this point in the history
  16. [UPD] Update partner_tier_validation.pot

    oca-travis authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    13506b8 View commit details
    Browse the repository at this point in the history
  17. [UPD] Update partner_tier_validation.pot

    oca-travis authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6eaea44 View commit details
    Browse the repository at this point in the history
  18. [UPD] README.rst

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    231a9bc View commit details
    Browse the repository at this point in the history
  19. partner_tier_validation 14.0.3.0.0

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    28152d1 View commit details
    Browse the repository at this point in the history
  20. [FIX] partner_tier_validation: create does not need custom code, rest…

    …art validation on controlled field changes
    dreispt authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    01e800f View commit details
    Browse the repository at this point in the history
  21. [FIX] partner_tier_validation: fix tests

    dreispt authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    773e025 View commit details
    Browse the repository at this point in the history
  22. [UPD] README.rst

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c1e0e3f View commit details
    Browse the repository at this point in the history
  23. partner_tier_validation 14.0.3.0.1

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9798325 View commit details
    Browse the repository at this point in the history
  24. [UPD] Update partner_tier_validation.pot

    oca-travis authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f2bd98e View commit details
    Browse the repository at this point in the history
  25. [IMP] partner_tier_validation (Prevent bypass)

    This prevents a scenario where a user can bypass validation by moving the partner to a 'cancel' stage and then moving it back to confirmed.
    patrickrwilson authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1d43a41 View commit details
    Browse the repository at this point in the history
  26. partner_tier_validation 14.0.3.0.2

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    01e7a7f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f951ebe View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3959ad6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    83f1cd4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    179fef6 View commit details
    Browse the repository at this point in the history
  31. [UPD] Update partner_tier_validation.pot

    oca-ci authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8e327e5 View commit details
    Browse the repository at this point in the history
  32. [UPD] README.rst

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9a0e243 View commit details
    Browse the repository at this point in the history
  33. [REM] partner_tier_validation: remove test-requirements.txt content t…

    …o closed PR
    alan196 authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e845221 View commit details
    Browse the repository at this point in the history
  34. Added translation using Weblate (Spanish)

    Ivorra78 authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    92244e4 View commit details
    Browse the repository at this point in the history
  35. Translated using Weblate (Spanish)

    Currently translated at 100.0% (16 of 16 strings)
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_tier_validation
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_tier_validation/es/
    Ivorra78 authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    84cb8a0 View commit details
    Browse the repository at this point in the history
  36. [UPD] README.rst

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    56b3172 View commit details
    Browse the repository at this point in the history
  37. [UPD] Update partner_tier_validation.pot

    oca-ci authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2f03623 View commit details
    Browse the repository at this point in the history
  38. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_tier_validation
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_tier_validation/
    weblate authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    dcf4359 View commit details
    Browse the repository at this point in the history
  39. Translated using Weblate (Spanish)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_tier_validation
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_tier_validation/es/
    Ivorra78 authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    de6ed93 View commit details
    Browse the repository at this point in the history
  40. Added translation using Weblate (Italian)

    mymage authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    62d4d37 View commit details
    Browse the repository at this point in the history
  41. Translated using Weblate (Italian)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_tier_validation
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_tier_validation/it/
    mymage authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    feb577c View commit details
    Browse the repository at this point in the history
  42. Translated using Weblate (Italian)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_tier_validation
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_tier_validation/it/
    mymage authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bba329c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    166e7ec View commit details
    Browse the repository at this point in the history
  44. [BOT] post-merge updates

    OCA-git-bot authored and rven committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    53c01aa View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    928e118 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    271a8bc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. [FIX] partner_tier_validation: Allow to open view_partner_simple_form

    Caused by: EvalError: Can not evaluate python expression: (bool(bool(review_ids)))
        Error: Name 'review_ids' is not defined
        EvalError: Can not evaluate python expression: (bool(bool(review_ids)))
        Error: Name 'review_ids' is not defined
    rven committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    14b66ba View commit details
    Browse the repository at this point in the history