Browse Source

Merge pull request #40 from grupoesoc/credits

Credit creators, using same name across modules to avoid split statistics
pull/41/head
Pedro M. Baeza 9 years ago
parent
commit
2cabbd4215
  1. 5
      report_xml/__openerp__.py
  2. 5
      report_xml_sample/__openerp__.py

5
report_xml/__openerp__.py

@ -5,9 +5,10 @@
"name": "Qweb XML Reports",
"version": "1.0",
"category": "Reporting",
"author": "Odoo Community Association (OCA), Grupo ESOC",
"website": "https://grupoesoc.es",
"author": "Grupo ESOC Ingeniería de Servicios, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://odoo-community.org/",
"installable": True,
"application": False,
"summary": "Allow to generate XML reports",

5
report_xml_sample/__openerp__.py

@ -5,9 +5,10 @@
"name": "Qweb XML Sample Report",
"version": "1.0",
"category": "Reporting",
"author": "Odoo Community Association (OCA), Grupo ESOC",
"website": "https://grupoesoc.es",
"author": "Grupo ESOC Ingeniería de Servicios, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://odoo-community.org/",
"installable": True,
"application": False,
"summary": "For developers who want an example",

Loading…
Cancel
Save