Weblate
26bfbb7b67
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-15.0/server-backend-15.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_import_match/
2023-10-09 22:12:24 +00:00
Ivorra78
a8742735e0
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: server-backend-15.0/server-backend-15.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_import_match/es/
2023-10-09 07:49:36 +00:00
mymage
4e6a23e905
Translated using Weblate (Italian)
...
Currently translated at 51.8% (14 of 27 strings)
Translation: server-backend-15.0/server-backend-15.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_import_match/it/
2023-04-17 16:35:09 +00:00
mymage
0521bdbf27
Translated using Weblate (Italian)
...
Currently translated at 51.8% (14 of 27 strings)
Translation: server-backend-15.0/server-backend-15.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_import_match/it/
2023-04-10 16:32:39 +00:00
Matjaz Mozetic
f2ddeae23a
Translated using Weblate (Slovenian)
...
Currently translated at 85.1% (23 of 27 strings)
Translation: server-backend-15.0/server-backend-15.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_import_match/sl/
2023-03-31 21:25:15 +00:00
mymage
fc5eead694
Translated using Weblate (Italian)
...
Currently translated at 51.8% (14 of 27 strings)
Translation: server-backend-15.0/server-backend-15.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_import_match/it/
2023-03-23 13:24:04 +00:00
oca-ci
2e2eb8fec8
[UPD] Update base_import_match.pot
2022-08-11 07:17:46 +00:00
Mi Di
6c7c5e097b
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: server-backend-14.0/server-backend-14.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-14-0/server-backend-14-0-base_import_match/vi_VN/
2022-05-05 09:47:08 -03:00
oca-travis
72b03e19f0
[UPD] Update base_import_match.pot
2022-05-05 09:47:08 -03:00
Radovan Skolnik
f86e18d9c1
[MIG] base_import_match: Migration to 13.0
...
[UPD] Update base_import_match.pot
2022-05-05 09:47:08 -03:00
Rodrigo Macedo
0480ef2a5e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (27 of 27 strings)
Translation: server-backend-12.0/server-backend-12.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_import_match/pt_BR/
2022-05-05 09:47:08 -03:00
OCA Transbot
c63a755967
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_import_match/
[UPD] README.rst
2022-05-05 09:47:08 -03:00
ernesto
cb72b4b44f
[MIG] base_import_match: Migration to 12.0
...
[UPD] README.rst
[UPD] Update base_import_match.pot
2022-05-05 09:47:08 -03:00
OCA Transbot
ba23d45aed
OCA Transbot updated translations from Transifex
...
[UPD] Update base_import_match.pot
2022-05-05 09:47:08 -03:00
OCA Transbot
4f32abe7be
OCA Transbot updated translations from Transifex
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