Commit Graph

2573 Commits (8f00d326b58e143efab5ade019bf109b01b29059)

Author SHA1 Message Date
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
Yannick Vaucher a8dd5506a4 Add license key in __openerp__.py 2024-04-25 13:22:22 +02:00
Holger Brunn 3cb4e69bbf [ADD] test matching algorithms 2024-04-25 13:22:22 +02:00
Holger Brunn f7830e7925 [FIX] we want object_id not to be required 2024-04-25 13:22:22 +02:00
Holger Brunn 29e8845a5b [IMP] use a dedicated logger 2024-04-25 13:22:22 +02:00
Holger Brunn 9c106145ee [IMP] readme 2024-04-25 13:22:22 +02:00
Holger Brunn c1fb07f07b [FIX] rename OpenERP->Odoo 2024-04-25 13:22:22 +02:00
Holger Brunn f374945237 [ADD] placeholders 2024-04-25 13:22:22 +02:00
Holger Brunn d66327cfae [IMP] make manual attach wizard usable again 2024-04-25 13:22:22 +02:00
Holger Brunn d6637a8e84 [REN] preliminary migration of fetchmail_attach_from_folder 2024-04-25 13:22:22 +02:00
Stéphane Bidoul 02e3354933 move all modules to __unported__ on master branch and set installable=False 2024-04-25 13:22:22 +02:00
Holger Brunn 2a6e224ac2 [IMP] adjust view definitions to 7.0
[FIX] use mail_thread.message_parse in wizard
2024-04-25 13:22:22 +02:00
Holger Brunn f4a956b1cc [IMP] remove deprecated type field for views 2024-04-25 13:22:22 +02:00
Holger Brunn 14c09ed279 [ADD] port fetchmail_attach_from_folder to 7.0 2024-04-25 13:22:22 +02:00
Alexandre Fayolle 39f22714f9 [REVERT] merged and pushed on 7.0 instead of 6.1 branch... 2024-04-25 13:22:22 +02:00
Holger Brunn 368d9a56bf [FIX] don't rollback() transation, use savepoint. This fixes concurrency
issues with long running cron threads as rollback also releases the lock
2024-04-25 13:22:22 +02:00
Holger Brunn 9f5b3c8299 [IMP] make fetch_mail's refactoring more useful by returning the ids of
mails creates/objects matched
[ADD] preliminary docstrings
2024-04-25 13:22:22 +02:00
Holger Brunn ec5ee38423 [FIX] attach mail attachments to matched object in non-OpenERP case 2024-04-25 13:22:21 +02:00
Holger Brunn edc73926ff [IMP] refactored fetch_mail
[IMP] also log when we're done with one folder
2024-04-25 13:22:21 +02:00
Holger Brunn 189799de9b [ADD] msg_state field for folders - set the state of messages fetched
from imap servers
[IMP] clean up the folders' treeview
2024-04-25 13:22:21 +02:00
Holger Brunn f7bbee385c [IMP] autopep8
[IMP] more efficient sorting of algorithms
[IMP] improve readability of help strings
2024-04-25 13:22:21 +02:00
Ronald Portier 7b19bb6d7f [IMP] - convert mailadresses to lowercase to increase change for match
- handle situation that optional mail address componenents not present in mail
      - slight reorganisation of code to aid debugging and made pep8 compliant as well.
2024-04-25 13:22:21 +02:00
Holger Brunn 7f167a7580 [MRG] lp:~therp-nl/therp-addons/fetchmail_attach_from_folder rev 89 2024-04-25 13:22:21 +02:00
Holger Brunn cfe406a223 [ADD] make retrieval configurable per folder; use msgid to exclude
duplicates; don't break existing configurations
2024-04-25 13:22:21 +02:00
Florian da Costa e6a8b97d5c [IMP] attachment synchronize : when importing files from a remote server :
If one task is failing, keep processing the others
Commit fir attachment imported after each file to be sure not to loose any data, when deleting on remote after import for example
2024-04-24 17:40:15 +02:00
Luis Rodriguez 62f1b2b207 [MIG] nsca_client: Migration to 16.0 2024-04-24 13:25:56 +02:00
Luis Rodriguez 7cecd3c6cf [IMP] nsca_client: pre-commit auto fixes 2024-04-24 10:13:54 +02:00
Ivorra78 93b85b96af Translated using Weblate (Spanish)
Currently translated at 100.0% (103 of 103 strings)

Translation: server-tools-14.0/server-tools-14.0-nsca_client
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-nsca_client/es/
2024-04-24 10:02:01 +02:00
Ivorra78 d6c603ec07 Translated using Weblate (Spanish)
Currently translated at 14.5% (15 of 103 strings)

Translation: server-tools-14.0/server-tools-14.0-nsca_client
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-nsca_client/es/
2024-04-24 10:02:01 +02:00
Ivorra78 4bf0067954 Added translation using Weblate (Spanish) 2024-04-24 10:02:01 +02:00
Weblate 40ca7edac0 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-14.0/server-tools-14.0-nsca_client
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-nsca_client/
2024-04-24 10:02:01 +02:00
oca-ci 40747539fa [UPD] Update nsca_client.pot 2024-04-24 10:02:01 +02:00
Weblate 14e31a05fb Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-14.0/server-tools-14.0-nsca_client
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-nsca_client/
2024-04-24 10:02:01 +02:00
OCA-git-bot 8a81de4b62 [BOT] post-merge updates 2024-04-24 10:02:01 +02:00
oca-ci f33cc30629 [UPD] Update nsca_client.pot 2024-04-24 10:02:01 +02:00
Enric Tobella ee989ea9f1 *: fixup linters 2024-04-24 10:02:01 +02:00