[MIG] website_sale_category_megamenu: Migration to 11.0#259
Conversation
|
@robinkeunen English please :) |
Split functionalities in different templates that can be enabled or disabled in the Customize menu in the website. Create a new division in the html where mega menu and other functionalities are placed. Facilitate the extension of this module by having specific templates to insert functionalities in the parent view. So that new component can be moved easier by another module. Replace the usage of `@class` by `hasclass`. This module is like this more generic.
|
Can we close this PR? |
|
@sergio-teruel This PR is not merged yet into OCA, I prefer to leave it open. I'm waiting for reviews. I'm ready to change anything that seems wrong to the community. |
|
|
||
| * Daniel Gómez-Zurita <danielgz@antiun.com> | ||
| * Antonio Espinosa <antonioea@antiun.com> | ||
| * Rafael Blasco <rafaelbn@antiun.com> |
| "version": "11.0.1.0.1", | ||
| "category": "Themes/Miscellaneous", | ||
| "website": "https://github.com/OCA/e-commerce/", | ||
| "author": "Antiun Ingeniería S.L., Odoo Community Association (OCA)", |
There was a problem hiding this comment.
Hi, please add Tecnativa as we change from Antiun to Tecnativa
rafaelbn
left a comment
There was a problem hiding this comment.
As said there are missing commits from 2015 https://github.com/OCA/e-commerce/pull/82/commits
And from 2016 https://github.com/OCA/e-commerce/pull/135/commits
| ------------ | ||
|
|
||
| * Daniel Gómez-Zurita <danielgz@antiun.com> | ||
| * Antonio Espinosa <antonioea@antiun.com> |
There was a problem hiding this comment.
This email also doesn't exist any more, just leave the name
|
Hi @remytms 😄
I reviewed ! thanks you! |
|
There is missing commit in my PR. I will not redo all the work. I have started from the 9.0 branch instead of the 8.0 branch. I close this PR. |
Hi,
I've ported this module to 11.0. And then I refactored it to use the Customize Menu in the Odoo Website.
Before it looked like this:

After:

And the Customize menu:

Waiting for your comments. :)