| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Technical Name |
itm_text_widget |
| License | See License tab |
| Website | http://odoowikia.com/ |
| Versions | 11.0 12.0 |
Itm Text Widget
Features
- Display The Text Details In Popup
Arrow Clipboard Text
Usage
You need to declare a Text field:
Description = fields.Text( string="Description")
In the view declaration, put widget='ArrowClipboardText' attribute in the field tag:
...
<field name="arch" type="xml">
<tree string="View name">
...
<field name="description" widget="ArrowClipboardText"/>
...
</tree>
</field>
...
<field name="arch" type="xml">
<form string="View name">
...
<field name="description" widget="ArrowClipboardText"/>
...
</form>
</field>
...
Support
You will get 30 Days free support incase any bugs or issue (Except data recovery).
Incase of any question regarding this module feel free to email us on odoowikia@gmail.com or raise a ticket on support.
Odoowikia
# -*- coding: utf-8 -*- # Odoo, Open Source Odoo Itm Text Widget. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).#
Please log in to comment on this module