Commit Graph

2037 Commits (5c5cbe0369f14f941f4ca871724f49aaa7905197)

Author SHA1 Message Date
Stefan Rijnhart 8f4e130274 [RFR] base_changeset: adapt intercept of create to Odoo 14 cache changes 2024-05-07 14:25:44 +02:00
Stefan Rijnhart 44eb42fef1 [IMP] base_changeset: black, isort, prettier 2024-05-07 14:25:44 +02:00
Holger Brunn fac0d72436 [IMP] base_changeset: overhaul security 2024-05-07 14:25:44 +02:00
Holger Brunn 7326e21225 [ADD] base_changeset: hbrunn as contributor 2024-05-07 14:25:44 +02:00
Holger Brunn 9d059f8cb0 [ADD] base_changeset: Determine if a rule applies by an expression 2024-05-07 14:25:44 +02:00
Holger Brunn d128fc5a48 [IMP] base_changeset: Inhibit creating records with restricted fields too 2024-05-07 14:25:44 +02:00
Holger Brunn ee16b694b3 [IMP] base_changeset: Make it impossible to set context key from outside 2024-05-07 14:25:44 +02:00
Stefan Rijnhart ed0f178938 [FIX] base_changeset: fix caching
ormcache is used to minimize the number of times that the active changeset
rules are quered, but it was still missing in one important place.

In this module's tests, this reduces the number of calls to
`models_to_track_changeset` from 354 to 135 times, and the number of test
queries is reduced from 4069 to 3810.
2024-05-07 14:25:44 +02:00
Dept. Técnico 0286871dc7 Translated using Weblate (Catalan)
Currently translated at 1.0% (1 of 96 strings)

Translation: server-tools-14.0/server-tools-14.0-base_changeset
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_changeset/ca/
2024-05-07 14:25:44 +02:00
Dept. Técnico f1b7e322f6 Added translation using Weblate (Catalan) 2024-05-07 14:25:44 +02:00
shams-emesa 21cbd63a90 [IMP] base_changeset: optionally prevent self validation 2024-05-07 14:25:44 +02:00
Sergio Zanchetta 2811d0815c Translated using Weblate (Italian)
Currently translated at 41.0% (39 of 95 strings)

Translation: server-tools-14.0/server-tools-14.0-base_changeset
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_changeset/it/
2024-05-07 14:25:44 +02:00
Sergio Zanchetta a326146cc1 Added translation using Weblate (Italian) 2024-05-07 14:25:43 +02:00
Stefan Rijnhart 7d197cbe6c [FIX] base_changeset: models may not have a `name` field
Fixes

```
bank.changeset_ids.name_get()
*** AttributeError: 'res.partner.bank' object has no attribute 'name'
```
2024-05-07 14:25:43 +02:00
Sylvain LE GAL 9b75b5f0ef [FIX] base_changeset : fix images path in readme files 2024-05-07 14:25:43 +02:00
Dariusz Kubiak 762e97964e [FIX] base_changeset: fix write return type 2024-05-07 14:25:43 +02:00
Stefan Rijnhart eb647d9f5a [FIX] base_changeset: assign values for all computed fields 2024-05-07 14:25:43 +02:00
dsolanki 99b9466ba1 [MIG] Migrate module base_changeset to v14. 2024-05-07 14:25:43 +02:00
dsolanki 5494b33fdf [IMP] base_changeset: isort, black, prettier. 2024-05-07 14:25:43 +02:00
Ana Suárez 1b43902c78 Added translation using Weblate (Spanish) 2024-05-07 14:25:43 +02:00
Andrea 844cc413d5 [13.0][ADD] base_changeset 2024-05-07 14:25:43 +02:00
oca-git-bot 6492cc32f9 [IMP] update dotfiles 2024-05-01 17:21:01 +00:00
mymage b7ccc9ef31 Translated using Weblate (Italian)
Currently translated at 100.0% (2 of 2 strings)

Translation: server-tools-16.0/server-tools-16.0-datetime_formatter
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-datetime_formatter/it/
2024-04-29 11:37:30 +00:00
mymage 6bd64484ca Added translation using Weblate (Italian) 2024-04-29 08:41:09 +00:00
Ignacio Buioli f5b134ef33 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (52 of 52 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/es_AR/
2024-04-29 02:56:14 +00:00
Ronald Portier 9ca9d66aa7 [MIG] fetchmail_attach_from_folder: Migration to 16.0 2024-04-25 13:22:22 +02:00
Ronald Portier b2400163fe [IMP] fetchmail_attach_from_folder: pre-commit stuff 2024-04-25 13:22:22 +02:00
mymage 2eafed73a0 Translated using Weblate (Italian)
Currently translated at 2.5% (2 of 78 strings)

Translation: server-tools-10.0/server-tools-10.0-fetchmail_attach_from_folder
Translate-URL: https://translation.odoo-community.org/projects/server-tools-10-0/server-tools-10-0-fetchmail_attach_from_folder/it/
2024-04-25 13:22:22 +02:00
OCA-git-bot b64ad26ead fetchmail_attach_from_folder 10.0.1.1.0 2024-04-25 13:22:22 +02:00
Nikos Tsirintanis 495392b029 [FIX] replace simplejson dependency with json 2024-04-25 13:22:22 +02:00
oca-travis 3bb281a6f0 [UPD] Update fetchmail_attach_from_folder.pot 2024-04-25 13:22:22 +02:00
Stefan Rijnhart dca2c3a119 [FIX] Some fields are not there if the client asks for a search form 2024-04-25 13:22:22 +02:00
Stefan Rijnhart 0a87f30d48 [IMP] Full email preview when attaching manually 2024-04-25 13:22:22 +02:00
Stefan Rijnhart 80540dc70b [RFR] Override hook 2024-04-25 13:22:22 +02:00
Ronald Portier 204b11a638 [IMP] fetchmail_attach_from_folder. Button to retrieve single folder.
Also possibility to reset state for folder.
2024-04-25 13:22:22 +02:00
Ronald Portier f3adf49cc0 [IMP] fetchmail_attach_from_folder. Show available folders.
Also do not reset connection status on change of underlying folders.
2024-04-25 13:22:22 +02:00
Ronald Portier ea3bed2416 [IMP] fetchmail_attach_from_folder. Separate confirm for folder.
Now it is impossible to confirm a connection to a imap server if there is a problem
in one folder. This commit provides a new state field on the folder and e separate
comfirm button per folder.
2024-04-25 13:22:22 +02:00
Ronald Portier 240da47a73 [FIX] fetchnail_attach_from_folder. Can not pass object to action context. 2024-04-25 13:22:22 +02:00
Ronald Portier e5e63fad04 [FIX] fetchmail_attach_from_folder. Refactor for more testing. 2024-04-25 13:22:22 +02:00
Ronald Portier fe170a079f [MIG] fetchmail_attach_from_folder. Migration to 10.0. 2024-04-25 13:22:22 +02:00
Pedro M. Baeza 7f04fe6b6c [MIG] Rename manifest files 2024-04-25 13:22:22 +02:00
Alexandre Fayolle 7d044d488c [SEC] fetchmail_attach_from_folder: fix unsafe eval 2024-04-25 13:22:22 +02:00
Pedro M. Baeza dbcae60ba1 [MIG] Make modules uninstallable 2024-04-25 13:22:22 +02:00
Stéphane Bidoul c2d5149cba [UPD] prefix versions with 8.0 2024-04-25 13:22:22 +02:00
OCA Transbot 30be10b23f OCA Transbot updated translations from Transifex 2024-04-25 13:22:22 +02:00
Holger Brunn c0f375b77f [ADD] allow to deactivate folders 2024-04-25 13:22:22 +02:00
Holger Brunn 127c3a92cd [FIX] honor sequence 2024-04-25 13:22:22 +02:00
Yannick Vaucher a3f2faa1f5 Add bug tracker link on README.rst 2024-04-25 13:22:22 +02:00
Guewen Baconnier 6dc86e1daa Remove auto_install on fetchmail_attach_from_folder
The key 'active' is deprecated and is a synonym for 'auto_install'.
This addon should not be automatically installed.
2024-04-25 13:22:22 +02:00
Alexandre Fayolle 852e3d8c28 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2024-04-25 13:22:22 +02:00