|
@ -1,26 +1,7 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
# -*- coding: utf-8 -*- |
|
|
############################################################################## |
|
|
|
|
|
# |
|
|
|
|
|
# This file is part of web_dialog_sizes, an Odoo module. |
|
|
|
|
|
# |
|
|
|
|
|
# Copyright (c) 2015 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
|
|
# |
|
|
|
|
|
# web_expand_dialog is free software: you can redistribute it and/or |
|
|
|
|
|
# modify it under the terms of the GNU Affero General Public License |
|
|
|
|
|
# as published by the Free Software Foundation, either version 3 of |
|
|
|
|
|
# the License, or (at your option) any later version. |
|
|
|
|
|
# |
|
|
|
|
|
# web_expand_dialog is distributed in the hope that it will be useful, |
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
|
|
# GNU Affero General Public License for more details. |
|
|
|
|
|
# |
|
|
|
|
|
# You should have received a copy of the |
|
|
|
|
|
# GNU Affero General Public License |
|
|
|
|
|
# along with web_expand_dialog. |
|
|
|
|
|
# If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
|
# |
|
|
|
|
|
############################################################################## |
|
|
|
|
|
|
|
|
# Copyright 2015 ACSONE SA/NV |
|
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
'name': "Web Dialog Size", |
|
|
'name': "Web Dialog Size", |
|
|
|
|
|
|
|
@ -36,7 +17,7 @@ |
|
|
|
|
|
|
|
|
'website': "http://acsone.eu", |
|
|
'website': "http://acsone.eu", |
|
|
'category': 'web', |
|
|
'category': 'web', |
|
|
'version': '9.0.1.0.0', |
|
|
|
|
|
|
|
|
'version': '10.0.1.0.0', |
|
|
'license': 'AGPL-3', |
|
|
'license': 'AGPL-3', |
|
|
|
|
|
|
|
|
'depends': [ |
|
|
'depends': [ |
|
@ -46,7 +27,7 @@ |
|
|
'static/src/xml/web_dialog_size.xml', |
|
|
'static/src/xml/web_dialog_size.xml', |
|
|
], |
|
|
], |
|
|
'data': [ |
|
|
'data': [ |
|
|
'view/qweb.xml', |
|
|
|
|
|
|
|
|
'templates/assets.xml', |
|
|
], |
|
|
], |
|
|
'installable': False, |
|
|
|
|
|
|
|
|
'installable': True, |
|
|
} |
|
|
} |