mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX]-web_export_view: change contributors information
This commit is contained in:
committed by
Simone Orsi
parent
aa13a90549
commit
320651f84d
@@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2016 Agile Business Group
|
||||
# © 2012 Agile Business Group
|
||||
# © 2012 Domsense srl
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import controllers
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2016 Agile Business Group
|
||||
# © 2012 Agile Business Group
|
||||
# © 2012 Domsense srl
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'Export Current View',
|
||||
'version': '9.0.0.1',
|
||||
'version': '9.0.1.0.0',
|
||||
'category': 'Web',
|
||||
'author': "Agile Business Group,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.agilebg.com',
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2016 Agile Business Group
|
||||
# © 2012 Agile Business Group
|
||||
# © 2012 Domsense srl
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import controllers
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2016 Agile Business Group
|
||||
# © 2012 Agile Business Group
|
||||
# © 2012 Domsense srl
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
try:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//# -*- coding: utf-8 -*-
|
||||
//# © 2016 Agile Business Group
|
||||
//# © 2012 Agile Business Group
|
||||
//# © 2012 Therp BV
|
||||
//# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
openerp.web_export_view = function (instance) {
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
<?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">
|
||||
|
||||
Reference in New Issue
Block a user