コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3499 ビュー

I need to change the e-commerce module url from "shop" to "somethingelse". How can I accomplish that? 


I am using a odoo on a self hosted server with ubuntu on it.

アバター
破棄
著作者 最善の回答

Hello,

Thank you for your answer but I am adamant about changing the URL not only the Menu name because my Odoo Shop is in another language. How can I change the /shop?

アバター
破棄

As I mentioned in my answer, The /shop URL is predefined in Odoo code so to change it you need to customize it by code.

最善の回答

/shop is a defined path come from this file website_sale/controllers/main.py so you can't change the URL from Odoo UI but you can change the name of the Menu from website => configurations => Menus.

If you want to change it, you need to customize it using a custom app.

アバター
破棄
関連投稿 返信 ビュー 活動
0
8月 18
3209
1
8月 16
4793
1
5月 25
787
0
11月 24
1433
2
7月 24
1551