Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 12929 |
Technical Name |
rmt_advance_list_form |
License | OPL-1 |
Website | https://github.com/rmtworks |
Versions | 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 12929 |
Technical Name |
rmt_advance_list_form |
License | OPL-1 |
Website | https://github.com/rmtworks |
Versions | 16.0 17.0 18.0 |
ULTIMATE ODOO VIEWS
Adds powerful new functionality to the default Odoo views. First of all, you can do a SplitView which means you can view side by side between List/Kanban View with the Form View. Adds powerful yet non intrusive in term of UI/UX of Search Filter on the ListView because the search function reside on column header and column cell. You can freeze column from left or right of ListView. Adds Auto-Save functionality to the Form View
For developer, we expose the configuration that can easily be added in the XML files such as for setting Split View, freezing columns in Tree View, setting auto save in Form View, setting default column width in Tree View and make a grouping header in List View. More Info on the bottom of the page.
SPLIT VIEW
- The add-on introduces a split-screen interface, allowing users to simultaneously view a list of items and the detailed information of a selected item.
- Users can efficiently navigate between the list view and detail form view to manage and interact with data.
- Split screen works on List / Kanban View with the detailed information of Form View
- To activate it, there is a toggle button on the right of the view type selection
- The state of the toggle button SplitView is saved in the browser cache and will auto applied even if browser restarted
SCREENSHOT
SplitView Kanban View with Form View

SplitView List View with Form View

SEARCH FILTER
- The add-on introduces a filter/search functionality that shown on each column header and on each column cell of ListView for better UX
- The filter options operator adapted automatically based on data type (string, numbers, date and relational data)
- To activate it, hover the column header to reveal to options button and click it to show the filter menu.
- You can also hover on the column cell to do quick filter based on the data shown in the column cell
SCREENSHOT
Filter Column

Filter Column Cell

FREEZE COLUMN
- The add-on introduces a fixed and freeze column functionality Listview
- You can define the fixed and freeze column from the left side of the Listview or from the right side of the Listview
- To activate it, hover the column header to reveal to options button and click it to show the freeze menu.
- The state of freeze column is saved in the browser cache and will auto applied each time you view the ListView
SCREENSHOT
Freeze Column

AUTO SAVE FORM VIEW
- The add-on introduces auto save functionality of Form View based on interval (default 30 seconds)
- To activate/deactivate it. Go to any Form View and click the action dropdown and toggle the auto save setting
- The state of auto save form is saved in the browser cache and will auto applied each time you view the Form View
SCREENSHOT
Auto Save Form

DEVELOPER FRIENDLY
You can set split view in the XML Form view using attribute split_view="true"

You can set freeze column on the treeview in the XML using attribute options="{'freeze': left}"

You can set default width of the column on the treeview in the XML using attribute ex width="100px"

You can set auto save form in the XML FormView using attribute auto_save="true" and auto_save_interval="20" for 20 seconds

You can add additional header in the Tree View / List View to group several header columns (Grouping Header) using attribute ex options="{'groupHeader': 'Contact Information'}"


OUR MODULES
OUR THEMES
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
Report comment
Any abuse of this reporting system will be penalizedThis Module Useless as Split Form View
The main issue in this module is that it just uses split view for viewing, but when you make any changes it is not reflected on the list view until you refresh or reset the view again .
Re: This Module Useless as Split Form View
Hello, thank you for your purchase and feedback, I am sorry you're having trouble with the module. regarding of your issue, have you download the latest version of the module (v17.0.5). That version addresses the issue that you have encountered. If you save the form in the split view or navigate to another row, the changes will auto reflect on the list view.
And If you have any other trouble, please use the discuss tab so we can discuss and we are try resolve it as fast as we can, and please not leave bad rating.
Thank You,
Do younhave something like this for v15
The enterprise version reported an error with version number odoo17
UncaughtPromiseError
Uncaught Promise > Component is destroyed
Error: Component is destroyed
at Proxy. (http://localhost:8099/web/assets/db0537c/web.assets_web.min.js:3999:122)
at Proxy.webRead (http://localhost:8099/web/assets/db0537c/web.assets_web.min.js:2948:84)
at Proxy._loadRecords (http://localhost:8099/web/assets/db0537c/web.assets_web.min.js:6227:204)
at Proxy._loadData (http://localhost:8099/web/assets/db0537c/web.assets_web.min.js:6205:26)
at Proxy._updateConfig (http://localhost:8099/web/assets/db0537c/web.assets_web.min.js:6235:190)
at Proxy._load (http://localhost:8099/web/assets/db0537c/web.assets_web.min.js:6110:18)
at http://localhost:8099/web/assets/db0537c/web.assets_web.min.js:6053:39
at always (http://localhost:8099/web/assets/db0537c/web.assets_web.min.js:3904:42)
Re: The enterprise version reported an error with version number odoo17
Hello, You could try to download the latest version of the module (version 17.3) to resolve the issue.