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.

25 lines
746 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": "12.0.1.1.2",
  9. "category": "Uncategorized",
  10. "website": "https://github.com/OCA/server-tools",
  11. "author": "Akretion, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "installable": True,
  14. "depends": [
  15. "base",
  16. ],
  17. "data": [
  18. 'views/ir_exports_view.xml',
  19. ],
  20. "demo": [
  21. 'demo/export_demo.xml',
  22. 'demo/ir.exports.line.csv',
  23. ],
  24. }