|
@@ -0,0 +1,23 @@
|
|
|
+{
|
|
|
+ "name": "Hostel_Management",
|
|
|
+ "summary": "manage hostel easily",
|
|
|
+ "description": "高效管理学校内的整个酒店",
|
|
|
+ "author": "admin1",
|
|
|
+ "website": "http://localhost:127.0.0.1:8069?debug=1",
|
|
|
+ "category": "Uncategorized",
|
|
|
+ "version": "17.0.1.0.0",
|
|
|
+ "depends": ["base"],
|
|
|
+ "images":"./static/description/output.png",
|
|
|
+ "data": [
|
|
|
+ #"security/ir.model.access.csv",
|
|
|
+ "security/hostel_security.xml",
|
|
|
+ "security/ir.model.access.csv",
|
|
|
+ "views/hostel.xml",
|
|
|
+ #"demo/demo.xml"
|
|
|
+ ],
|
|
|
+ "assets": {
|
|
|
+ "web.assets_backend": [
|
|
|
+ "my_hostel/static/src/xml/**/*",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+}
|