Skip to Content
Menu

Itm Text Widget

by
Odoo
v 11.0 v 12.0 Third Party 240
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name itm_text_widget
LicenseSee License tab
Websitehttp://odoowikia.com/
Versions 11.0 12.0
You bought this module and need support? Click here!

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

Website | Blog | Contact Us
# -*- 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

  • 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.