mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
This module extends the URL widget, so it works the same than other widget with translatable fields. In edition mode the button that allows to open the tranlation view is displayed.
15 lines
480 B
Python
15 lines
480 B
Python
# Copyright 2019 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
{
|
|
'name': 'Translatable URL widget',
|
|
'version': '12.0.1.0.0',
|
|
'author': 'Camptocamp, Odoo Community Association (OCA)',
|
|
'category': 'Web',
|
|
'depends': ['web'],
|
|
'summary': """Enable to set translation on fields using URL widget""",
|
|
'website': 'https://github.com/OCA/web',
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
'data': ['views/assets.xml'],
|
|
}
|