-
-
Notifications
You must be signed in to change notification settings - Fork 627
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] mail_tracking: pre-commit auto fixes
- Loading branch information
1 parent
b293ba5
commit 549006c
Showing
17 changed files
with
228 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
8 changes: 4 additions & 4 deletions
8
mail_tracking/readme/CONFIGURE.rst → mail_tracking/readme/CONFIGURE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
As there can be scenarios where sending a tracking img in the email body is | ||
not desired, there is a global system parameter | ||
As there can be scenarios where sending a tracking img in the email body | ||
is not desired, there is a global system parameter | ||
"mail_tracking.tracking_img_disabled" that can be set to True to remove | ||
the tracking img from all outgoing emails. Note that the **Opened** status | ||
will not be available in this case. | ||
the tracking img from all outgoing emails. Note that the **Opened** | ||
status will not be available in this case. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Pedro M. Baeza | ||
- Antonio Espinosa | ||
- David Vidal | ||
- Ernesto Tejeda | ||
- Rafael Blasco | ||
- Alexandre Díaz | ||
- [Eezee-IT](https://www.eezee-it.com): | ||
- Asma Elferkhsi | ||
- [Vauxoo](https://www.vauxoo.com): | ||
- Agustín Payen Sandoval |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Images | ||
|
||
- Odoo Community Association: | ||
[Icon](https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg). | ||
- Thanks to [LlubNek](https://openclipart.org/user-detail/LlubNek) and | ||
[Openclipart](https://openclipart.org) for [the | ||
icon](https://openclipart.org/detail/19342/open-envelope). |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
mail_tracking/readme/DESCRIPTION.rst → mail_tracking/readme/DESCRIPTION.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
This module shows email notification tracking status for any messages in | ||
mail thread (chatter). Each notified partner will have an intuitive icon just | ||
right to his name. | ||
mail thread (chatter). Each notified partner will have an intuitive icon | ||
just right to his name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
If you're using a multi-database installation (with or without dbfilter | ||
option) where /web/databse/selector returns a list of more than one | ||
database, then you need to add `mail_tracking` addon to wide load addons | ||
list (by default, only `web` addon), setting `--load` option. For | ||
example, `--load=web,mail,mail_tracking` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Integrate with the core mail.notification model. A soft way would be | ||
to write a notification event along with the mail.tracking.event ones. | ||
Another way could be to merge both models and build the module | ||
features on top of it. This might imply a refactor though. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.