~yannick-buron/odoo-vertical-community/8.0

« back to all changes in this revision

Viewing changes to __unreviewed__/project_assignment/README.md

  • Committer: Yannick Buron
  • Date: 2014-12-03 11:12:06 UTC
  • mfrom: (106.1.7)
  • Revision ID: git-v1:94c477c05a1e1796b0371b638083ae5301271f15
Merge pull request #8 from jeema-solutions/8.0

[Unreviewed]README.md and German translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Project Assignment #
 
2
**Automatically reassign task to specified partner depending on stage**
 
3
 
 
4
## Functions ##
 
5
- For each stage, the partner can be specified in stage, then in project and finally task itself
 
6
- We use partner instead of user for more flexibility
 
7
- Use base inherit config
 
8
 
 
9
## Created Views ##
 
10
- * INHERIT project.project.form.assignpartner (form)
 
11
- * INHERIT project.project.tree.assignpartner (tree)
 
12
- * INHERIT project.task.form.assignpartner (form)
 
13
- * INHERIT project.task.search.assignpartner (search)
 
14
- * INHERIT project.task.tree.assignpartner (tree)
 
15
- * INHERIT project.task.type.form.assignpartner (form)
 
16
- project.assigned.partner.config.form (form)
 
17
- project.assigned.partner.config.tree (tree)
 
18
 
 
19
## Dependencies ##
 
20
- base_recursive_model  vc
 
21
- project
 
22
 
 
23
## Created Menus ##
 
24
- This module does not create menu.
 
25
 
 
26
## Defined Reports ##
 
27
- This module does not create report.
 
 
b'\\ No newline at end of file'