mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
20 lines
505 B
Python
20 lines
505 B
Python
{
|
|
"name": "API REST PMS",
|
|
"author": "Commit [Sun], Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/pms",
|
|
"category": "Generic Modules/Property Management System",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"pms",
|
|
"base_rest",
|
|
"base_rest_datamodel",
|
|
"web",
|
|
"auth_signup",
|
|
],
|
|
"external_dependencies": {
|
|
"python": ["jwt", "simplejson", "marshmallow"],
|
|
},
|
|
"installable": True,
|
|
}
|