Hello guys i want to change the name of a standard menuitem so i ve tried the 2 traditional methodes wich are :
using the xml id of the menu item in a record type ir.ui.menu and the second methode is using the xml id on the menuitem tag so both of those methodes didn't work for me i dont know if there is a new methode for odoo 18 because those methodes worked fine on odoo 16
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Projekte
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
140
Ansichten
Hi,
Both methods still work, try force update with noupdate="0".
<data noupdate="0">
<record id="MODULE_ORIGINAL_MENU_ID" model="ir.ui.menu">
<field name="name">My Custom Menu Name</field>
</record>
</data>
Hope it helps
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
|
3
Juni 25
|
2575 | ||
|
|
1
Nov. 25
|
408 | ||
|
|
2
Sept. 25
|
3180 | ||
|
|
1
Aug. 25
|
2499 | ||
|
|
1
Aug. 25
|
1474 |