-
- Downloads
[IMP] hr_timesheet: Move timesheet_cost into a separate module.
The field timesheet_cost defined on hr_employee in hr_timesheet would be
useful in other modules (eg planning and MRP) as well. Therefore with this
commit the field is moved into a separate module upon which
hr_timesheet will have a dependency. In addition this field is renamed
to employee_hourly_wage, which is a more accurate and neutral name for
this field, as it will not only be used in timesheets.
task-2929518
closes odoo/odoo#97988
Related: odoo/enterprise#30359
Related: odoo/upgrade#3853
Signed-off-by:
Kevin Baptiste <kba@odoo.com>
Showing
- addons/hr_hourly_cost/__init__.py 3 additions, 0 deletionsaddons/hr_hourly_cost/__init__.py
- addons/hr_hourly_cost/__manifest__.py 22 additions, 0 deletionsaddons/hr_hourly_cost/__manifest__.py
- addons/hr_hourly_cost/data/hr_hourly_cost_demo.xml 84 additions, 0 deletionsaddons/hr_hourly_cost/data/hr_hourly_cost_demo.xml
- addons/hr_hourly_cost/models/__init__.py 3 additions, 0 deletionsaddons/hr_hourly_cost/models/__init__.py
- addons/hr_hourly_cost/models/hr_employee.py 1 addition, 2 deletionsaddons/hr_hourly_cost/models/hr_employee.py
- addons/hr_hourly_cost/security/hr_hourly_cost_security.xml 11 additions, 0 deletionsaddons/hr_hourly_cost/security/hr_hourly_cost_security.xml
- addons/hr_hourly_cost/views/hr_employee_views.xml 21 additions, 0 deletionsaddons/hr_hourly_cost/views/hr_employee_views.xml
- addons/hr_timesheet/__manifest__.py 1 addition, 1 deletionaddons/hr_timesheet/__manifest__.py
- addons/hr_timesheet/data/hr_timesheet_demo.xml 0 additions, 82 deletionsaddons/hr_timesheet/data/hr_timesheet_demo.xml
- addons/hr_timesheet/models/__init__.py 0 additions, 1 deletionaddons/hr_timesheet/models/__init__.py
- addons/hr_timesheet/models/hr_timesheet.py 3 additions, 3 deletionsaddons/hr_timesheet/models/hr_timesheet.py
- addons/hr_timesheet/security/hr_timesheet_security.xml 2 additions, 1 deletionaddons/hr_timesheet/security/hr_timesheet_security.xml
- addons/hr_timesheet/tests/test_timesheet.py 2 additions, 2 deletionsaddons/hr_timesheet/tests/test_timesheet.py
- addons/hr_timesheet/views/hr_views.xml 1 addition, 11 deletionsaddons/hr_timesheet/views/hr_views.xml
- addons/hr_timesheet_attendance/report/hr_timesheet_attendance_report.py 2 additions, 2 deletions...sheet_attendance/report/hr_timesheet_attendance_report.py
- addons/sale_timesheet/models/account.py 2 additions, 2 deletionsaddons/sale_timesheet/models/account.py
- addons/sale_timesheet/models/project_sale_line_employee_map.py 4 additions, 4 deletions...s/sale_timesheet/models/project_sale_line_employee_map.py
- addons/sale_timesheet/tests/common.py 4 additions, 4 deletionsaddons/sale_timesheet/tests/common.py
- addons/sale_timesheet/tests/test_project.py 5 additions, 5 deletionsaddons/sale_timesheet/tests/test_project.py
- addons/sale_timesheet/tests/test_project_billing.py 1 addition, 1 deletionaddons/sale_timesheet/tests/test_project_billing.py
Loading
Please register or sign in to comment