__manifest__.py 286 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Test RPC",
  4. "version": "1.0",
  5. "category": "Hidden/Tests",
  6. "description": """A module to test the RPC requests.""",
  7. "depends": ["base", "web"],
  8. "installable": True,
  9. "data": ["ir.model.access.csv"],
  10. 'license': 'LGPL-3',
  11. }