3
0
Fork 0

[MIG] web_domain_field. Blacked to ease backports.

12.0
Ronald Portier 2020-11-18 16:08:40 +01:00
parent feb24f41cb
commit b2ee0ad392
1 changed files with 9 additions and 11 deletions

View File

@ -2,16 +2,14 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{ {
'name': 'Web Domain Field', "name": "Web Domain Field",
'summary': "Use computed field as domain", "summary": "Use computed field as domain",
'version': '12.0.1.0.0', "version": "12.0.1.0.0",
'license': 'AGPL-3', "license": "AGPL-3",
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)', "author": "ACSONE SA/NV,Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/web', "website": "https://github.com/OCA/web",
'depends': [ "depends": ["web"],
'web' "data": [
], "views/web_domain_field.xml",
'data': [
'views/web_domain_field.xml',
], ],
} }