Daily updates from Odoo
Tuesday, March 29, 2016
1 change · master
New functionality added to Odoo
Adds a new editable grid view and a timesheet grid to make entering and reviewing timesheet data in a matrix format easier. This is intended to replace the older timesheet sheet workflow, though validation and approval flows still need final product decisions.
Original PR description
Replacement for the timesheet sheet (?) Depends on odoo/odoo#11466 The biggest missing part at this point (outside of "support for a bunch of field types & customisation" which'll be added when new…
Replacement for the timesheet sheet (?)
Depends on odoo/odoo#11466
The biggest missing part at this point (outside of "support for a bunch of field types & customisation" which'll be added when new matrix views get implemented) is where and how timesheet validation should be handled. Currently the workflow is on timesheet sheets which are submitted and approved, but there is no timesheet sheet here.
@fp's suggestion is to add a date flag to employee forms, updated (via a button of some sort) by the validator and "validating" all previous analytic lines related to the employee, with submission of timesheet sheets being removed.
- should that action be performed by a matrix or list view?
- would the validator see all timesheet data or per-employee?
- how would that data be accessed? Button on the employee sheet? Other?
## to fix
- [x] date/datetime row fields
## todo
- [ ] make line name ("description") optional?
- [x] improve form view: [project, task] column 1 and [date, quantity] column 2