Commit Graph

2486 Commits (85ccb7474da3bd4057808a8001d414f2d375cd31)

Author SHA1 Message Date
Tom Blauwendraat 0d67e2b26a [ADD] Possibility to query for some extra fields, that you can then postprocess 2024-12-04 11:11:38 +01:00
Tom Blauwendraat a3cc81c2ad [IMP] default to 'id asc' to create records in the same order as they were created in the other db 2024-12-04 11:11:38 +01:00
Tom Blauwendraat 088e5bbc69 [IMP] dont try to query fields that dont exist remotely 2024-12-04 11:11:38 +01:00
Tom Blauwendraat f86659911e [UPD] for a reference id field, also allow many2one_reference, not only integer 2024-12-04 11:11:38 +01:00
Tom Blauwendraat dc6cb1c07b [MIG] base_import_odoo: Migration to 14.0 2024-12-04 11:11:38 +01:00
Tom Blauwendraat 1ac870b873 [IMP] base_import_odoo: black, isort, prettier 2024-12-04 11:11:38 +01:00
Holger Brunn f0dc16cd4b [FIX] don't scope xmlids with the module's name to avoid issues on uninstall 2024-12-04 11:11:38 +01:00
Holger Brunn 8d11af2e41 [ADD] possibility to keep passwords 2024-12-04 11:11:38 +01:00
Holger Brunn 70d4fecb2f [MIG] base_import_odoo: Migration to v13 2024-12-04 11:11:38 +01:00
Holger Brunn 2a111a42c8 [IMP] base_import_odoo: black, isort, prettier 2024-12-04 11:11:38 +01:00
Holger Brunn fed8758ced [MIG] base_import_odoo 2024-12-04 11:11:38 +01:00
Holger Brunn 0b8e9f8c88 [ADD] [base_import_odoo] don't write falsy values on required fields
with a default value
2024-12-04 11:11:38 +01:00
Holger Brunn 216b716610 [ADD] create an xmlid for mapped records too (#1059)
* [ADD] create an xmlid for mapped records too
* [IMP] filter out unknown fields
* [FIX] warning about exception handling
2024-12-04 11:11:38 +01:00
Yannick Vaucher 0f2a69669a Bump base_import_odoo version 2024-12-04 11:11:38 +01:00
Stefan Rijnhart 16d4d2e999 [FIX] Be less alarming about missing library (Module does not have to be installed) 2024-12-04 11:11:38 +01:00
Holger Brunn fa4d93eb88 [FIX] don't pass an empty string for required char fields 2024-12-04 11:11:38 +01:00
Holger Brunn 3f5e019b56 [ADD] duplicate treatment 2024-12-04 11:11:38 +01:00
Holger Brunn 565ed0e018 [ADD] fix when running tests with accounting 2024-12-04 11:11:37 +01:00
Holger Brunn 19ce068919 [ADD] depend on mail 2024-12-04 11:11:37 +01:00
Holger Brunn 75063aedce [FIX] dummy cleanup
[ADD] debug logging
2024-12-04 11:11:37 +01:00
Holger Brunn 781aaa74ec [ADD] more tests 2024-12-04 11:11:37 +01:00
Holger Brunn 244cb5da1e Revert "[IMP] disable recomputation during import"
This reverts commit efce253d54e08519039198aea7fcc93fad263055.
2024-12-04 11:11:37 +01:00
Holger Brunn 9543726d5d [ADD] better progress 2024-12-04 11:11:37 +01:00
Holger Brunn d304d40a90 [IMP] disable recomputation during import 2024-12-04 11:11:37 +01:00
Holger Brunn 8a1e22d4e2 [ADD] make it possible to import res_model,res_id references 2024-12-04 11:11:37 +01:00
Holger Brunn 0cf62ca1b3 [RFR] use odoorpc 2024-12-04 11:11:37 +01:00
Holger Brunn c22803f52d [IMP] community review 2024-12-04 11:11:37 +01:00
Holger Brunn 816f3ae867 [FIX] support firefox 2024-12-04 11:11:37 +01:00
Holger Brunn 4849b6d2ba [ADD] allow mapping records by equal field values 2024-12-04 11:11:37 +01:00
Holger Brunn 4fb2876584 [ADD] base_import_odoo 2024-12-04 11:11:37 +01:00
Holger Brunn e135e52620 [FIX] letsencrypt: don't talk to the letsencrypt server at all 2024-11-21 13:57:45 +01:00
Holger Brunn 0266e3a024 [ADD] letsencrypt: hbrunn as maintainer 2024-11-21 13:55:43 +01:00
Florian Mounier acab0d8c9e [BACKPORT] odoo_test_xmlrunner to 16.0
Also implement a better patch and merge test results.
2024-11-21 11:59:52 +01:00
Martin c69b5d5006 [17.0][ADD] odoo_test_xmlrunner module 2024-11-21 11:40:22 +01:00
mymage 6e7e03d85c Translated using Weblate (Italian)
Currently translated at 100.0% (18 of 18 strings)

Translation: server-tools-16.0/server-tools-16.0-sequence_python
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-sequence_python/it/
2024-11-13 10:06:39 +00:00
mymage 70130565e7 Added translation using Weblate (Italian) 2024-11-12 17:27:34 +00:00
Weblate 80dc1fbdab Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-base_import_default_enable_tracking
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_import_default_enable_tracking/
2024-11-12 11:51:12 +00:00
OCA-git-bot d0dc7802eb [BOT] post-merge updates 2024-11-12 10:29:46 +00:00
oca-ci 1c5cb77c74 [UPD] Update base_import_default_enable_tracking.pot 2024-11-12 10:22:07 +00:00
OCA-git-bot 69e0dfa51c Merge PR #3007 into 16.0
Signed-off-by thomaspaulb
2024-11-12 10:15:10 +00:00
OCA-git-bot 7096308e09 [BOT] post-merge updates 2024-11-11 21:38:42 +00:00
oca-ci c52b8c6295 [UPD] Update sequence_python.pot 2024-11-11 21:31:09 +00:00
OCA-git-bot ffa8dcff7c Merge PR #2972 into 16.0
Signed-off-by thomaspaulb
2024-11-11 21:23:49 +00:00
OCA-git-bot 2b7662cadb [BOT] post-merge updates 2024-11-10 11:30:25 +00:00
OCA-git-bot 3c4e89b537 Merge PR #3114 into 16.0
Signed-off-by kittiu
2024-11-10 11:23:02 +00:00
OCA-git-bot c6a75ba80d [BOT] post-merge updates 2024-11-08 13:19:40 +00:00
OCA-git-bot 63a131f63f Merge PR #3110 into 16.0
Signed-off-by legalsylvain
2024-11-08 13:12:15 +00:00
mymage 2e51556f60 Translated using Weblate (Italian)
Currently translated at 100.0% (88 of 88 strings)

Translation: server-tools-16.0/server-tools-16.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-upgrade_analysis/it/
2024-11-08 11:06:32 +00:00
Aungkokolin1997 3eb00a4c3a [IMP] excel_import_export: excel_import_export: allow selection of all related templates for export action
Before this commit, when two templates exist for the same model, clicking "ADD EXPORT ACTION" for each template
creates separate server actions for each. As a result, if multiple templates are created for the same model,
numerous server actions with the label "Export Excel" will accumulate for that model.
With this commit, if two templates exist for the same model and "ADD EXPORT ACTION" is clicked for each,
they will now share a single server action. Users can then select templates from within the "Export Excel" wizard.
Clicking "REMOVE EXPORT ACTION" on a template will remove only that template from the "Export Excel" selection.
The server action itself will be deleted only when no templates use it for export.
2024-11-08 06:47:02 +00:00
OCA-git-bot cb2bf6f92c [BOT] post-merge updates 2024-11-07 12:21:06 +00:00