Skip to Content
Menu
v 10.0 Third Party 50
Download for v 10.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name web_widgets
LicenseAGPL-3
Websitehttp://www.buildfish.com
You bought this module and need support? Click here!

Order widget in form views

This module provides a order widget for float left position.

formview

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.