-
- Downloads
[MERGE] sale_timesheet: invoice from project overview
These commit allows users to create sales order, and invoice from the project overview. To do, the overview is now refreshed when naviguating throught the breadcrumb, and supports action buttons on its control panel. Also, some stat buttons are added on the overview (sales order and invoices). The process of invoice creation is the same wizard than the one from the sale order. Thoses actions are only available when there is no ambiguity to determine the SO from the project, or for non billable project (to create the SO). Task #49213 Closes #24280
Showing
- addons/sale_timesheet/__manifest__.py 5 additions, 0 deletionsaddons/sale_timesheet/__manifest__.py
- addons/sale_timesheet/controllers/main.py 58 additions, 1 deletionaddons/sale_timesheet/controllers/main.py
- addons/sale_timesheet/static/src/js/timesheet_plan.js 28 additions, 3 deletionsaddons/sale_timesheet/static/src/js/timesheet_plan.js
- addons/sale_timesheet/static/src/xml/timesheet_plan.xml 15 additions, 0 deletionsaddons/sale_timesheet/static/src/xml/timesheet_plan.xml
- addons/sale_timesheet/wizard/__init__.py 2 additions, 0 deletionsaddons/sale_timesheet/wizard/__init__.py
- addons/sale_timesheet/wizard/project_create_invoice.py 56 additions, 0 deletionsaddons/sale_timesheet/wizard/project_create_invoice.py
- addons/sale_timesheet/wizard/project_create_invoice_views.xml 34 additions, 0 deletions...ns/sale_timesheet/wizard/project_create_invoice_views.xml
- 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