diff --git a/web_editor_background_color/README.rst b/web_editor_background_color/README.rst index 7a6ffd78d..bd166b3b1 100644 --- a/web_editor_background_color/README.rst +++ b/web_editor_background_color/README.rst @@ -14,13 +14,13 @@ Web Editor Background Color Picker :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/11.0/web_editor_background_color + :target: https://github.com/OCA/web/tree/12.0/web_editor_background_color :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_editor_background_color + :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_editor_background_color :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/11.0 + :target: https://runbot.odoo-community.org/runbot/162/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -50,13 +50,22 @@ To use this module, you need to: * Writing any valid HTML color code in the text input. * Selecting a color from the color picker. +Known issues / Roadmap +====================== + +* Preview when user plays with colors. + See https://github.com/OCA/web/pull/1327#issuecomment-509621572 to understand + the (co/i)mplications. +* When (& if) Odoo merges https://github.com/odoo/odoo/pull/34687, this + module will no longer be needed. + 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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -93,6 +102,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/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_editor_background_color/__manifest__.py b/web_editor_background_color/__manifest__.py index 29fda211c..3b719bf77 100644 --- a/web_editor_background_color/__manifest__.py +++ b/web_editor_background_color/__manifest__.py @@ -3,9 +3,9 @@ { "name": "Web Editor Background Color Picker", "summary": "Set any background color for web editor snippets", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "category": "Website", - "website": "https://www.tecnativa.com", + "website": "https://github.com/OCA/web", "author": "Tecnativa, Odoo Community Association (OCA)", "license": "LGPL-3", "application": False, @@ -18,5 +18,6 @@ ], "data": [ "templates/assets.xml", + "templates/editor.xml", ], } diff --git a/web_editor_background_color/i18n/web_editor_background_color.pot b/web_editor_background_color/i18n/web_editor_background_color.pot index 447d3bb3c..d2e396f15 100644 --- a/web_editor_background_color/i18n/web_editor_background_color.pot +++ b/web_editor_background_color/i18n/web_editor_background_color.pot @@ -3,7 +3,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" diff --git a/web_editor_background_color/readme/ROADMAP.rst b/web_editor_background_color/readme/ROADMAP.rst new file mode 100644 index 000000000..e04cb5245 --- /dev/null +++ b/web_editor_background_color/readme/ROADMAP.rst @@ -0,0 +1,5 @@ +* Preview when user plays with colors. + See https://github.com/OCA/web/pull/1327#issuecomment-509621572 to understand + the (co/i)mplications. +* When (& if) Odoo merges https://github.com/odoo/odoo/pull/34687, this + module will no longer be needed. diff --git a/web_editor_background_color/static/description/index.html b/web_editor_background_color/static/description/index.html index d8bc819f7..2ee9cb025 100644 --- a/web_editor_background_color/static/description/index.html +++ b/web_editor_background_color/static/description/index.html @@ -3,7 +3,7 @@ - + Web Editor Background Color Picker