Skip to content

Commit

Permalink
🚑 replace placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
trojikman committed May 22, 2020
1 parent 63a51a9 commit 46e1826
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web_debranding/__manifest__.py
Expand Up @@ -3,10 +3,12 @@
# Copyright 2018-2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# Copyright 2018 Ildar Nasyrov <https://it-projects.info/team/iledarn>
# Copyright 2018 WohthaN <https://github.com/WohthaN>
# Copyright 2019 Eugene Molotov <https://github.com/em230418>
# Copyright 2020 Denis Mudarisov <https://github.com/trojikman>
# License MIT (https://opensource.org/licenses/MIT).
{
"name": "Backend debranding",
"version": "11.0.1.0.27",
"version": "12.0.1.0.28",
"author": "IT-Projects LLC, Ivan Yelizariev",
"license": "Other OSI approved licence", # MIT
"category": "Debranding",
Expand Down
5 changes: 5 additions & 0 deletions web_debranding/doc/changelog.rst
@@ -1,3 +1,8 @@
`1.0.28`
--------

- **Fix:** replace placeholder in image uploading

`1.0.27`
--------

Expand Down
6 changes: 6 additions & 0 deletions web_debranding/static/src/xml/web.xml
Expand Up @@ -2,6 +2,7 @@
<!--Copyright 2015-2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
Copyright 2016 Stanislav Krotov <https://it-projects.info/team/ufaks>
Copyright 2016 Gabbasov Dinar <https://it-projects.info/team/GabbasovDinar>
Copyright 2020 Denis Mudarisov <https://github.com/trojikman>
License MIT (https://opensource.org/licenses/MIT).-->
<templates>
<t t-extend="mail.client_action">
Expand Down Expand Up @@ -33,6 +34,11 @@
<!-- It leads to warning in Odoo EE in browser console, because such selector doesn't exist there -->
<t t-jquery="li.divider" t-operation="replace" />
</t>
<t t-extend="web_editor.dialog.image">
<t t-jquery="input#imageurl" t-operation="attributes">
<attribute name="placeholder">https://www.example.com/logo.png</attribute>
</t>
</t>
<!-- enterprise: hide database expiration panel -->
<!-- WARNING: running odoo instance with uncommented lines below may be illegal -->
<!--
Expand Down

0 comments on commit 46e1826

Please sign in to comment.