OCA-git-bot
6b5091caed
Merge PR #912 into 13.0
...
Signed-off-by etobella
2022-05-27 11:58:57 +00:00
Enric Tobella
4a756715aa
[IMP] mail_activity_team: Improve test using standard methods
2022-05-27 12:13:56 +02:00
Enric Tobella
2fa07c635d
[IMP] mail_activity_team: Define team on activity types
2022-05-27 12:13:14 +02:00
OCA-git-bot
406cd7e9b7
[UPD] addons table in README.md
2022-05-15 15:32:40 +00:00
OCA-git-bot
ae86c1ada4
mail_tracking_mass_mailing 13.0.1.0.1
2022-05-15 15:32:36 +00:00
OCA-git-bot
40a2ea88d2
Merge PR #906 into 13.0
...
Signed-off-by pedrobaeza
2022-05-15 15:25:53 +00:00
Akim Juillerat
83f0efc196
mail_tracking_mass_mailing: Set traces in error according to tracking
...
If an exception is caught by ir.mail_server.send_email in mail_tracking module,
the mail.tracking.email record will appear in error but the related mailing
trace would still appear as sent because mail.mail._postprocess_sent_message is
called without any failure_type in mail.mail._send in the mail module (as Exception
is not raised after being caught in mail_tracking module).
Since _postprocess_sent_message method not only sets the mailing.trace state in
mass_mailing module but can also delete the mail.mail records in mail module,
we need to ensure the mailing.trace is written accordingly to the tracking here,
and avoid having the mass_mailing module set a 'sent' status if we had an exception,
hence the usage of a context key to ignore possible writes.
2022-05-10 15:34:11 +02:00
Joan Mateu Jordi
7873d97e43
[FIX] mail_activity_team. smart button archive
2022-04-26 12:12:20 +02:00
Pablo Paez
0c5a273f2c
[ADD] mail_partner_forwarding: New module
2022-04-11 14:24:51 -03:00
oca-git-bot
b3d2d7c34c
[IMP] update dotfiles [ci skip]
2022-04-10 16:13:00 +02:00
OCA Transbot
f7c07bd9c9
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-13.0/social-13.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_team/
2022-04-07 03:39:59 +00:00
OCA-git-bot
360587f441
[UPD] addons table in README.md
2022-04-06 07:58:40 +00:00
OCA-git-bot
083b022de4
mail_activity_team 13.0.1.1.0
2022-04-06 07:58:35 +00:00
oca-ci
c2ee3ebe13
[UPD] Update mail_activity_team.pot
2022-04-06 07:53:21 +00:00
OCA-git-bot
d877ac4daf
Merge PR #877 into 13.0
...
Signed-off-by etobella
2022-04-06 07:48:42 +00:00
OCA Transbot
9c53b43ab4
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-13.0/social-13.0-mail_activity_board
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_board/
2022-04-06 03:40:25 +00:00
OCA-git-bot
0daa195fbf
[UPD] addons table in README.md
2022-04-05 19:56:58 +00:00
OCA-git-bot
1b426d26ab
mail_activity_board 13.0.1.1.0
2022-04-05 19:56:54 +00:00
OCA-git-bot
86cbc15da6
[UPD] README.rst
2022-04-05 19:56:53 +00:00
oca-ci
2905604f2f
[UPD] Update mail_activity_board.pot
2022-04-05 19:49:52 +00:00
OCA-git-bot
ce501a8884
Merge PR #473 into 13.0
...
Signed-off-by rafaelbn
2022-04-05 19:44:59 +00:00
OCA-git-bot
949bc2ca34
[UPD] addons table in README.md
2022-04-05 09:41:32 +00:00
OCA-git-bot
87b160c565
mail_restrict_follower_selection 13.0.1.1.0
2022-04-05 09:41:28 +00:00
OCA-git-bot
9598b8bcfb
Merge PR #883 into 13.0
...
Signed-off-by etobella
2022-04-05 09:36:19 +00:00
Laurent Mignon (ACSONE)
c58f0ed02f
[IMP] mail_activity_board: Direct access to related model instance
...
Add a direct access from activity calendar and form views to the linked model instance.
Bedore this change, it was not possible to access to the model instance linked to an activity from the calendar view nor from the view opened by clicling on the activity into the calendar
[IMP] mail_activiy_board: Restrict related_model_instance selection to models supporting mail acitvities
Co-Authored-By: Miquel Raïch <miquel.raich@eficent.com>
2022-04-05 09:57:51 +02:00
angelmoya
042b80ad2a
[IMP] mail_restrict_follower_selection: Adding tests and improving pre-commit
2022-04-05 09:57:04 +02:00
Enrique
8797c1ab4f
[FIX] mail_restrict_follower_selection: res_model not always in context
...
When creating a record from a record from another model, the model is not in the context (`default_res_model` key). For example: creating an invoice from a sale order.
2022-04-05 09:38:42 +02:00
OCA-git-bot
bc35f81d08
[UPD] addons table in README.md
2022-04-03 16:20:13 +00:00
OCA-git-bot
260ba184df
mass_mailing_partner 13.0.1.1.2
2022-04-03 16:20:05 +00:00
OCA-git-bot
dde39591db
Merge PR #870 into 13.0
...
Signed-off-by dreispt
2022-04-03 16:14:27 +00:00
OCA-git-bot
a0b4a178d1
[UPD] addons table in README.md
2022-04-03 12:02:39 +00:00
Pedro M. Baeza
4768925727
[FIX] mail_tracking_mailgun: Avoid infinite hangout registering hooks
...
We should put a timeout for isolated environments where there are no
external connection.
https://docs.python-requests.org/en/latest/user/quickstart/#timeouts
2022-04-03 14:02:28 +02:00
Adrià Gil Sorribes
a04207cb8e
[IMP] mail_activity_team
2022-03-30 17:20:57 +02:00
Jaime Arroyo
6d586fa3f3
[IMP] mail_activity_widget
2022-03-30 17:18:11 +02:00
Enric Tobella
897bd6e344
Merge pull request #878 from tegin/13.0-gh
...
[IMP] repo: From Travis to GH Actions
2022-03-30 17:14:50 +02:00
Enric Tobella
e96f2ead30
Updated from template
2022-03-30 17:02:58 +02:00
Akim Juillerat
5ef34dc308
mass_mailing_partner: Fix assignation of company name
...
Defining a res.company on a partner should not set the company_name
on a mailing contact as the mailing contact is not linked to a
res.company.
The company_name should instead be set according to the commercial
partner of the partner being modified if it's parent_id is changed.
2022-03-22 14:54:51 +01:00
OCA-git-bot
4e15f26e5b
[ADD] setup.py
2022-03-11 14:44:01 +00:00
OCA-git-bot
63e6ebaa83
[UPD] README.rst
2022-03-11 14:44:01 +00:00
OCA-git-bot
79646ddb69
[UPD] addons table in README.md
2022-03-11 14:43:56 +00:00
oca-travis
b8dbcd1052
[UPD] Update mail_activity_form.pot
2022-03-11 14:25:48 +00:00
OCA-git-bot
c1d9f62dcb
Merge PR #784 into 13.0
...
Signed-off-by rafaelbn
2022-03-11 13:46:18 +00:00
OCA-git-bot
02e2a5dc4f
[UPD] addons table in README.md
2022-03-11 13:44:04 +00:00
OCA-git-bot
9b4eb4c55e
mail_tracking 13.0.1.0.10
2022-03-11 13:43:59 +00:00
OCA-git-bot
e702446620
Merge PR #847 into 13.0
...
Signed-off-by rafaelbn
2022-03-11 13:24:23 +00:00
tfo
9b90393cc9
Translated using Weblate (French)
...
Currently translated at 36.0% (9 of 25 strings)
Translation: social-13.0/social-13.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_team/fr/
2022-03-10 07:30:37 +00:00
Bosd
cafd0ff476
Translated using Weblate (Dutch)
...
Currently translated at 80.0% (4 of 5 strings)
Translation: social-13.0/social-13.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_debrand/nl/
2022-02-26 18:24:11 +00:00
sugapablo
5afacb7eab
[FIX] mail_tracking: error when filtering by "Sent"
2022-02-17 09:17:17 -05:00
OCA-git-bot
ad5d6c3e59
[ADD] setup.py
2022-02-16 09:20:32 +00:00
OCA-git-bot
20de47fcf0
[ADD] icon.png
2022-02-16 09:20:31 +00:00