-
-
Notifications
You must be signed in to change notification settings - Fork 856
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] partner_deduplicate_acl: pre-commit auto fixes
- Loading branch information
1 parent
f22005d
commit f17d530
Showing
11 changed files
with
123 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
To configure this module you need to: | ||
|
||
1. Go to *Settings \> Users & Companies \> Users*. | ||
2. Choose a user. | ||
3. From field *Deduplicate Contacts* under *Other* in *Access Rights* | ||
tab choose desired permission level: | ||
- *Manually* allows to run a manual deduplication process. | ||
|
||
- *Automatically* allows to run an automatic deduplication process. | ||
|
||
> [!WARNING] | ||
> Automatic contact deduplication can easily lead to unwanted | ||
> results. Better backup before choosing this option. | ||
- *Without restrictions* executes chosen deduplication method with | ||
admin rights, to be able to update objects where the user would | ||
not normally have write rights, and to allow them to merge | ||
contacts with different email addresses. | ||
|
||
> [!WARNING] | ||
> This is an advanced feature. Make sure to train the user(s) | ||
> before enabling this permission. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Rafael Blasco | ||
- Jairo Llopis | ||
- Vicent Cubells | ||
- Pedro M. Baeza | ||
- Luis M. Ontalba | ||
- Victor M.M. Torres | ||
- Carlos Roca | ||
- João Marques | ||
- César A. Sánchez | ||
- Kevin Khao \<<kevin.khao@gmail.com>\> | ||
- [Pesol](https://www.pesol.es): | ||
- Jonathan Oscategui Taza \<<info@pesol.es>\> | ||
- [Binhex](https://binhex.cloud/): | ||
- Deriman Alonso |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This module extends the functionality of the CRM contact deduplicator to | ||
add permission groups that allow the matching users to use those tools, | ||
not needing to be the sale settings manager. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
To use this module, you need to: | ||
|
||
1. Ask your admin to give you the new rights. | ||
2. Go to *Contacts \> Tools \> Deduplicate Contacts* as usual. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters