Commit Graph

2521 Commits (61616a8b0ff147d9c66f2e73152b9d50cf5e3596)

Author SHA1 Message Date
Hai Lang 1681285384 [IMP] base_multi_image: black, isort, prettier 2024-08-19 14:45:58 +02:00
javierjcf c3b907df07 [MIG][13.0]base_multi_image: Migrated to v13 2024-08-19 14:45:58 +02:00
Marc Poch 5d5388bc5f [FIX]base_multi_image: Fix image url in locales with thousand separator. 2024-08-19 14:45:58 +02:00
Vladislav Shepilov 7b46fa444f [MIG] base_multi_image: Migration to 12.0 2024-08-19 14:45:58 +02:00
Francisco Fernández e8311de9c0 [10.0] [IMP] base_multi_image: improve uninstall hook (#1286)
improve uninstall hook to move images from multi to single mode
2024-08-19 14:45:58 +02:00
Dave Lasley f3130d5d14 [10.0][FIX] base_multi_image: Uninstall hook (#709) 2024-08-19 14:45:58 +02:00
Dave Lasley f881b06f50 [FIX] base_multi_image: Use env in uninstall_hook (#677)
* [FIX] base_multi_image: Use env in uninstall_hook
2024-08-19 14:45:58 +02:00
Dave Lasley 478f57b798 [FIX] base_multi_image: Adhere to image delete bypass
* Add catch in owner unlink to allow for image delete bypass via context
2024-08-19 14:45:58 +02:00
Dave Lasley 67d5579c88 [MIG] base_multi_image: Upgrade to v10
* Update openerp to odoo
* Bump versions
* Installable to True
2024-08-19 14:45:58 +02:00
Dave Lasley 642437fee8 base_multi_image: Fix hook example * Add uninstall hook import to Readme example * Only except for ImportError * Fix note regarding need of hook use 2024-08-19 14:45:58 +02:00
Pedro M. Baeza 2aee1097bb [MIG] Rename manifest files 2024-08-19 14:45:58 +02:00
Pedro M. Baeza 219eac9558 [MIG] Make modules uninstallable 2024-08-19 14:45:58 +02:00
Holger Brunn 3249b42c24 [FIX] adapt to changes in binary attachment branch 2024-08-19 14:45:58 +02:00
Stéphane Bidoul (ACSONE) 6b940fb3b7 [FIX] remove en.po that was erroneously created by transbot 2024-08-19 14:45:58 +02:00
Pedro M. Baeza 79b6be2f9f [FIX] base_multi_image: Correct README instructions 2024-08-19 14:45:58 +02:00
Jairo Llopis b61cbe0d37 Add ondelete attribute, required for Many2one fields in v9. 2024-08-19 14:45:58 +02:00
Jairo Llopis add5e19039 Raise version. 2024-08-19 14:45:58 +02:00
Jairo Llopis f799333969 Add uninstall hook to avoid garbage images hanging around after submodule is uninstalled. 2024-08-19 14:45:58 +02:00
Jairo Llopis a40f5ab63d Add a reference field to get to the owner with 1 click. 2024-08-19 14:45:58 +02:00
Jairo Llopis 49d8590cbe Use v9 ormcache. 2024-08-19 14:45:58 +02:00
sebalix ac5d45d254 [FIX] base_multi_image - Fix method name 2024-08-19 14:45:58 +02:00
sebalix 4538ab3d18 [FIX] base_multi_image - Make validation error messages translatable 2024-08-19 14:45:58 +02:00
sebalix 2f4e02cee0 [FIX] base_multi_image - Clean up + updated comments 2024-08-19 14:45:58 +02:00
sebalix d1293ac306 [IMP] base_multi_image - Select only images as attachments 2024-08-19 14:45:58 +02:00
sebalix 4c2f989318 [FIX] base_multi_image - New storage backend 'Filestore' to link an existing attachment record + Fix the 'pre_init_hook_for_submodules()' hook to extract the images from the ir_attachment table for binary fields initialized with the 'attachment=True' parameter 2024-08-19 14:45:58 +02:00
Atchuthan, Sodexis 843eba0ae4 [MIG][9.0] base_multi_image 2024-08-19 14:45:58 +02:00
Jairo Llopis e452a9cff8 Fix bug that made previous images to disappear.
See https://github.com/OCA/product-attribute/pull/135#issuecomment-191358505.
2024-08-19 14:45:58 +02:00
Jairo Llopis 816ab50f22 Add known issues section. 2024-08-19 14:45:58 +02:00
Jairo Llopis 44d33d66dd Remove wrong copyright. 2024-08-19 14:45:58 +02:00
Jairo Llopis c7c5682b08 Cache images' URL. 2024-08-19 14:45:58 +02:00
Jairo Llopis 06a49cc9e9 Reduce methods. 2024-08-19 14:45:58 +02:00
Jairo Llopis b20f85de94 Add sequence to images. 2024-08-19 14:45:57 +02:00
Jairo Llopis afdef2f2b4 Do not require a name. 2024-08-19 14:45:57 +02:00
Jairo Llopis ed22202c6d No default value for storage. 2024-08-19 14:45:57 +02:00
Jairo Llopis 7a4e5f9c7e Tenames and typos. 2024-08-19 14:45:57 +02:00
Jairo Llopis 60503a606e Extend model example. 2024-08-19 14:45:57 +02:00
Jairo Llopis fc3aa08222 Split model in abstract & concrete. 2024-08-19 14:45:57 +02:00
Simone Rubino 7fbb6934e9
[MIG] base_import_default_enable_tracking: Migration to 16.0 2024-08-19 10:10:36 +02:00
OCA-git-bot 7516bd0994 [BOT] post-merge updates 2024-08-19 06:35:05 +00:00
OCA-git-bot 054a9568a9 Merge PR #2992 into 16.0
Signed-off-by pedrobaeza
2024-08-19 06:28:10 +00:00
mymage b8c9978057 Translated using Weblate (Italian)
Currently translated at 100.0% (112 of 112 strings)

Translation: server-tools-16.0/server-tools-16.0-attachment_queue
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_queue/it/
2024-08-17 10:58:32 +00:00
mymage 751c0aa3db Translated using Weblate (Italian)
Currently translated at 100.0% (99 of 99 strings)

Translation: server-tools-16.0/server-tools-16.0-base_changeset
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_changeset/it/
2024-08-17 10:58:32 +00:00
mymage 908779833d Translated using Weblate (Italian)
Currently translated at 100.0% (203 of 203 strings)

Translation: server-tools-16.0/server-tools-16.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
2024-08-17 10:58:32 +00:00
mymage 656445a8c0 Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings)

Translation: server-tools-16.0/server-tools-16.0-autovacuum_message_attachment
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-autovacuum_message_attachment/it/
2024-08-17 10:58:32 +00:00
mymage a10c6bc771 Translated using Weblate (Italian)
Currently translated at 100.0% (45 of 45 strings)

Translation: server-tools-16.0/server-tools-16.0-excel_import_export_demo
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export_demo/it/
2024-08-17 10:58:32 +00:00
mymage bc65e62fe2 Translated using Weblate (Italian)
Currently translated at 100.0% (15 of 15 strings)

Translation: server-tools-16.0/server-tools-16.0-excel_import_export_unidecode
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export_unidecode/it/
2024-08-17 10:58:32 +00:00
mymage 68035c393a Translated using Weblate (Italian)
Currently translated at 100.0% (17 of 17 strings)

Translation: server-tools-16.0/server-tools-16.0-rpc_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-rpc_helper/it/
2024-08-17 10:58:32 +00:00
mymage 4fa25b5b5e Translated using Weblate (Italian)
Currently translated at 100.0% (26 of 26 strings)

Translation: server-tools-16.0/server-tools-16.0-base_remote
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_remote/it/
2024-08-17 10:58:32 +00:00
mymage 09bd552fed Translated using Weblate (Italian)
Currently translated at 100.0% (63 of 63 strings)

Translation: server-tools-16.0/server-tools-16.0-base_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_exception/it/
2024-08-17 10:58:32 +00:00
mymage 3ce6e037af Translated using Weblate (Italian)
Currently translated at 100.0% (19 of 19 strings)

Translation: server-tools-16.0/server-tools-16.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-scheduler_error_mailer/it/
2024-08-17 10:58:32 +00:00