diff --git a/README.md b/README.md index 317d358102..d776a3e350 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ addon | version | maintainers | summary [mail_attach_existing_attachment_account](mail_attach_existing_attachment_account/) | 14.0.1.0.1 | | Module to use attach existing attachment for account module [mail_autogenerated_header](mail_autogenerated_header/) | 14.0.1.0.0 | | Add headers to Odoo's mails indicating they are autogenerated [mail_autosubscribe](mail_autosubscribe/) | 14.0.1.0.0 | | Automatically subscribe partners to its company's business documents +[mail_chatter_company_tracking](mail_chatter_company_tracking/) | 14.0.1.0.0 | [![adasatorres](https://github.com/adasatorres.png?size=30px)](https://github.com/adasatorres) | This add-on includes the company name in the email chatter tracking when it is a company-dependent field. [mail_chatter_thread_colour](mail_chatter_thread_colour/) | 14.0.1.0.1 | | Allow to change the colour of threads [mail_contact_type](mail_contact_type/) | 14.0.1.0.0 | [![petrus-v](https://github.com/petrus-v.png?size=30px)](https://github.com/petrus-v) | Mail Contact Type [mail_debrand](mail_debrand/) | 14.0.2.2.4 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | Remove Odoo branding in sent emails Removes anchor 20characters diff --git a/mail_chatter_company_tracking/README.rst b/mail_chatter_company_tracking/README.rst index 2f04523372..d63b00dd62 100644 --- a/mail_chatter_company_tracking/README.rst +++ b/mail_chatter_company_tracking/README.rst @@ -7,7 +7,7 @@ Mail Chatter Company Tracking !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ca51bb1b96e2d7172d7613e71850bbe20451d0456244169c33db61cee68193eb + !! source digest: sha256:fff7d9cea1266f1ec9c88b1f0b890a189e8680db053f6399ff9c7e45f1bbe7ce !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_chatter_company_tracking/static/description/index.html b/mail_chatter_company_tracking/static/description/index.html index 63720385ef..39bfc49844 100644 --- a/mail_chatter_company_tracking/static/description/index.html +++ b/mail_chatter_company_tracking/static/description/index.html @@ -367,7 +367,7 @@

Mail Chatter Company Tracking

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ca51bb1b96e2d7172d7613e71850bbe20451d0456244169c33db61cee68193eb +!! source digest: sha256:fff7d9cea1266f1ec9c88b1f0b890a189e8680db053f6399ff9c7e45f1bbe7ce !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/social Translate me on Weblate Try me on Runboat

This add-on includes the company name in the email chatter diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 61310bd281..24012bc270 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240916.0 \ No newline at end of file +14.0.20241206.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f17c2e499f..0f62ad6a59 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -23,6 +23,7 @@ 'odoo14-addon-mail_attach_existing_attachment_account', 'odoo14-addon-mail_autogenerated_header', 'odoo14-addon-mail_autosubscribe', + 'odoo14-addon-mail_chatter_company_tracking', 'odoo14-addon-mail_chatter_thread_colour', 'odoo14-addon-mail_contact_type', 'odoo14-addon-mail_debrand',