-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[ADD] New module web_merge_notebook_tab #2703
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: 16.0
Are you sure you want to change the base?
Conversation
a81aebe
to
a1c2393
Compare
a1c2393
to
88418e9
Compare
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.
Tested and it works exactly as described. LGTM
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.
Tested on runboat with several views, work as described 👌
Idea : add sequence parameter when we configure a merge notebook
could you elaborate ? |
This PR has the |
When I tested the module, I merge three notebooks and the notebook arrive on last position. I thought to myself: how cool would it be to be able to choose the position of this new tab? :) |
I get it ! Thanks. if we add some field in the setting, like I'll give it a try in the next day. if it's not easy, i'll add a text in the roadmap section. |
Description
This module extend the Odoo Community Edition
web
module to improve display of Form views that contains notebooks.Odoo is very modular, that is great, but for some Forms, Odoo designs the view with a lot of tabs in a notebook,
one per functional topic.
If many modules are installed, it generates a lot of tabs. Consequently:
It is specially problematic for product or partner form views.
This module allows to 'merge' many tabs into a single tab, to avoid such UX troubles.
Demo exemple with the form view of the
res.groups
model:Without the module
With the module
Configure
Go to "Settings > Technical > User Interface > Merge Notebook tab Settings"
Create a new setting:
string
parameter)name
parameter)