Powerd by odoo - create free website....how to remove this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
Hi,
Try the following steps.
1- Activate developer mode.
2- Duplicate the "Brand Promotion Message" View
- Navigate to Settings > Technical > User Interface > Views.
- In the search bar, type Brand Promotion Message to find the view that you need to duplicate.
- Select the Brand Promotion Message view from the list.3- Create a New View Based on the Original
-With the "Brand Promotion Message" view open, click Duplicate.
-Update the following fields:
* View Name: Change it to something unique, like Custom Brand Promotion Message.
* Key: Change it to something unique, like web.custom_brand_promotion_message.
* Inherited View: Select Brand Promotion Message to ensure that your new view will inherit from the original.
4- Replace the Code in the Architecture
In the Architecture section of the duplicated view, replace the existing code with:
<xpath expr="//t[@t-name='web.brand_promotion_message']" position="replace">
<div class="footer">
</div>
</xpath>
This modification removes the "Powered by Odoo" mention while retaining the footer structure for your website.
5- Save and Apply
Hope it helps
This has been answered about 40 times in this forum. Please use the search function: https://www.odoo.com/forum/1?search=Powered+by+Odoo
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
9月 25
|
6 | ||
|
0
8月 25
|
19 | ||
|
0
8月 25
|
20 | ||
|
0
8月 25
|
20 | ||
|
2
7月 25
|
422 |