diff --git a/mail_edit/README.rst b/mail_edit/README.rst index 09ce7c81cf..17142730fb 100644 --- a/mail_edit/README.rst +++ b/mail_edit/README.rst @@ -7,7 +7,7 @@ Message Edit !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:023e7d13393ccb0f572d0110dcff647ea8e90b243fabeebde5450018f628e983 + !! source digest: sha256:5c752155d8002154d92f54efdbeb6a90644b35a4a94cdf383c1fef7931763e6f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ Message Edit :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github - :target: https://github.com/OCA/social/tree/14.0/mail_edit + :target: https://github.com/OCA/social/tree/16.0/mail_edit :alt: OCA/social .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_edit + :target: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_edit :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -69,7 +69,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -116,6 +116,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/social `_ project on GitHub. +This module is part of the `OCA/social `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mail_edit/__manifest__.py b/mail_edit/__manifest__.py index 869e9c9886..5c83c277f7 100644 --- a/mail_edit/__manifest__.py +++ b/mail_edit/__manifest__.py @@ -1,10 +1,10 @@ -# © 2016 Sunflower IT (http://sunflowerweb.nl) +# © 2016-24 Sunflower IT (http://sunflowerweb.nl) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Message Edit", "summary": "Edit, Delete or Move messages to any model", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "category": "Social Network", "website": "https://github.com/OCA/social", "author": "Sunflower IT, Odoo Community Association (OCA)", @@ -17,11 +17,16 @@ ], "data": [ "security/mail_edit_security.xml", - "views/assets.xml", "views/compose_message.xml", ], "demo": ["demo/data.xml"], - "qweb": [ - "static/src/components/message/mail_edit.xml", - ], + "assets": { + "web.assets_backend": [ + "mail_edit/static/src/components/message/mail_edit.js", + "mail_edit/static/src/js/tour.js", + ], + "web.assets_qweb": [ + "mail_edit/static/src/components/message/mail_edit.xml", + ], + }, } diff --git a/mail_edit/static/description/index.html b/mail_edit/static/description/index.html index 0ed9bcfa27..e4bfbef5f0 100644 --- a/mail_edit/static/description/index.html +++ b/mail_edit/static/description/index.html @@ -367,9 +367,9 @@

Message Edit

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:023e7d13393ccb0f572d0110dcff647ea8e90b243fabeebde5450018f628e983 +!! source digest: sha256:5c752155d8002154d92f54efdbeb6a90644b35a4a94cdf383c1fef7931763e6f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module extends the functionality of mail. You can edit message/mail and move them to any model.

Table of contents

@@ -424,7 +424,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -472,7 +472,7 @@

Maintainers

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/social project on GitHub.

+

This module is part of the OCA/social project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/mail_edit/views/assets.xml b/mail_edit/views/assets.xml deleted file mode 100644 index eaf30c6b39..0000000000 --- a/mail_edit/views/assets.xml +++ /dev/null @@ -1,16 +0,0 @@ - - -