Includes: - Odoo 19 framework (odoo/) - 27 custom EnCoach addons (new_project/custom_addons/) - encoach_core, encoach_api, encoach_lms_api, encoach_adaptive_api - encoach_exam, encoach_taxonomy, encoach_adaptive, encoach_assignment - encoach_ai, encoach_ai_grading, encoach_ai_generation, encoach_ai_media - encoach_courseware, encoach_communication, encoach_subscription - encoach_notification, encoach_approval, encoach_branding - encoach_classroom, encoach_registration, encoach_stats - encoach_faq, encoach_ticket, encoach_training, encoach_resources - encoach_adaptive_ai, encoach_sis - 21 OpenEduCat Enterprise modules (new_project/enterprise-19/) - 14 OpenEduCat Community modules (new_project/openeducat_erp-19.0/) - Configuration: odoo.conf, requirements.txt, scripts - 200+ REST API endpoints with JWT authentication - SRS and test documentation Made-with: Cursor
1.0 KiB
1.0 KiB
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_account_analytic_line_user | analytic.account.analytic.line.timesheet.user | analytic.model_account_analytic_line | hr_timesheet.group_hr_timesheet_user | 1 | 1 | 1 | 1 |
| 3 | access_account_analytic_user | analytic.account.analytic.timesheet.user | analytic.model_account_analytic_account | hr_timesheet.group_hr_timesheet_user | 1 | 1 | 0 | 0 |
| 4 | access_uom_uom_hr_timesheet | uom.uom.timesheet.user | uom.model_uom_uom | hr_timesheet.group_hr_timesheet_user | 1 | 0 | 0 | 0 |
| 5 | access_project_project | project.project.timesheet.user | model_project_project | hr_timesheet.group_hr_timesheet_user | 1 | 0 | 0 | 0 |
| 6 | access_timesheets_analysis_report | timesheets.analysis.report | model_timesheets_analysis_report | base.group_user | 1 | 0 | 0 | 0 |
| 7 | access_hr_employee_delete_wizard | hr.employee.delete.wizard | model_hr_employee_delete_wizard | hr.group_hr_user | 1 | 1 | 1 | 0 |
| 8 | access_account_analytic_line_calendar_employee | account.analytic.line.calendar.employee.timesheet.user | model_account_analytic_line_calendar_employee | hr_timesheet.group_hr_timesheet_user | 1 | 1 | 1 | 1 |