| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/6.1/project_service_profiling |
| VERSION | |
| VERSION | 6.1 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Sylvain LE GAL, Daniel Reis, Pierre Monod |
| WEBSITE | |
| WEBSITE | daniel.reis@securitas.pt |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - base_tools - resource - process - board - crm - base_action_rule - base_calendar - fetchmail |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Automatically assign a responsible when creating a new Issue, or other type of document.
Responsible person is looked up on a "profiling" table based on Sales Team and Department.
"Sales Teams" allow to define different target teams. Originally are ment for Sales people, but here are (re)used also for Service Teams handling Issues, Claims, Tasks, etc.
Initially was ment to on Issues, but currently it's generic enough to work on any object: crm.case, crm.claim, project.task, etc.
This module doesn't even require for Project to be installed. The names used are project related for historic reasons.
Usage:
- Profiling rules are defined either on Department form or on User form.
- User is assigned by a Server Action. Example using Project Issues:
Object: project.issue.profiling
Action Type: Python Code
Python Code: self.set_user_id(cr, uid, [context.get('active_id')], 'project.issue', override_flds=['project_id.user_id'], context=context)
- Server action can be called by an Automated Action or by a Workflow.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_department_form |
view_department_form_dreisprof | hr.department | field | Inherits hr.view_department_form |
view_users_form_reisprof |
res.users.form.reis | res.users | notebook | Inherits base.view_users_form |
No models found for this module.