Commit Graph

193 Commits (c86a5748c9b36d2effde50bae07332a51ce454a9)

Author SHA1 Message Date
c2cdidier 84a78c20e2 Translated using Weblate (French) [ci skip]
Currently translated at 100.0% (82 of 82 strings)

Translation: social-11.0/social-11.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/fr/
2018-12-18 12:31:00 -05:00
oca-travis cb209046d8 [UPD] Update mail_tracking.pot 2018-12-18 12:31:00 -05:00
David 0fd2b031ef [MIG] mail_tracking: Migration to 11.0 2018-12-18 12:31:00 -05:00
Emanuel Cino 9365804a27 [FIX] mail_tracking js could break other modules using chat_manager 2018-12-18 12:31:00 -05:00
eLBati 3f490609c5 IMP mail_tracking performances
On our server,
queries based on "mail_tracking_event"."tracking_email_id" improved from 501,924 ms to 1,840 ms
queries based on "mail_tracking_email"."mail_message_id" improved from 167,436 ms to 3,223 ms

The last ones are run several times when a thread has many messages
2018-12-18 12:31:00 -05:00
OCA Transbot 9aca8f5141 OCA Transbot updated translations from Transifex 2018-12-18 12:31:00 -05:00
Antonio Espinosa 0c02f4bab5 [FIX] mail_tracking: bugfixes (#199)
* [FIX] Only one data-odoo-tracking-email tag in each email
* [FIX] Get status even in multicompany instances
2018-12-18 12:31:00 -05:00
Carlos Dauden 0994ada510 [9.0][IMP] mail_tracking: Improve view with error details 2018-12-18 12:31:00 -05:00
OCA Transbot 8773d8234f OCA Transbot updated translations from Transifex 2018-12-18 12:30:59 -05:00
David Vidal 418b0074d7 [IMP] Shut mock exceptions up 2018-12-18 12:30:59 -05:00
OCA Transbot 82637135ca OCA Transbot updated translations from Transifex 2018-12-18 12:30:59 -05:00
Pedro M. Baeza ecb876f911 [FIX] mail_tracking: Obtain outgoing server with sudo
As regular users can't access this object.
2018-12-18 12:30:59 -05:00
OCA Transbot f9502bf885 OCA Transbot updated translations from Transifex 2018-12-18 12:30:59 -05:00
Juan Jose Scarafia e87e745d62 [FIX][9.0] partner buttons view on enterprise 2018-12-18 12:30:59 -05:00
Antonio Espinosa 1ff5644808 [FIX] Sender label is repeated in search fields 2018-12-18 12:30:59 -05:00
Antonio Espinosa 57217b8549 [9.0][FIX][mail_tracking] Control exception when mail_message was removed (#132) 2018-12-18 12:30:59 -05:00
Antonio Espinosa 7740941b17 [8.0][FIX][mail_tracking] Use event recipient address to find partners and contacts to bounce (#133) 2018-12-18 12:30:59 -05:00
OCA Transbot 93157a5319 OCA Transbot updated translations from Transifex 2018-12-18 12:30:59 -05:00
Antonio Espinosa 2b9556f029 Add access to portal/public user to his own email trackings 2018-12-18 12:30:59 -05:00
Antonio Espinosa 7f6bc7a45f [IMP] mail_tracking: Allow to define a custom mail_tracking base url 2018-12-18 12:30:59 -05:00
Antonio Espinosa 7f4e369d53 [IMP] mail_tracking performance and bounce process (#103) 2018-12-18 12:30:59 -05:00
Damien Bouvy 9bb2e239b7 [MIG] mail_tracking: Migrated to 10.0 2018-12-18 12:30:58 -05:00
Pedro M. Baeza 6c34424034 [MIG] Make modules uninstallable 2018-12-18 12:30:58 -05:00
Pedro M. Baeza e2f4f722fc [FIX] mail_tracking: Typo 2018-12-18 12:30:58 -05:00
OCA Transbot dc57c4608a OCA Transbot updated translations from Transifex 2018-12-18 12:30:58 -05:00
Antonio Espinosa 5b01c956be [MIG] mail_tracking
* Improve tests
* Show trackings even if partner removed
* Disable CSRF protection to webhooks controllers
2018-12-18 12:30:58 -05:00
Antonio Espinosa a7fac21db8 [FIX] Update email_score when email changes 2018-12-18 12:30:58 -05:00
Antonio Espinosa e2a97e25fe [8.0][IMP][mail_tracking] Speed installation time and discard concurrent events (#82)
[IMP] mail_tracking: Speed installation time, discard concurrent events and other fixes
2018-12-18 12:30:58 -05:00
OCA Transbot 66426ba875 OCA Transbot updated translations from Transifex 2018-12-18 12:30:58 -05:00
Antonio Espinosa bc83763427 [8.0][ADD] mail_tracking addon (#67)
* [ADD] mail_tracking addon

* Add description icon

* Fixes remarked

* Fix Travis error

* Remarks fixed
2018-12-18 12:30:58 -05:00
ernesto 833d652446 [MIG] email_template_qweb: Migration to 12.0 2018-12-12 09:54:03 -05:00
oca-travis 5d1fead96a [UPD] Update email_template_qweb.pot 2018-12-11 13:25:46 -05:00
celm1990 0d390c9a0f [11][MIG] email_template_qweb: Migration to 11.0 2018-12-11 13:25:46 -05:00
OCA Transbot bd567b348c OCA Transbot updated translations from Transifex 2018-12-11 13:25:46 -05:00
Pedro M. Baeza 1f974e6b82 [FIX] email_template_qweb: Decode body when encoded
If the result is of type unicode, render method encodes it in utf-8.
We need to decode it in that case so that the rendering results correct.
2018-12-11 13:25:46 -05:00
Damien Bouvy f3e2bd6399 [MIG] email_template_qweb: Migrated to 10.0 2018-12-11 13:25:46 -05:00
Laurent Mignon (ACSONE) f12d8f5275 [FIX] Call to generate_email can be done with a list of ids or only one id (#65)
fixes #64
2018-12-11 13:25:46 -05:00
Dave Lasley ec7939b2d9 [ADD] email_template_qweb 2018-12-11 13:25:46 -05:00
OCA Transbot 16826b1ced Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-09 13:06:53 +00:00
OCA Transbot f7a38fdeab Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-09 13:06:46 +00:00
OCA Transbot cb35046902 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-09 13:06:41 +00:00
oca-travis 9d2fde411e [UPD] Update mail_attach_existing_attachment.pot 2018-12-05 10:20:12 +00:00
OCA-git-bot d273a97a47 [ADD] setup.py 2018-12-05 09:50:40 +00:00
OCA-git-bot 8fc5c85456 [UPD] README.rst 2018-12-05 09:50:40 +00:00
Pedro M. Baeza 903b64956d
Merge pull request #317 from Tecnativa/12.0-mig-mail_attach_existing_attachment
12.0 mig mail_attach_existing_attachment
2018-12-05 10:50:33 +01:00
ernesto 8d8aab8256 [MIG] mail_attach_existing_attachment: Migration to 12.0 2018-12-05 10:22:05 +01:00
oca-travis 410db7814d [UPD] Update mail_attach_existing_attachment.pot 2018-12-05 10:22:05 +01:00
ernesto 01ea4f9660 [MIG] mail_attach_existing_attachment: Migration to 11.0 2018-12-05 10:22:05 +01:00
OCA Transbot 32d09270cb OCA Transbot updated translations from Transifex 2018-12-05 10:22:05 +01:00
Damien Bouvy b0338ed31e [MIG] mail_attach_existing_attachment: Migrated to 10.0 2018-12-05 10:22:05 +01:00