We have a multiple database setup.
I would like to notify Users which database they are in, so that they don't think they are in production when they are not, or don't mess around in production when they should not.
add ribbon uat
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
We have a multiple database setup.
I would like to notify Users which database they are in, so that they don't think they are in production when they are not, or don't mess around in production when they should not.
add ribbon uat
Two potential options:
A. If you would like a solution using a third party app, see https://apps.odoo.com/apps/modules/15.0/web_environment_ribbon/
B. If you would like a solution without a module, create a custom View like this:
< ?xml version="1.0"?>
< data inherit_id="web.layout">
< xpath expr="//body" position="inside">
< div>
< span style="width: 400px;top: 55px;left: -100px;font-size: 40px;
text-align: center;padding: 10px;line-height: 30px;
color: #f0f0f0; transform: rotate(-45deg); position: fixed;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); background: #D0442C;
opacity: 0.6; pointer-events: none; text-transform: uppercase;
z-index:9999">
TESTING
< /div>
< /xpath>
/data>
Users will then see this:
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
feb 22
|
4877 | ||
|
2
mag 23
|
4716 | ||
|
1
gen 23
|
4079 | ||
|
0
ott 22
|
1631 | ||
|
0
ago 22
|
3 |