| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 237 |
| Technical Name |
save_pivot_view_status_odoo_online |
| License | OPL-1 |
| Versions | 17.0 18.0 19.0 |
By default in Odoo, when you change the group-by fields or add measure fields in the pivot view, Odoo does not save that state. When you return to the pivot view, you have to configure everything again. This results in a poor user experience.
For example. When you open the Tasks Analysis pivot view and configure the pivot view as follows.

You group by the column using the project field, group by the row using customer, and add the Progress field as a measure.
But when you reload this pivot view or return to it later, Odoo always shows the default state as follows.

With this app, each user can save their own pivot view configuration. When a user returns to the pivot view, Odoo will load the last state they saved.

It is very useful as it allows users to modify the pivot view and save it for themselves without any coding. It works well on all pivot views and pivot report views.
This app is available for Odoo Online.
1. Each user can save their own pivot view configuration.
After configure pivot view, user can click on "floppy" icon to save pivot view

2. Undo Odoo default pivot view.
Click on "undo" icon to reset pivot view configuration

3. Collapse last expanded.
- Odoo provides the "expand all" feature for both Row group by and Column group by. For example, in the pivot view, you expand the rows and columns as follows.

- If you click the "Expand All" button, Odoo will automatically expand all rows and columns.

- This app will add two features: "Collapse last expanded rows" and "Collapse last expanded columns".
- If you click the "Collapse last expanded rows" button, Odoo will automatically collapse all last expanded of the rows.

- If you click the "Collapse last expanded columns" button, Odoo will automatically collapse all last expanded of the columns.

Apps May You Like
Email Support: huynh.giang.son.gs@gmail.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



Please log in to comment on this module