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.

33 lines
993 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017-2018 Therp BV <http://therp.nl>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Import from Odoo",
  6. "version": "10.0.1.0.0",
  7. "author": "Therp BV,Odoo Community Association (OCA)",
  8. "license": "AGPL-3",
  9. "category": "Tools",
  10. "summary": "Import records from another Odoo instance",
  11. "website": "https://github.com/OCA/server-tools",
  12. "depends": [
  13. 'mail',
  14. ],
  15. "demo": [
  16. "demo/res_partner.xml",
  17. "demo/res_users.xml",
  18. "demo/ir_attachment.xml",
  19. "demo/import_odoo_database.xml",
  20. "demo/import_odoo_database_field.xml",
  21. "demo/import_odoo_database_model.xml",
  22. ],
  23. "data": [
  24. "views/import_odoo_database_field.xml",
  25. "security/ir.model.access.csv",
  26. "views/import_odoo_database.xml",
  27. "views/menu.xml",
  28. ],
  29. "installable": True,
  30. "external_dependencies": {
  31. "python": ['odoorpc'],
  32. },
  33. }