project
project copied to clipboard
Odoo Project Management and Services Company Addons
Add `project_state_extend` module to allow custom project states beyond Odoo's native ones. ### Technical Details - New model `project.state.extend` for state management - ES6 service to load states from database...
This is based on #1257 including another fix.
This module adds a new functionality on collaborators, so we can have readonly collaborators that are able to see kanban and list views in the same way we have in...
With this module you can manage FTE (Full-Time Equivalent) contracts and evolution in projects. cc https://github.com/APSL 13148 @miquelalzanillas @lbarry-apsl @javierobcn @peluko00 @BernatObrador @ppyczko please review
## Module project_timesheet_time_control ## Describe the bug When creating a timesheet line on a date outside of the current weekly sheet range, the line is not linked to any hr.timesheet.sheet....
Makes use of https://github.com/OCA/web/pull/3284
* issue :- The module extended project.project with _rec_names_search = ["key", "name", "id"]. Including "id" in _rec_names_search caused SQL errors when users searched with text values (e.g., "inter"). Odoo generated...