Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
6 Trả lời
16711 Lượt xem

Good morning,

It is possible to hide at the bottom of the pages of the Odoo website: Created with Odoo - Create a free Website

We are on Odoo 15 Community

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello,

I had a similar  with Chowdhury.

I found a fix that removes the branding in it entirety.

  1. Activate Developers Mode in the settings.
  2. In the settings module, go to Technical > User Interface > Views
  3. Search for 3 keys: 
    1. web.brand_promotion_message
    2. website.brand_promotion
    3. web.brand_promotion
  4. In the architecture for each key remove the body of code, only leaving the first and last lines.
  5. Apply the changes.
  6. Refresh the website webpage and the branding will have been removed.

Kind regards,

Jake

Ảnh đại diện
Huỷ bỏ

It work and this is simple. Any modules are needed.

Directly editing those views gets undone until next odoo update. Create a new view and inherit the base view:

View Name = Brand Promotion Message Custom
Inherited View = Brand Promotion
View Inheritance Mode = Extension Overview
View Type = QWeb
Key = web.brand_promotion_message_custom

Architecture Content:

<data inherit_id="web.brand_promotion" name="Brand Promotion">
<xpath expr="." position="replace">
<t t-set="final_message"/>
</xpath>
</data>

Câu trả lời hay nhất

Hi,

Activate the developer mode in the database and navigate to Settings -> Technical -> User Interface -> Views, and search for brand_promotion, then you can open this view and click on Active toggle button, so that it will get deactivated in the database.


Thanks & Regards

Walnut Software Solutions

Ảnh đại diện
Huỷ bỏ

It works but not fully. This method just removes the "Create a free website" part. Still, it's a good way to remove the Free Website branding.

Câu trả lời hay nhất

Hello POWERSTREET!



Here’s how you can remove the "Created with Odoo" branding from your Odoo 15 Community website:


  Navigate to your Odoo Website module.

  Go to 'Configuration' and select 'Settings'.

  Uncheck the 'Powered by Odoo' option. This setting is enabled by default in the Community version to promote Odoo.

  Save your changes. The branding should now be removed from the footer of your website pages.


For personalized assistance:
https://www.pragtech.co.in/contact-us-mql.html

Ảnh đại diện
Huỷ bỏ

Sandeep can you please provide a screenshot? Because I do not see a "powered by odoo" option to uncheck in my version 15.

Câu trả lời hay nhất

Alternatively you can use the open source OCA apps that remove branding from the website or email. The disadvantage for the other options listed here, is that after updates, changes in the templates will also be updated.

I hope this helps!

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello Powerstreet,

Yes it is possible in odoo for removing the brand name odoo from website.

There is a module which is in v12 version below is the link:
https://apps.odoo.com/apps/modules/12.0/odoo-debrand-11/

This may help you.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 5 25
3203
4
thg 3 24
5797
1
thg 3 24
2073
0
thg 12 23
2787
1
thg 12 23
3064