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.

26 lines
772 B

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