-
Notifications
You must be signed in to change notification settings - Fork 31
[IMP] Improve shop URLs to be more SEO friendly #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 9.0
Are you sure you want to change the base?
Conversation
|
@fshahy please check the travis issues. |
website_seo_sale/__openerp__.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe is not necessary the 'qweb' key if you actually don't have any template to load.
|
I tried to install the module but got this error: |
|
Good. I could install the module fine. I found two errors doing some testing: Steps to reproduce:
Expected behavior:
2:
Expected behavior:
Please, if you have a chance take a look at them. |
|
@kaerdsar ok, I will check. |
Products are displayed immediately after domain name like: domain.com/Product_Name
For product categories, only the name of last level of category is displayed like: domain.com/category/pants
Removed concatenated IDs from product and category URLs .
Resolves: #20