Treasury | Cheque Management | Salary Advances and Custody
Comprehensive Treatment Plan Management for Healthcare Facilities
Display the wizard form view on hovering a row in the tree view
iWesabe Tree View Checkbox Invisibility
Odoo Personal Tree View Customize, Odoo Personal List View Customize
Freeze Row, Freeze Columns, Sticky Row, Sticky Columns
Expand the limitations of default tree view
Adds id field to tree views
This widget allows you to display tree-like hierarchical references, making it easier to organize and navigate complex structures. It works seamlessly on both forms and tree views, allowing users to select and manage hierarchical data directly within Odoo. Usage: # foreign model class YourReferenceModel(models.Model): _name = "your_reference_model" _description = "YourReferenceModel" _inherit = ["tree_widget.mixin"] # main model class YourMainModel(models.Model): _name = "your_main_model" _description = "YourMainModel" name = fields.Char(string="Name") reference_id = fields.Many2one( "your_reference_model", string="Reference", context={"display_full_name": True}, # Set display_full_name=True if you want # the full path of the reference to be displayed. ) # view form <form> .... <field name="reference_id" widget="many2one_tree"/> .... </form> # view list <list> .... <field name="reference_id" widget="many2one_tree"/> .... </list>
Double click to open records in tree view
odoo list view hover background color highlighted
Tree or List view Search Date by range
In tree views, numeric values are aligned at right while labels are aligned at left: This module align numeric columns with their values
This module provides feature for Odoo tree view horizontal scrollable.
Click and call for Treehouse, Zap and Bistro themes.