You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
doc | 2 years ago | |
models | 2 years ago | |
static | 2 years ago | |
view | 3 years ago | |
README.rst | 3 years ago | |
__init__.py | 2 years ago | |
__manifest__.py | 2 years ago |
README.rst
TRANSLITERATE WIDGET
====================
Transliterate widget for Odoo client
Credits
=======
Credits for https://www.google.com/jsapi
* Developer: V13 Varsha Vivek K , odoo@cybrosys.com
V14.0 Pranav T V, odoo@cybrosys.com
V15.0 Pranav T V, odoo@cybrosys.com
V16.0 Pranav T V, odoo@cybrosys.com
Usage
=====
You need to declare a char field.
transliterate = fields.Char(string="Transliterate")
In the view declaration,
...
<field name="arch" type="xml">
<form string="View name">
...
<field name="transliterate" widget="transliterate"/>
...
</form>
</field>
...