You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
796 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017-2018 Akretion (http://www.akretion.com)
  3. # Sébastien BEAU <sebastien.beau@akretion.com>
  4. # Raphaël Reverdy <raphael.reverdy@akretion.com>
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Base Jsonify",
  8. "summary": "Base module that provide the jsonify method on all models",
  9. "version": "10.0.1.0.0",
  10. "category": "Uncategorized",
  11. "website": "https://github.com/OCA/server-tools",
  12. "author": "Akretion, Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "depends": [
  17. "base",
  18. ],
  19. "data": [
  20. 'views/ir_exports_view.xml',
  21. ],
  22. "demo": [
  23. 'demo/export_demo.xml',
  24. 'demo/ir.exports.line.csv',
  25. ],
  26. }