Jairo Llopis
0757f3c2bc
base_import_match: Import deduplicator.
By default, when importing data (like CSV import) with the ``base_import``
module, Odoo follows this rule:
1. If you import the XMLID of a record, make an **update**.
2. If you do not, **create** a new record.
This module allows you to set additional rules to match if a given import is an
update or a new record.
This is useful when you need to sync heterogeneous databases, and the field you
use to match records in those databases with Odoo's is not the XMLID but the
name, VAT, email, etc.
After installing this module, the import logic will be changed to:
1. If you import the XMLID of a record, make an **update**.
2. If you do not:
1. If there are import match rules for the model you are importing:
1. Discard the rules that require fields you are not importing.
2. Traverse the remaining rules one by one in order to find a match in
the database.
1. If one match is found:
1. Stop traversing the rest of valid rules.
2. **Update** that record.
2. If zero or multiple matches are found:
1. Continue with the next rule.
3. If all rules are exhausted and no single match is found:
1. **Create** a new record.
2. If there are no match rules for your model:
1. **Create** a new record.
9 years ago
OCA-git-bot
671e17d39a
[UPD] addons table in README.md
4 years ago
OCA-git-bot
9508bd6f6c
base_user_role 14.0.2.1.1
4 years ago
OCA-git-bot
5d7a31a73c
Merge PR #105 into 14.0
Signed-off-by dreispt
4 years ago
OCA Transbot
7f9de3e888
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-14.0/server-backend-14.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-14-0/server-backend-14-0-base_user_role/
4 years ago
OCA-git-bot
87b06f60c3
[UPD] addons table in README.md
4 years ago
OCA-git-bot
43727cdfdb
base_user_role 14.0.2.1.0
4 years ago
OCA-git-bot
2d7281188d
[UPD] README.rst
4 years ago
oca-travis
d35871e0e7
[UPD] Update base_user_role.pot
4 years ago
OCA-git-bot
12773c01b8
Merge PR #109 into 14.0
Signed-off-by sebastienbeau
4 years ago
beau sebastien
8998006208
Merge branch '14.0' into 14.0-base_user_role_edit_broken
4 years ago
Kevin Khao
a1cf3de9b0
Merge branch '14.0' into 14.0-imp-base_user_role_ux
4 years ago
KevinKhao
3127164937
[IMP] base_user_role: UX improvements
4 years ago
OCA Transbot
efadf0f233
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-14.0/server-backend-14.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-14-0/server-backend-14-0-base_user_role/
4 years ago
OCA-git-bot
7dcc8494c2
[UPD] addons table in README.md
4 years ago
OCA-git-bot
1173ab5184
base_user_role 14.0.2.0.0
4 years ago
oca-travis
e4693de449
[UPD] Update base_user_role.pot
4 years ago
OCA-git-bot
ecd1ed7b9a
Merge PR #108 into 14.0
Signed-off-by sebastienbeau
4 years ago
KevinKhao
460e4ecbcf
[FIX] base_user_role_profile: remove multicompany functionality
4 years ago
Pierrick Brun
ab546ebbd1
[MIG] base_user_role_profile: Migration to 14.0
4 years ago
Pierrick Brun
b032978510
[IMP] base_user_role_profile: black, isort, prettier
4 years ago
OCA-git-bot
eb8eea4a21
[UPD] README.rst
5 years ago
oca-travis
5ec6e0bfd1
[UPD] Update base_user_role_profile.pot
5 years ago
Kevin Khao
3fd7b47574
[ADD][12.0] base_user_role_profile: Add to 12.0
fixup! Logic and permissions fixes, new demo module, changes JS-side that reloads in a cleaner way on profile change
fixup! removed unused imports, beautified JS
fixup! Test coverage increase
[FIX] Use write instead of assignment operator on create function: assignment on multiple records raises error
fixup! Removed leftover copyright
Apply suggestions from code review
Co-Authored-By: David Beal <david.beal@akretion.com>
5 years ago
KevinKhao
3354dac107
[FIX] base_user_role: remove multicompany functionality
4 years ago
OCA Transbot
a4869c585b
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-14.0/server-backend-14.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-14-0/server-backend-14-0-base_user_role/
4 years ago
OCA-git-bot
8b040fa98d
[UPD] addons table in README.md
4 years ago
OCA-git-bot
aca4efd997
base_user_role 14.0.1.1.0
4 years ago
OCA-git-bot
1a70671cca
[UPD] README.rst
4 years ago
oca-travis
3aae6aafbb
[UPD] Update base_user_role.pot
4 years ago
OCA-git-bot
c5b1726394
Merge PR #107 into 14.0
Signed-off-by pedrobaeza
4 years ago
Harald Panten
e394944345
[IMP] base_user_role: Adding a new tab for user comments in roles form.
4 years ago
Sébastien BEAU
7eb3e12a14
[IMP] Fix edition of role
4 years ago
OCA-git-bot
c335fa260c
[ADD] setup.py
4 years ago
OCA-git-bot
e6d55fc6b0
[UPD] addons table in README.md
4 years ago
oca-travis
fcde05b183
[UPD] Update base_user_role.pot
4 years ago
OCA-git-bot
aebadad1c9
Merge PR #95 into 14.0
Signed-off-by StefanRijnhart
4 years ago
Jesús Alan Ramos Rodríguez
1bd7e1341a
[MIG] base_user_role: Migration to 14.0
4 years ago
Jesús Alan Ramos Rodríguez
a45a2e8ce2
[IMP] base_user_role: black, isort, prettier
4 years ago
Houzéfa Abbasbhay
9cb1444ea7
Translated using Weblate (French)
Currently translated at 82.5% (33 of 40 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/fr/
4 years ago
OCA-git-bot
fcbbe8da30
pre-commit update
5 years ago
Jesús Alan Ramos Rodríguez
bf5de3cd4c
Translated using Weblate (Spanish (Mexico))
Currently translated at 100.0% (40 of 40 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/es_MX/
5 years ago
OCA Transbot
b87189ea5b
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/
5 years ago
OCA-git-bot
ceb80682a6
[UPD] README.rst
5 years ago
oca-travis
9655869baf
[UPD] Update base_user_role.pot
5 years ago
sebalix
0e1b4653f7
[IMP] base_user_role: black, isort
5 years ago
sebalix
6337a5968e
[MIG] base_user_role: Migration to 13.0
5 years ago
Pierrick Brun
e896dedd10
FIX check_company
6 years ago
Pierrick Brun
0e757884ce
[IMP] make base_user_role_line company dependent
6 years ago
Pierrick Brun
9b5fa560e3
Make user_id and role_id required in base_user_role_line
6 years ago