-
- Downloads
[IMP] sale_timesheet: wizard to create SO from project
This commit provides a wizard to create a SO from a non billable project. It sets sale_line_id on the project, and the project on the SO line to simulate the project was created by the SOL. The created SO contains one line with a selected service product, with ordered qty set as the total of planned hours of all task in projects. The wizard also links all non billable active tasks of the project to the SO line (and its timesheet entries).
Showing
- addons/sale_timesheet/__manifest__.py 1 addition, 0 deletionsaddons/sale_timesheet/__manifest__.py
- addons/sale_timesheet/wizard/__init__.py 1 addition, 0 deletionsaddons/sale_timesheet/wizard/__init__.py
- addons/sale_timesheet/wizard/project_create_sale_order.py 91 additions, 0 deletionsaddons/sale_timesheet/wizard/project_create_sale_order.py
- addons/sale_timesheet/wizard/project_create_sale_order_views.xml 39 additions, 0 deletions...sale_timesheet/wizard/project_create_sale_order_views.xml
Loading
Please register or sign in to comment