[REF]pms_api_rest: changed property colors from module pms to module pms_api_rest

This commit is contained in:
braisab
2022-04-27 11:38:36 +02:00
committed by Darío Lodeiros
parent c013ff194f
commit 2fce02802d
7 changed files with 168 additions and 147 deletions

View File

@@ -16,6 +16,9 @@
"external_dependencies": {
"python": ["jwt", "simplejson", "marshmallow", "jose"],
},
"data": ["data/auth_jwt_validator.xml"],
"data": [
"data/auth_jwt_validator.xml",
"views/pms_property_views.xml",
],
"installable": True,
}