fx_select

by
Odoo

10.84

v 11.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 120
Technical Name fx_select
LicenseOPL-1
Versions 11.0
You bought this module and need support? Click here!

select2 based select widget

select2 based select widget with mordern ui, and search extend!

preview

search demo

use the widget

Technical Help & Support

For any type of technical help & support requests, Feel free to contact us

2243879204@qq.com

Via QQ: 2243879204 (App user would not get QQ or any other IM support. Only for odoo project customize.)

2243879204@qq.com

Odoo 13 template_widget, user widget in tree view

This Module will replace the odoo slect widget with a slect2 based select widget

Installation

To install this module, you need to:

Download the module and add it to your Odoo addons folder. Afterward, log on to your Odoo server and go to the Apps menu. Trigger the debug mode and update the list by clicking on the "Update Apps List" link. Now install the module by clicking on the install button.

Upgrade

To upgrade this module, you need to:

Download the module and add it to your Odoo addons folder. Restart the server and log on to your Odoo server. Select the Apps menu and upgrade the module by clicking on the upgrade button.

Configuration

use the fxSelect in tree view like this:

<record model="ir.ui.view" id="template_widget_demo.form">
    <field name="name">template_widget</field>
    <field name="model">template_widget.template_widget</field>
    <field name="arch" type="xml">
        <form>
            <div class="form-group row">
                <label class="col-sm-2 col-form-label" for="sex">sex</label>
                <div class="col-sm-10">
                    <field name="sex" widget="fxSelect" placeholder="select sex"/>
                </div>
            </div>
        </form>
    </field>
</record>

Credits

Contributors

Author & Maintainer

This module is maintained by the xun dao

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

  • 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 or have a question related to your purchase, please use the support page.