Commit Graph

27 Commits (16.0)

Author SHA1 Message Date
OCA-git-bot 0e22d5ec6a [BOT] post-merge updates 2024-07-22 04:56:05 +00:00
Vincent Van Rossem 9d2b4f8727 Replace 'Camptocamp SA' with 'Camptocamp' 2024-06-13 17:41:18 +02:00
OCA-git-bot 85a8f633a3 [BOT] post-merge updates 2024-02-29 19:01:10 +00:00
pilarvargas-tecnativa 0bf8a23bea [FIX] mail_autosusbscribe: Removing external dependencies and adding context to tests
The external dependency odoo_test_helper must be defined in test-requirements.txt
not in the manifest.
Also, a context has been added to the tests to avoid executing the code of the
"_message_get_default_recipients" method added by this module in a test
environment as long as it is not the module itself that is being tested.

TT48102
2024-02-29 19:13:50 +01:00
Ivorra78 bac73d64ae Translated using Weblate (Spanish)
Currently translated at 100.0% (20 of 20 strings)

Translation: social-16.0/social-16.0-mail_autosubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_autosubscribe/es/
2024-01-09 20:34:58 +00:00
Ivorra78 d3681592fe Added translation using Weblate (Spanish) 2024-01-09 13:21:13 +00:00
mymage 2bffe1e9d3 Translated using Weblate (Italian)
Currently translated at 100.0% (20 of 20 strings)

Translation: social-16.0/social-16.0-mail_autosubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_autosubscribe/it/
2023-12-28 15:35:20 +00:00
mymage a93ea6011b Added translation using Weblate (Italian) 2023-12-28 12:43:09 +00:00
OCA-git-bot 241ab892f5 [BOT] post-merge updates 2023-12-27 15:41:08 +00:00
oca-ci c685333a73 [UPD] Update mail_autosubscribe.pot 2023-12-27 15:36:21 +00:00
Vandan Pandeji 416abcdc7f [MIG]Dmail_autosubscribe: Migration to V16.0 2023-03-28 23:01:42 +05:30
OCA-git-bot 229606426e mail_autosubscribe 15.0.1.0.3 2023-03-28 22:59:49 +05:30
OCA-git-bot 9698c73a19 mail_autosubscribe 15.0.1.0.2 2023-03-28 22:59:49 +05:30
OCA-git-bot dcc7e691ad [UPD] README.rst 2023-03-28 22:59:49 +05:30
nicolas 7c1e79258f [FIX] mail_autosubscribe: fix email template 2023-03-28 22:59:49 +05:30
yajo 917064be82 [FIX] mail_autosubscribe: missing dependency
This should fix the tests, that are currently failing on CI with:

```
2022-07-05 16:19:13,250 259 INFO odoo odoo.service.server: Starting post tests
2022-07-05 16:19:13,253 259 ERROR odoo odoo.tests.loader: Can not `import mail_autosubscribe`.
Traceback (most recent call last):
  File "/opt/odoo/odoo/tests/loader.py", line 33, in _get_tests_modules
    mod = importlib.import_module('.tests', modpath)
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/__w/social/social/mail_autosubscribe/tests/__init__.py", line 1, in <module>
    from . import test_mail_autosubscribe
  File "/__w/social/social/mail_autosubscribe/tests/test_mail_autosubscribe.py", line 5, in <module>
    from odoo_test_helper import FakeModelLoader
ModuleNotFoundError: No module named 'odoo_test_helper'
```
2023-03-28 22:59:49 +05:30
Joel Zilli fccc6ea605 [FIX] mail_autosubscribe: check partners type
make sure partner is a tuple
2023-03-28 22:59:49 +05:30
OCA-git-bot 18a42ad63f mail_autosubscribe 15.0.1.0.1 2023-03-28 22:59:49 +05:30
OCA-git-bot 789be83fa3 [UPD] README.rst 2023-03-28 22:59:49 +05:30
oca-ci c3595f8672 [UPD] Update mail_autosubscribe.pot 2023-03-28 22:59:49 +05:30
nicolas fcf2031e84 [MIG] mail_autosubscribe: Migration to 15.0 2023-03-28 22:59:49 +05:30
jabelchi 9284d78e60 Translated using Weblate (Catalan)
Currently translated at 100.0% (20 of 20 strings)

Translation: social-14.0/social-14.0-mail_autosubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_autosubscribe/ca/
2023-03-28 22:59:49 +05:30
jabelchi a8fb1c5a6e Added translation using Weblate (Catalan) 2023-03-28 22:59:49 +05:30
OCA-git-bot 249fa32af0 [ADD] icon.png 2023-03-28 22:59:49 +05:30
OCA-git-bot 3425b7df46 [UPD] README.rst 2023-03-28 22:59:49 +05:30
oca-travis c481b24c66 [UPD] Update mail_autosubscribe.pot 2023-03-28 22:59:49 +05:30
Ivàn Todorovich 9e9b8e7106 [ADD] mail_autosubscribe 2023-03-28 22:59:49 +05:30