-
- Downloads
[IMP] project: substask can live their own life
This commit completes what was initiated a few time ago : a substask is like a normal task and can now live its own life, being in another project, attached to another customer, billed on another sale line, ... than its mother. The informations coming from the parent are only use as default values to prefill the form view (with default options on creation, or though `onchange` when setting the parent on existing task). No values are forced now. Form, default context, and others views has been adapted to make this feature works. Task-1982072
Showing
- addons/project/models/project.py 41 additions, 44 deletionsaddons/project/models/project.py
- addons/project/views/project_views.xml 4 additions, 3 deletionsaddons/project/views/project_views.xml
- addons/sale_timesheet/models/project.py 18 additions, 15 deletionsaddons/sale_timesheet/models/project.py
Loading
Please register or sign in to comment