Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
web_widgets |
License | AGPL-3 |
Website | http://www.buildfish.com |
Order widget in form views
This module provides a order widget for float left position.
Usage
In the form view declaration, put widget='order' attribute in the field tag:
... <field name="arch" type="xml"> <form string="View name"> ... <field name="name"/> <field name="field" widget="order"/> ... </form> </field> ...
Please log in to comment on this module