Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
Hi,
Activate developer mode and navigate to Settings -> Technical -> User Interface -> Views and search for the view with ID: neutralize_banner and make the record as inactive.
On neutralizing the database, the view is marked as active, so here you are just performing the reverse of the same.
Thanks
thanks a lot!
To deactivate neutralization watermarks
UPDATE ir_ui_view active = false WHERE key = 'web.neutralize_banner';
Hello,
you can do this following:
- Go to Settings > Technical > System Parameters.
- Find the parameter that controls the neutralized state. It could be
database.is_neutralized
or something similar. - Change its value to
false
if it’s set totrue
. - Save the changes.
Hello Niyas, what you mention only removes the banner? or disable all neutralization functionalities?
It will just remove the banner and will not deneutralize the database
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
3月 25
|
5692 | ||
|
1
7月 23
|
2640 | ||
|
3
8月 25
|
2649 | ||
|
1
5月 25
|
2664 | ||
|
1
4月 25
|
3664 |