project icon indicating copy to clipboard operation
project copied to clipboard

Odoo Project Management and Services Company Addons

Results 255 project issues
Sort by recently updated
recently updated
newest added

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.

needs review
migration

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...

needs review

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

approved

## 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....

bug

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...