[IMP] studies_base: add progres status management for studies

This commit is contained in:
Stéphan Sainléger
2025-07-31 11:54:57 +02:00
parent e24be51568
commit e69fcf224b
9 changed files with 102 additions and 14 deletions

View File

@@ -12,18 +12,19 @@
"summary": "Module containing base fields and views for studies",
# any module necessary for this one to work correctly
"depends": [
"base",
"partner_firstname"
"base",
"partner_firstname"
],
"qweb": [],
"external_dependencies": {
"python": [],
},
# always loaded
"data": [
# "security/security.xml",
"data/studies_base_data.xml",
"security/ir.model.access.csv",
"data": [
# "security/security.xml",
"data/studies_base_data.xml",
"security/ir.model.access.csv",
"wizards/create_progress_status.xml",
"views/study_config_views.xml",
"views/study_study_views.xml",
"views/study_progress_status_views.xml",
@@ -41,4 +42,4 @@
# and independently installed. Used for synergetic or glue modules.
"auto_install": False,
"application": False,
}
}