- Nov 27, 2022
-
-
Odoo Translation Bot authored
-
- Nov 24, 2022
-
-
Odoo Translation Bot authored
-
- Nov 20, 2022
-
-
Odoo Translation Bot authored
-
- Nov 13, 2022
-
-
Odoo Translation Bot authored
-
- Nov 06, 2022
-
-
Odoo Translation Bot authored
-
- Oct 30, 2022
-
-
Odoo Translation Bot authored
-
- Oct 23, 2022
-
-
Odoo Translation Bot authored
-
- Oct 16, 2022
-
-
Odoo Translation Bot authored
-
- Oct 09, 2022
-
-
Odoo Translation Bot authored
-
- Oct 02, 2022
-
-
Odoo Translation Bot authored
-
- Sep 25, 2022
-
-
Odoo Translation Bot authored
-
- Sep 20, 2022
-
-
Martin Trigaux authored
closes odoo/odoo#100573 Related: odoo/enterprise#31507 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 12, 2022
-
-
Rob Coekaerts authored
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>
-
- Jun 22, 2022
-
-
Kartik Chavda authored
Attendance report is calculated from the timesheets of all the companies when multi-company is enabled but only one company is allowed. This commit fixes it. Steps to reproduce: - Create two companies - Create an employee with a user allowed in both companies - Create timesheets in both companies for that employee - Allow only one of the two companies - Check the Timesheet Attendance report -> timesheets from both companies are counted This issue arrived from this commit: https://github.com/odoo/odoo/commit/c69fe38b946089919c8939bbd9d1adc2602ddd2c task-2782768 closes odoo/odoo#94232 X-original-commit: 0931807d Signed-off-by:
Laurent Stukkens (ltu) <ltu@odoo.com>
-
- Jun 20, 2022
-
-
Kartik Chavda authored
Purpose of this commit to add the measures in timesheet/attendance report. task-2782768 closes odoo/odoo#85798 Related: odoo/enterprise#24982 Signed-off-by:
Laurent Stukkens (ltu) <ltu@odoo.com>
-
- Jun 10, 2022
-
-
Martin Trigaux authored
closes odoo/odoo#93246 X-original-commit: 5ff6d185f70650c26c28a6aef7dd37c859ab58d2 Related: odoo/enterprise#28218 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Apr 29, 2022
-
-
Ipsita Borisagar authored
PURPOSE Generic improvements for services. SPECIFICATION - For all reporting menus: removed the group by in the search view, and kept grouping the grid, pivot and graph views by the corresponding field. - For timesheet/attendance, switched the pivot and graph views from their places. - Renamed 'billable type' into 'billing type'. task-2766164 closes odoo/odoo#85726 Related: odoo/enterprise#24940 Signed-off-by:
Laurent Stukkens (ltu) <ltu@odoo.com>
-
- Apr 25, 2022
-
-
Prakash Prajapati authored
task-2727561 Part-of: odoo/odoo#86914
-
- Apr 23, 2022
-
-
Martin Trigaux authored
closes odoo/odoo#89225 X-original-commit: 5925a83d87fa4702f4c0f22346304dc2da47c728 Related: odoo/enterprise#26435 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Apr 19, 2022
-
-
Kartik Chavda authored
** = hr_timesheet_attendance,project_timesheet_holiday, sale_timesheet Purpose of this commit to improve generic usage of timesheet app. So, in this commit done following change: - change no content helper for reporting menu actions. - change no content helper for attendance report menu action. - make timesheet editable in batch. - add suspicious duration filter in timesheet search view. - add analytic tags in timesheet views only visible when analytic tag feature enable from accounting settings. - remove group group_no_one from section_leaves div. - remov group group_no_one from timesheet group in leave type form view. - improve search view. - remove form view reference from project_id of timesheet. - add a condition for decoration danger in o2m tree view for timesheet_ids in project form view. task-2725525 closes odoo/odoo#82305 Related: odoo/upgrade#3355 Related: odoo/enterprise#23284 Signed-off-by:
Laurent Stukkens (ltu) <ltu@odoo.com>
-
- Mar 16, 2022
-
-
Cedric Prieels authored
* hr_timesheet_{attendance}, project, rating, sale_timesheet - removed the 'admin' group on the reporting menu items so that 'users' can access these menus. - 'timesheet / attendance' menu should only show if user has access for both the attendance and timesheet. - Project/User should access 'Task Analysis' report And Added rule for user. - customer ratings: only show ratings which has access of their project/task. - ratings: user should not able to edit ratings. task-2467564 closes odoo/odoo#82634 Related: odoo/enterprise#23439 Signed-off-by:
Laurent Stukkens (ltu) <ltu@odoo.com> Co-authored-by:
Priyanka Kakadiya <pka@odoo.com>
-
- Sep 16, 2021
-
-
Martin Trigaux authored
closes odoo/odoo#76542 X-original-commit: 63e68074 Related: odoo/enterprise#20882 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 03, 2021
-
-
bbh-odoo authored
Purpose of the commit is to improve the timsheets's report of the timesheet app. So in this commit, done the below changes: - timesheets by billing type report: - add default group by date month > billable type. - removed undefine value from report - improve helper the to: "No data yet! \n Track your timesheets by billing type and make sure your time is billable." - added grid, kanban and list view - list view opened through the graph/pivot view: change the name of the action to 'Timesheets' - improved name of the report to 'Timesheet by employee' - improved helper of Timesheet by project report - Timesheet / Attendance report: - disabled list opening after clicking graph view. - added a group by Employee on report , - modified pivot view according to company of user. - added default measure is total difference' and the default group by is date > month for report closes odoo/odoo#75026 Taskid: 253134 Related: odoo/enterprise#20397 Signed-off-by:
LTU-Odoo <IT-Ideas@users.noreply.github.com>
-
- Jul 29, 2021
-
-
Anjali authored
Currently, there are many useful pivot views on reporting models but most of them lacks the dedicated list view. Dedicated list views will allow users to see useful information when one directly drill down to the records from the pivot table in odoo spreadsheet [1]. With this commit 1. we remove 'disabled_linking' attribute from the very important pivot and graph views (see the full list on task pad); 2. we added dedicated list views for the following reporting models - account.invoice.report - fleet.vehicle.cost.report - hr.timesheet.attendance.report - purchase.report - project.profitability.report - report.membership - report.pos.order - report.project.task.user - sale.report Task-2547881 [1] See task-2506116 closes odoo/odoo#72394 Related: odoo/enterprise#19122 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jul 26, 2021
-
-
Xavier-Do authored
The license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3. closes odoo/odoo#74245 Related: odoo/design-themes#48 Related: odoo/enterprise#19862 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
-
- Sep 01, 2020
-
-
Martin Trigaux authored
Without demo data closes odoo/odoo#56869 X-original-commit: 33f251b6 Related: odoo/enterprise#12836 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 18, 2020
-
-
Mahendra Barad authored
The purpose of this commit is to enable sample data on various graph and pivot views. Task ID: 2319606 closes odoo/odoo#55917 Related: odoo/enterprise#12415 Signed-off-by:
Mathieu Duckerts-Antoine <Polymorphe57@users.noreply.github.com>
-
- Aug 12, 2020
-
-
Mahendra Barad authored
The purpose of this commit is to add many action helper messages. TaskID: 2311486
-
- Jul 23, 2020
-
-
Anh Thao Pham (pta) authored
Display Days instead of Hours in "HR Timesheet/Attendance Report" if encoding unit for timesheets is set to Days
-
- Jun 26, 2020
-
-
Tom Kairis authored
Change of several labels to increase consistency. Adapt the size of certain images so that they are rendered without modifying their quality. Display the employee's profile image in the grid view to improve the visual. Add the kanban view to the All Timesheets menu. Modify the Time Off configurations so that the projects displayed are those of a company and that the tasks are adapted according to the chosen project and vice versa. Make the hr_timesheet and timesheet_grid module icon the same for better consistency. closes odoo/odoo#51808 Taskid: 2239802 Related: odoo/enterprise#10745 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Jan 28, 2020
-
-
jbm-odoo authored
Some small improvements in timesheet report view. In measures of graph, take string attribute into account. closes odoo/odoo#41348 Taskid: 2149371 Related: odoo/enterprise#7041 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Dec 16, 2019
-
-
Martin Trigaux authored
Without demo data, for the odoo-master transifex project closes odoo/odoo#41935 X-original-commit: dab7670b73506fb3a835695ee3bd735e0c5e5c2b Related: odoo/enterprise#7287 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Dec 10, 2019
-
-
Martin Trigaux authored
Followup of a425695e The terms were back in 12.0 Courtesy of Juan José Scarafía closes odoo/odoo#41624 X-original-commit: 85d0c700 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Oct 07, 2019
-
-
Odoo Translation Bot authored
-
- Sep 29, 2019
-
-
Odoo Translation Bot authored
-
- Sep 15, 2019
-
-
Odoo Translation Bot authored
-
- Sep 03, 2019
-
-
Jorge Pinna Puissant authored
Slovenian language, as many others languages, is not present in the beta/master projects in Transifex. For some reason, Transiflex removed all current translations, this was already fixed in 12, but as there are not automatic forward-port for translations, this is a manual forward-port. opw-2060055 closes odoo/odoo#36374 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Sep 01, 2019
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Sep 08, 2019
-
-
Odoo Translation Bot authored
-