mirror of https://github.com/OCA/web.git
Move module description to README.rst
parent
fcaa3cae00
commit
a4c72734f1
|
@ -0,0 +1,35 @@
|
||||||
|
Web Translate Dialog
|
||||||
|
====================
|
||||||
|
|
||||||
|
This module replaces the standard translation view by an easy-to-use pop-up view where you can translate all the fields of the object in all the installed languages (for the old users of OpenERP, it may remind them the translation pop-up of OpenERP 6.1).
|
||||||
|
|
||||||
|
This module also features :
|
||||||
|
* Adds a *Translate* button item in the *More* menu
|
||||||
|
* Support HTML fields
|
||||||
|
* Autosize the textareas to the size of the content
|
||||||
|
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
|
||||||
|
Go to an object that has translatable fields (*Products* for example) and select *More > Translate* (or click on *Edit* and then click on the flag at the top-right of one of the translatable fields): the translation view will pop-up on your screen.
|
||||||
|
|
||||||
|
Credits
|
||||||
|
=======
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
------------
|
||||||
|
|
||||||
|
* Guewen Baconnier (Camptocamp)
|
||||||
|
|
||||||
|
Maintainer
|
||||||
|
----------
|
||||||
|
|
||||||
|
.. image:: http://odoo-community.org/logo.png
|
||||||
|
:alt: Odoo Community Association
|
||||||
|
:target: http://odoo-community.org
|
||||||
|
|
||||||
|
This module is maintained by the OCA.
|
||||||
|
|
||||||
|
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
|
||||||
|
|
||||||
|
To contribute to this module, please visit http://odoo-community.org.
|
|
@ -21,20 +21,11 @@
|
||||||
|
|
||||||
{"name": "Web Translate Dialog",
|
{"name": "Web Translate Dialog",
|
||||||
"category": "Hidden",
|
"category": "Hidden",
|
||||||
"description": """
|
"summary": "Easy-to-use pop-up to translate fields in several languages",
|
||||||
Replace the standard translation view by an alternative one:
|
"description": "",
|
||||||
|
|
||||||
* Add a "Translate" button item in the "More" menu
|
|
||||||
* The translations are displayed in a dialog (much like the OpenERP
|
|
||||||
6.1's one)
|
|
||||||
* Support HTML fields
|
|
||||||
* Autosize the textareas to the size of the content
|
|
||||||
|
|
||||||
""",
|
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"depends": ['web'],
|
"depends": ['web'],
|
||||||
'data': ['view/web_translate.xml'],
|
'data': ['view/web_translate.xml'],
|
||||||
'qweb': ["static/src/xml/base.xml"],
|
'qweb': ["static/src/xml/base.xml"],
|
||||||
'auto_install': False,
|
|
||||||
'installable': True,
|
'installable': True,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue