Moisés López
0d2f7f30b8
base_import_match: Small rst fixes in readme file
2022-05-05 09:47:08 -03:00
Jairo Llopis
ec376f4aa9
base_import_match: Add conditionals to fields when importing.
...
This patch allows to import res.partner records by VAT when is_company==True by default.
2022-05-05 09:47:08 -03:00
Jairo Llopis
cfb6f2f032
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.
2022-05-05 09:47:08 -03:00
pablontura
3925851767
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: server-backend-15.0/server-backend-15.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_user_role/ca/
2022-04-13 12:05:14 +00:00
oca-git-bot
77f501225d
[IMP] update dotfiles [ci skip]
2022-03-31 17:37:17 +02:00
OCA-git-bot
bb3ac82206
[ADD] setup.py
2021-11-27 11:03:12 +00:00
OCA-git-bot
58d3c65c3f
[UPD] README.rst
2021-11-27 11:03:12 +00:00
OCA-git-bot
8d193cf96c
[UPD] addons table in README.md
2021-11-27 11:03:11 +00:00
oca-ci
673fb91167
[UPD] Update base_user_role.pot
2021-11-27 11:01:09 +00:00
OCA-git-bot
697e773f17
Merge PR #138 into 15.0
...
Signed-off-by dreispt
2021-11-27 10:59:22 +00:00
Tatiana Deribina
8f5517c9c1
[MIG] base_user_role: Migration to 15.0
2021-11-11 18:22:24 +02:00
Mi Di
41ef656216
Translated using Weblate (Vietnamese)
...
Currently translated at 87.1% (34 of 39 strings)
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/vi_VN/
2021-11-11 16:19:58 +02:00
Ana Suárez
f877b90c2a
Translated using Weblate (Spanish)
...
Currently translated at 97.4% (38 of 39 strings)
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/es/
2021-11-11 16:19:58 +02:00
OCA-git-bot
2860154a73
base_user_role 14.0.2.1.1
2021-11-11 16:19:58 +02:00
OCA Transbot
f3d050bff1
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/
2021-11-11 16:19:58 +02:00
OCA-git-bot
1bdd8336a3
base_user_role 14.0.2.1.0
2021-11-11 16:19:58 +02:00
OCA-git-bot
0f8cc075b7
[UPD] README.rst
2021-11-11 16:19:58 +02:00
oca-travis
63ea234b56
[UPD] Update base_user_role.pot
2021-11-11 16:19:58 +02:00
KevinKhao
dff3af1c14
[IMP] base_user_role: UX improvements
2021-11-11 16:19:58 +02:00
OCA Transbot
c35feb57d6
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/
2021-11-11 16:17:02 +02:00
OCA-git-bot
76f7c50d00
base_user_role 14.0.2.0.0
2021-11-11 16:17:02 +02:00
oca-travis
6a3d5336ef
[UPD] Update base_user_role.pot
2021-11-11 16:17:02 +02:00
KevinKhao
ce0cf7cd8c
[FIX] base_user_role: remove multicompany functionality
2021-11-11 16:17:02 +02:00
OCA Transbot
f2e5084707
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/
2021-11-11 16:14:48 +02:00
OCA-git-bot
89b5ab6c85
base_user_role 14.0.1.1.0
2021-11-11 16:14:48 +02:00
OCA-git-bot
1c1b0c17a4
[UPD] README.rst
2021-11-11 16:14:48 +02:00
oca-travis
1795cab044
[UPD] Update base_user_role.pot
2021-11-11 16:14:48 +02:00
Harald Panten
c47ee28c98
[IMP] base_user_role: Adding a new tab for user comments in roles form.
2021-11-11 16:14:48 +02:00
Sébastien BEAU
a8cf06b781
[IMP] Fix edition of role
2021-11-11 16:14:48 +02:00
oca-travis
f6be67a643
[UPD] Update base_user_role.pot
2021-11-11 16:14:48 +02:00
Jesús Alan Ramos Rodríguez
0b32431380
[MIG] base_user_role: Migration to 14.0
2021-11-11 16:14:48 +02:00
Houzéfa Abbasbhay
ebc17a9954
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/
2021-11-11 16:14:48 +02:00
OCA-git-bot
eec85ac09c
pre-commit update
2021-11-11 16:14:48 +02:00
Jesús Alan Ramos Rodríguez
6bfd0f07cb
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/
2021-11-11 16:14:48 +02:00
OCA Transbot
7c563c8a5d
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/
2021-11-11 16:14:48 +02:00
OCA-git-bot
e403198b4f
[UPD] README.rst
2021-11-11 16:14:48 +02:00
oca-travis
312c8f79e3
[UPD] Update base_user_role.pot
2021-11-11 16:14:48 +02:00
sebalix
1d9d0b4255
[IMP] base_user_role: black, isort
2021-11-11 16:14:48 +02:00
sebalix
5fe8627d50
[MIG] base_user_role: Migration to 13.0
2021-11-11 16:14:48 +02:00
Pierrick Brun
ce8316ff49
FIX check_company
2021-11-11 16:14:48 +02:00
Pierrick Brun
9fba116448
[IMP] make base_user_role_line company dependent
2021-11-11 16:14:48 +02:00
Pierrick Brun
86651fa395
Make user_id and role_id required in base_user_role_line
2021-11-11 16:14:48 +02:00
Pierrick Brun
86524916a2
Revert "[FIX] Crash in base_user_role when role_id is not set on res.users.role.line"
...
This reverts commit b537941d5a2d1fcb3fbacc602124c1b3f6e1d495.
2021-11-11 16:14:48 +02:00
elicoidal
f77ef57875
Switch AGPL to LGPL license
2021-11-11 16:14:48 +02:00
_tux
a70150dc40
[10.0][UPD] base_user_role: Disabled Administrator user selection in notebook users line ( #1170 )
2021-11-11 16:14:48 +02:00
OCA-git-bot
9787ab067c
[UPD] README.rst
2021-11-11 16:14:48 +02:00
Jordi Ballester Alomar
d02e1f510a
[base_user_role] improve performance by only adding/removing from a user
...
the groups that have changed with respecto the role.
2021-11-11 16:14:48 +02:00
ernesto
8d1ebe71d2
[MIG] base_import_match: Migration to 12.0
2021-11-11 16:14:48 +02:00
OCA-git-bot
992d45050f
[UPD] README.rst
2021-11-11 16:14:48 +02:00
hveficent
2b92099b36
[12.0][FIX] readme
2021-11-11 16:14:48 +02:00