Browse Source

[FIX]-web_export_view: change contributors information

pull/461/head
Rodney Vargas 8 years ago
committed by Simone Orsi
parent
commit
320651f84d
  1. 3
      web_export_view/__init__.py
  2. 5
      web_export_view/__openerp__.py
  3. 3
      web_export_view/controllers/__init__.py
  4. 3
      web_export_view/controllers/controllers.py
  5. 3
      web_export_view/static/src/js/web_export_view.js
  6. 3
      web_export_view/static/src/xml/web_export_view_template.xml

3
web_export_view/__init__.py

@ -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

5
web_export_view/__openerp__.py

@ -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',

3
web_export_view/controllers/__init__.py

@ -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

3
web_export_view/controllers/controllers.py

@ -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:

3
web_export_view/static/src/js/web_export_view.js

@ -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) {

3
web_export_view/static/src/xml/web_export_view_template.xml

@ -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">

Loading…
Cancel
Save