콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8532 화면

Odoo v13,

Is it possible to change URL of default module( e.g. Point of Sale)?

I want to change `example.com/shop` to `/example.com/my_url`

It will be for SEO purpose. 


아바타
취소
작성자

Can I change all occurrences of the word "/shop" and "shop" in source code and change rows in database which contain modification of word "shop" to "<my_url>"? Can it work?

베스트 답변

You can do that several ways, depending on what you really need :

  • set redirections or url rewriting in your web server (like apache or nginx), this can be generic

  • write a small module with a controler that change the url, can be generic too

  • use the available Odoo feature : first activate debug mode, then you will see a Redirects entry in Website/Settings menu, open it and you will be able to rewrite every url, at the cost of not being generic.

However, this will not help at all in SEO as shop is well understood by Google and others. If you need SEO help, I wrote several freely available modules that can help you. But there is no magic in SEO : content is king and that need a lot of work.


아바타
취소

Can you maybe please provide some more info on a Redirects entry. I use Odoo 14 and I couldn't find it.

관련 게시물 답글 화면 활동
1
5월 25
831
0
11월 24
1455
0
3월 24
1449
1
12월 23
7234
1
3월 20
4719