Commit Graph

1842 Commits (18a2070a2387302e03e6f3be516622fe095dc77d)

Author SHA1 Message Date
Enric Tobella 5a812aab25 [MIG] autovacuum_message_attachment: Migration to 13.0 2023-11-28 12:27:14 +01:00
Enric Tobella 7af9600631 [IMP] autovacuum_message_attachment: black, isort, prettier 2023-11-28 12:27:14 +01:00
Enric Tobella df5830a8c2 [FIX] autovacuum_message_attachment: The field name cannot be used as it is already present in other models 2023-11-28 12:27:14 +01:00
Florent de Labarre 8a1f5970f4 [FIX] autovacuum_message_attachment : wrong message formating 2023-11-28 12:27:14 +01:00
Enric Tobella 17c0e7dcc4 [REF] autovacuum_message_attachment: Improve the way we manage domains 2023-11-28 12:27:14 +01:00
Florian da Costa f9e56058e2 Add possibility to delete attachments 2023-11-28 12:23:23 +01:00
Florian da Costa 8265c71fa0 Migrate autovacuum_mail_message to version 12 and rename it 2023-11-28 12:23:23 +01:00
OCA-git-bot 590cf43c30 [BOT] post-merge updates 2023-11-28 11:09:31 +00:00
oca-ci 6d52fc07ea [UPD] Update base_sequence_default.pot 2023-11-28 11:03:18 +00:00
OCA-git-bot 1ac17c7b5a Merge PR #2765 into 16.0
Signed-off-by yajo
2023-11-28 10:57:17 +00:00
Jairo Llopis ceca6029f5
[MIG] base_sequence_default: v16
@moduon MT-4324
2023-11-27 09:47:32 +00:00
Jairo Llopis 640b10a3d1
[DOCS] Convert readme fragments to markdown 2023-11-22 13:56:13 +00:00
Jairo Llopis 30d91a457d
[IMP] base_sequence_default: black, isort, prettier 2023-11-22 13:33:36 +00:00
OCA-git-bot 7bcc852f44
[UPD] README.rst 2023-11-22 13:32:58 +00:00
OCA-git-bot f95d8e6e8a
base_sequence_default 14.0.1.0.0 2023-11-22 13:32:58 +00:00
OCA-git-bot 33d832b8e5
[UPD] README.rst 2023-11-22 13:32:58 +00:00
Jairo Llopis 79d970432a
[REF] base_sequence_default: bump sequence only on creation
Before this patch, sequence was bumped when loading defaults. That happened even before creating the record. That rendered no-gap sequences useless.

Now, sequences are executed only on record creation, when the user didn't give a default value to the sequenced fields.

To support the use case when you want a sequence on required fields, you can set a value of `-` on those fields on creation. Then, the sequence will also kick in.

@moduon MT-2715
2023-11-22 13:32:58 +00:00
OCA-git-bot 53452c8702
[UPD] README.rst 2023-11-22 13:32:58 +00:00
oca-ci 28dfb869e4
[UPD] Update base_sequence_default.pot 2023-11-22 13:32:58 +00:00
Jairo Llopis 4020460798
[ADD] base_sequence_default: add default values with sequences
This module extends the defaults functionality to allow filling *Character*
type fields on creation with a predefined sequence.

@moduon MT-1506

Co-authored-by: Eduardo de Miguel <1162050+Shide@users.noreply.github.com>
2023-11-22 13:32:58 +00:00
Ivorra78 97be5cf17c Translated using Weblate (Spanish)
Currently translated at 100.0% (39 of 39 strings)

Translation: server-tools-16.0/server-tools-16.0-jsonifier
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-jsonifier/es/
2023-11-11 15:39:04 +00:00
Ivorra78 62fdd3702c Translated using Weblate (Spanish)
Currently translated at 100.0% (27 of 27 strings)

Translation: server-tools-16.0/server-tools-16.0-base_time_window
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_time_window/es/
2023-11-11 15:39:04 +00:00
Ivorra78 0447b74591 Translated using Weblate (Spanish)
Currently translated at 100.0% (33 of 33 strings)

Translation: server-tools-16.0/server-tools-16.0-base_sequence_option
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_sequence_option/es/
2023-11-11 15:39:04 +00:00
Ivorra78 b5d05a93da Added translation using Weblate (Spanish) 2023-11-11 14:03:09 +00:00
Ivorra78 0964d992cb Added translation using Weblate (Spanish) 2023-11-11 13:24:42 +00:00
Ivorra78 afab2041c7 Translated using Weblate (Spanish)
Currently translated at 100.0% (5 of 5 strings)

Translation: server-tools-16.0/server-tools-16.0-html_text
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-html_text/es/
2023-11-09 20:38:59 +00:00
Ivorra78 ab8858c786 Added translation using Weblate (Spanish) 2023-11-09 17:40:23 +00:00
OCA-git-bot 78c36fe40d [BOT] post-merge updates 2023-11-09 09:27:13 +00:00
oca-ci 2a476d055c [UPD] Update excel_import_export_unidecode.pot 2023-11-09 09:21:13 +00:00
OCA-git-bot ad2f5c1343 Merge PR #2742 into 16.0
Signed-off-by pedrobaeza
2023-11-09 09:13:19 +00:00
Rodrigo 6d13a845a1 [ADD] excel_import_export_unidecode: add module that implements the ability to apply unidecode to each selected data. 2023-11-09 09:42:38 +01:00
Rodrigo 5b1cced5a9 [REF] excel_import_export: hooks are added so that they can be inherited 2023-11-09 09:41:56 +01:00
OCA-git-bot 41e9228056 [BOT] post-merge updates 2023-11-07 14:24:06 +00:00
oca-ci feaf1982a3 [UPD] Update base_sequence_option.pot 2023-11-07 14:17:34 +00:00
OCA-git-bot 7f1de31e95 Merge PR #2751 into 16.0
Signed-off-by pedrobaeza
2023-11-07 14:12:06 +00:00
matteoopenf b2a464ea5d [IMP] base_sequence_option: pre-commit stuff 2023-11-03 17:42:58 +01:00
oca-ci 0cd9eb4be8 [UPD] Update base_sequence_option.pot 2023-11-03 17:41:01 +01:00
Rad0van a60154c6f8 [MIG] base_sequence_option: Migration to 15.0 2023-11-03 17:41:01 +01:00
OCA-git-bot b562768696 [UPD] README.rst 2023-11-03 17:41:01 +01:00
oca-travis 844884471c [UPD] Update base_sequence_option.pot 2023-11-03 17:41:01 +01:00
Kitti U 5b0b1a39aa Refactor for multi-company 2023-11-03 17:41:01 +01:00
Kitti U 7cae06b629 [14.0][ADD] base_sequence_option 2023-11-03 17:41:01 +01:00
mymage 113ddc767e Translated using Weblate (Italian)
Currently translated at 91.6% (33 of 36 strings)

Translation: server-tools-16.0/server-tools-16.0-module_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-module_analysis/it/
2023-11-03 13:39:49 +00:00
mymage 9c13960e12 Translated using Weblate (Italian)
Currently translated at 81.2% (156 of 192 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/
2023-11-03 13:39:48 +00:00
OCA-git-bot 9d53ca393f [BOT] post-merge updates 2023-11-01 07:06:10 +00:00
oca-ci 6bc7e51bdb [UPD] Update html_text.pot 2023-11-01 06:57:11 +00:00
OCA-git-bot 79347e560f Merge PR #2590 into 16.0
Signed-off-by thomaspaulb
2023-11-01 06:51:29 +00:00
OCA-git-bot 3950a109b5 [BOT] post-merge updates 2023-11-01 06:45:17 +00:00
OCA-git-bot 68ce44a2aa Merge PR #2740 into 16.0
Signed-off-by thomaspaulb
2023-11-01 06:36:28 +00:00
Alexandre Fayolle 2afed18401
set database_cleanup as rebel module 2023-10-30 13:36:05 -04:00