[ADD]-web_export_view: Migrate from API8 to API9

This commit is contained in:
Rodney Vargas
2016-04-15 11:43:08 -06:00
committed by Simone Orsi
parent 2cba2a331c
commit aa13a90549
8 changed files with 28 additions and 106 deletions

View File

@@ -1,24 +1,7 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2012 Domsense srl (<http://www.domsense.com>)
# Copyright (C) 2012-2013:
# Agile Business Group sagl (<http://www.agilebg.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).
try:
import json
except ImportError: