3
0
Fork 0
web_techsystech/web_tree_date_search/__openerp__.py

25 lines
597 B
Python

# -*- coding: utf-8 -*-
# Copyright 2015 Noviat nv/sa (http://www.noviat.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Tree dates search',
'version': '8.0.1.0.0',
'author': 'Noviat, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'license': 'AGPL-3',
'category': 'Web',
'depends': [
'web',
],
'data': [
'views/assets_backend.xml',
],
'qweb': [
'static/src/xml/web_tree_date_search.xml',
],
'demo': [
'demo/demo.xml',
],
'installable': True,
}