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_deduplicate_acl #1805

Merged
merged 16 commits into from
Jul 11, 2024

Commits on Jul 8, 2024

  1. [ADD] crm_deduplicate_acl: Deduplicate permission groups

    This module allows any user to get special permissions to be able to
    deduplicate contacts, instead of just giving them to a sale manager with
    settings permissions.
    
    The new permissions allow the user to deduplicate:
    
    - *Manually*.
    - *Automatically* (dangerous).
    - *Without restrictions* (more dangerous).
    
    Beware what you do! 😯
    yajo authored and Deriman-Alonso committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6a1e735 View commit details
    Browse the repository at this point in the history
  2. only users beloning to group 'Manually' should be able to merge partn…

    …ers from the partner list views (action 'Merge automatically') Use <record id="crm.action_partner_merge"... to change only affected field.
    JordiBForgeFlow authored and Deriman-Alonso committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c46a9da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ce058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08a196d View commit details
    Browse the repository at this point in the history
  5. [MIG] crm_deduplicate_acl: Migration to 11.0

    * Don't overwrite code, but use inheritance system
    * Add tests
    pedrobaeza authored and Deriman-Alonso committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ad0ce0f View commit details
    Browse the repository at this point in the history
  6. [MIG] crm_deduplicate_acl: Migration to 12.0

    Victor Martin authored and Deriman-Alonso committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    db4782b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bafdc60 View commit details
    Browse the repository at this point in the history
  8. [MIG] partner_deduplicate_acl: Complete migration

    Now there's an argument for controlling extra checks
    pedrobaeza authored and Deriman-Alonso committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2190458 View commit details
    Browse the repository at this point in the history
  9. [MIG] partner_deduplicate_acl: Continue migration to 12.0

    Need adapt menu to not depends on crm module as before
    Victor Martin authored and Deriman-Alonso committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b68486c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fb99f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c59180 View commit details
    Browse the repository at this point in the history
  12. [MIG] partner_deduplicate_acl: Migration to v14.0

    [MIG] partner_deduplicate_acl: Migration to 15.0
    
    [FIX] partner_deduplicate_acl: Put menu on lower sequence
    
    So that when clicking on Contacts main menu, it doesn't open the
    wizard by default.
    
    [FIX] partner_deduplicate_acl: Change menu group
    
    The menu for deduplicating was only accessible for the users having the
    group "Automatically", so the group "Manual" users weren't able to access
    it.
    
    This commits changes to this second group for both being able to access
    CarlosRoca13 authored and Deriman-Alonso committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    72acd32 View commit details
    Browse the repository at this point in the history
  13. [MIG] partner_deduplicate_acl: Migration to 16.0

    Jonathan Oscategui Taza authored and Deriman-Alonso committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    39dbe92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f22005d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f17d530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ef475 View commit details
    Browse the repository at this point in the history