Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4 Відповіді
7972 Переглядів

how  to remove "create free website with odoo" in website

Аватар
Відмінити
Найкраща відповідь


edit the page

-addons/website/views/website_template.xml

Аватар
Відмінити

i've done this and it isn't removed. i've refreshed the screen hoping it was just my cache. i've shutdown odoo and restarted it. i wonder if i'm missing something.

i also wonder if i should have edited this template before i created the website. and specifically i edited "addons/website/views/website_templates.xml" not template.xml -- i wonder if that matters or was just a simple oversight.

@Andy just edit file and their is `div` tag, just add style="visibility: hidden;" as attribute, that's it.

Найкраща відповідь

for odoo v16. In the website app, select site -> HTML / CSS Editor. In XML (HTML) select the dropdown list and select the Brand Promotion Message. Delete everything except the first and last line and click save. 


Аватар
Відмінити
Найкраща відповідь

FYI -- that is the edit, however the next time you update Odoo, you'll have to modify the website_template.xml again.


Аватар
Відмінити

The best way is to create a module to override odoo copyright : template id="custom_layout_footer_copyright" inherit_id="website.layout_footer_copyright" > <xpath expr="//div[@class='container mt16 mb8']" position="replace"> Try this : it worked for me :) Hope it helps you also

Найкраща відповідь

In Odoo 9 you need to go to odoo portal > Website > Customize > HTML Editor on left hand side select -Footer Copyright , click on Format button above and than cut the html text from <div> . Than click Save 

Аватар
Відмінити