[IMP]pms_api_rest: added min stay and quota in demo users

This commit is contained in:
braisab
2022-07-22 14:08:19 +02:00
committed by Darío Lodeiros
parent a0fe18e54d
commit 042af6fcd5
7 changed files with 37 additions and 10 deletions

View File

@@ -20,7 +20,10 @@
"data": [
"data/auth_jwt_validator.xml",
"views/pms_property_views.xml",
"views/res_users_views.xml"
"views/res_users_views.xml",
],
"demo": [
"demo/pms_api_rest_master_data.xml",
],
"installable": True,
}