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).
{
'name': 'Web Domain Field',
'summary': "Use computed field as domain",
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'depends': [
'web'
],
'data': [
'views/web_domain_field.xml',
"name": "Web Domain Field",
"summary": "Use computed field as domain",
"version": "12.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": [
"views/web_domain_field.xml",
],
}