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

[18.0][MIG] partner_ref_unique #1860

Merged
merged 42 commits into from
Oct 15, 2024
Merged

Commits on Oct 10, 2024

  1. partner_ref_unique addon and change description icon

    antespi authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    77497ea View commit details
    Browse the repository at this point in the history
  2. Work with contact deduplicator.

    This contraint is self-disabled when it detects by context that it is being used from the contact deduplicator.
    
    Otherwise, the user cannot deduplicate a contact selecting the "good" one as the one without reference.
    
    Anyway, in these cases, the check has no meaning, since it is to avoid duplicates and in this context we are currently removing them.
    yajo authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5397d41 View commit details
    Browse the repository at this point in the history
  3. [9.0][ADD] partner_ref_unique module

    - Added OCA icon
    cubells authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ed25495 View commit details
    Browse the repository at this point in the history
  4. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    oca-transbot authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f003c8f View commit details
    Browse the repository at this point in the history
  5. [11.0][MIG] partner_ref_unique: Migrate to v11

    cristinamartinrod authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    de37b58 View commit details
    Browse the repository at this point in the history
  6. [IMP] partner_ref_unique: Extend tests use cases

    pedrobaeza authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1b8aab1 View commit details
    Browse the repository at this point in the history
  7. [MIG] - migration partner_ref_unique

    sbejaoui authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    dc3119c View commit details
    Browse the repository at this point in the history
  8. [FIX] partner_ref_unique: Pylint errors

    max3903 authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3cb38ce View commit details
    Browse the repository at this point in the history
  9. Translated using Weblate (Croatian)

    Currently translated at 100.0% (8 of 8 strings)
    
    Translation: partner-contact-12.0/partner-contact-12.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_ref_unique/hr/
    badbole authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    11ba373 View commit details
    Browse the repository at this point in the history
  10. [FIX] partner_ref_unique: Trigger check on company update

    Before this commit, the partner_ref_unique could be changed on the
    company even if existing partners share the same internal ref.
    
    Therefore, errors will appear afterwards as DB already contains
    duplicates although the policy shouldn't allow it.
    
    With this change, the error will appear as soon as the policy is
    changed, so that the data must be fixed before activating the
    constraint.
    grindtildeath authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4a2f665 View commit details
    Browse the repository at this point in the history
  11. Store partner_ref_unique to allow triggering the error updating res.c…

    …ompany
    
    Add pre_init_hook to speed up module installation
    grindtildeath authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d14bec4 View commit details
    Browse the repository at this point in the history
  12. fixup! Store partner_ref_unique to allow triggering the error updatin…

    …g res.company
    grindtildeath authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a4fd2ec View commit details
    Browse the repository at this point in the history
  13. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: partner-contact-12.0/partner-contact-12.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_ref_unique/
    oca-transbot authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d7832c3 View commit details
    Browse the repository at this point in the history
  14. Translated using Weblate (Spanish)

    Currently translated at 100.0% (8 of 8 strings)
    
    Translation: partner-contact-12.0/partner-contact-12.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_ref_unique/es/
    Nelson Ramírez Sánchez authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    55f95fc View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (German)

    Currently translated at 100.0% (8 of 8 strings)
    
    Translation: partner-contact-12.0/partner-contact-12.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_ref_unique/de/
    psc authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a2d3dbd View commit details
    Browse the repository at this point in the history
  16. [IMP] partner_ref_unique: black, isort, prettier

    joao-p-marques authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f740808 View commit details
    Browse the repository at this point in the history
  17. [MIG] partner_ref_unique: Migration to 13.0

    joao-p-marques authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1d10084 View commit details
    Browse the repository at this point in the history
  18. [IMP] partner_ref_unique: Take into account contact merging

    If merging 2 contacts, one with reference, and another without, and being the target
    one the contact without reference, the constraint is raised as the reference value
    is copied before unlinking the other contact.
    
    We avoid it disabling the constraint when merging.
    pedrobaeza authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    43da34d View commit details
    Browse the repository at this point in the history
  19. [MIG] partner_ref_unique: Migration to 14.0

    newtratip authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ef06416 View commit details
    Browse the repository at this point in the history
  20. [UPD] Update partner_ref_unique.pot

    oca-travis authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    45ea803 View commit details
    Browse the repository at this point in the history
  21. [IMP] partner_ref_unique: black, isort, prettier

    OpenCode authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    dd1cf8a View commit details
    Browse the repository at this point in the history
  22. [MIG] partner_ref_unique: Migration to 15.0

    OpenCode authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    83a7624 View commit details
    Browse the repository at this point in the history
  23. [UPD] Update partner_ref_unique.pot

    oca-ci authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a0cc6d9 View commit details
    Browse the repository at this point in the history
  24. [UPD] README.rst

    OCA-git-bot authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4cb066d View commit details
    Browse the repository at this point in the history
  25. Translated using Weblate (Catalan)

    Currently translated at 100.0% (9 of 9 strings)
    
    Translation: partner-contact-15.0/partner-contact-15.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-15-0/partner-contact-15-0-partner_ref_unique/ca/
    pablontura authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5135389 View commit details
    Browse the repository at this point in the history
  26. [MIG] partner_ref_unique: Migration to 16.0

    diogocsc authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    28f9828 View commit details
    Browse the repository at this point in the history
  27. [REF] partner_ref_unique: Refactoring according to suggestions

    diogocsc authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    54b3fdd View commit details
    Browse the repository at this point in the history
  28. [UPD] Update partner_ref_unique.pot

    oca-ci authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    186803a View commit details
    Browse the repository at this point in the history
  29. [UPD] README.rst

    OCA-git-bot authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c91fefc View commit details
    Browse the repository at this point in the history
  30. 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_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_ref_unique/
    weblate authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5b9dd6f View commit details
    Browse the repository at this point in the history
  31. Translated using Weblate (Spanish)

    Currently translated at 100.0% (9 of 9 strings)
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_ref_unique/es/
    Gelo-fl authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7203f62 View commit details
    Browse the repository at this point in the history
  32. Translated using Weblate (French)

    Currently translated at 100.0% (9 of 9 strings)
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_ref_unique/fr/
    sofien-moalla authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    586061e View commit details
    Browse the repository at this point in the history
  33. Translated using Weblate (French (France) (fr_FR))

    Currently translated at 100.0% (9 of 9 strings)
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_ref_unique/fr_FR/
    sofien-moalla authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    72dae8c View commit details
    Browse the repository at this point in the history
  34. [UPD] README.rst

    OCA-git-bot authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a500e57 View commit details
    Browse the repository at this point in the history
  35. Translated using Weblate (Italian)

    Currently translated at 100.0% (9 of 9 strings)
    
    Translation: partner-contact-16.0/partner-contact-16.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_ref_unique/it/
    mymage authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    456ef86 View commit details
    Browse the repository at this point in the history
  36. [IMP] partner_ref_unique: pre-commit auto fixes

    cvinh authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5825de9 View commit details
    Browse the repository at this point in the history
  37. [MIG] partner_ref_unique: Migration to 17.0

    cvinh authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    266ccbd View commit details
    Browse the repository at this point in the history
  38. [UPD] Update partner_ref_unique.pot

    oca-ci authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9f30079 View commit details
    Browse the repository at this point in the history
  39. [BOT] post-merge updates

    OCA-git-bot authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0bb928f View commit details
    Browse the repository at this point in the history
  40. Translated using Weblate (Swedish)

    Currently translated at 100.0% (9 of 9 strings)
    
    Translation: partner-contact-17.0/partner-contact-17.0-partner_ref_unique
    Translate-URL: https://translation.odoo-community.org/projects/partner-contact-17-0/partner-contact-17-0-partner_ref_unique/sv/
    jakobkrabbe authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c393fcf View commit details
    Browse the repository at this point in the history
  41. [IMP] partner_contact_role: pre-commit execution

    jdidderen-nsi authored and Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a05d66c View commit details
    Browse the repository at this point in the history
  42. [MIG] partner_ref_unique: Migration to 18.0

    Samir GUESMI committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c1520f0 View commit details
    Browse the repository at this point in the history