Rodney Vargas
9 years ago
committed by
Simone Orsi
8 changed files with 28 additions and 106 deletions
-
1web_export_view/README.rst
-
22web_export_view/__init__.py
-
25web_export_view/__openerp__.py
-
22web_export_view/controllers/__init__.py
-
23web_export_view/controllers/controllers.py
-
30web_export_view/static/src/js/web_export_view.js
-
9web_export_view/static/src/xml/web_export_view_template.xml
-
2web_export_view/view/web_export_view.xml
@ -1,21 +1,5 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# Copyright (C) 2012 Agile Business Group sagl (<http://www.agilebg.com>) |
|||
# Copyright (C) 2012 Domsense srl (<http://www.domsense.com>) |
|||
# |
|||
# This program 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. |
|||
# |
|||
# This program 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 this program. If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################## |
|||
# © 2016 Agile Business Group |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import controllers |
@ -1,21 +1,5 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# Copyright (C) 2012 Agile Business Group sagl (<http://www.agilebg.com>) |
|||
# Copyright (C) 2012 Domsense srl (<http://www.domsense.com>) |
|||
# |
|||
# This program 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. |
|||
# |
|||
# This program 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 this program. If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################## |
|||
# © 2016 Agile Business Group |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import controllers |
@ -1,10 +1,13 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!-- -*- coding: utf-8 -*- |
|||
© 2016 Agile Business Group |
|||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).--> |
|||
|
|||
<templates id="template" xml:space="preserve"> |
|||
<t t-name="AddExportViewMain"> |
|||
<div class="oe_form_dropdown_section"> |
|||
<button class="oe_dropdown_toggle oe_dropdown_arrow">Export Current View</button> |
|||
<ul class="oe_dropdown_menu"> |
|||
<div class="oe_form_dropdown_section btn-group btn-group-sm"> |
|||
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown" type="button">Export Current View</button> |
|||
<ul class="dropdown-menu" role="menu"> |
|||
<li class="oe_sidebar_export_view_xls"><span>Excel</span></li> |
|||
</ul> |
|||
</div> |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue