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.

31 lines
855 B

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