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
520 B

  1. # Copyright (c) 2018 Creu Blanca
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': "Remote Base",
  5. 'version': '11.0.1.0.1',
  6. 'category': 'Generic Modules/Base',
  7. 'author': "Creu Blanca, Odoo Community Association (OCA)",
  8. 'website': 'http://github.com/OCA/server-tools',
  9. 'license': 'AGPL-3',
  10. "depends": ['web', 'base'],
  11. 'data': [
  12. 'security/ir.model.access.csv',
  13. 'views/res_remote_views.xml',
  14. ],
  15. 'installable': True,
  16. 'application': True,
  17. }