forked from Techsystech/web
Merge pull request #203 from akretion/8.0-translate-dialog-update-openerp.py
8.0 web_translate_dialog: Add author and license key in __openerp__.py9.0
commit
6fae5795e9
|
@ -20,9 +20,10 @@
|
|||
##############################################################################
|
||||
|
||||
{"name": "Web Translate Dialog",
|
||||
"category": "Hidden",
|
||||
"category": "Web",
|
||||
"summary": "Easy-to-use pop-up to translate fields in several languages",
|
||||
"description": "",
|
||||
"license": "AGPL-3",
|
||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||
"version": "1.0",
|
||||
"depends": ['web'],
|
||||
'data': ['view/web_translate.xml'],
|
||||
|
|
Loading…
Reference in New Issue