web/web_search_date/__manifest__.py

19 lines
459 B
Python

# Copyright 2019 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Web Search Date',
'summary': """
Add more options for search on dates""",
'version': '11.0.1.0.0',
'license': 'AGPL-3',
'author': 'Creu Blanca,Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'depends': [
'web'
],
'data': [
'views/web_widget_image_url.xml',
],
}