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.

29 lines
767 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Akretion (http://www.akretion.com)
  3. # Sébastien BEAU <sebastien.beau@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 object",
  8. "version": "8.0.1.0.0",
  9. "category": "Uncategorized",
  10. "website": "https://odoo-community.org/",
  11. "author": "Akretion, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "external_dependencies": {
  16. "python": [],
  17. "bin": [],
  18. },
  19. "depends": [
  20. "base",
  21. ],
  22. "data": [
  23. ],
  24. "demo": [
  25. 'demo/export_demo.xml',
  26. 'demo/ir.exports.line.csv',
  27. ],
  28. }