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.

18 lines
693 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": "13.0.1.0.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": ["base"],
  15. "data": ["views/ir_exports_view.xml"],
  16. "demo": ["demo/export_demo.xml", "demo/ir.exports.line.csv"],
  17. }