- Jun 11, 2023
-
-
Odoo Translation Bot authored
-
- Jun 07, 2023
-
-
Jurgen (jugj) authored
This task aims to rework the wizard that creates a salary configurator and pre-fills the applicant's name, phone and email task - 3171707 closes odoo/odoo#118213 Related: odoo/enterprise#38202 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- Jun 06, 2023
-
-
Thomas Lefebvre (thle) authored
Steps to reproduce: ------------------- - create two employees (A and B); - create a user; - add the user in Related User of employee A; - remove the user; - add the user in Related User of employee B; - change the Work Email of the employee B. Issue: ------ The Work Email of the employee A is also updated. Cause: ------ When we add a `user_id` to an employee, we update the `work_contact_id` field. Fields `mobile_phone` and `work_email` are inverse fields. When we modify them, the `_inverse_work_contact_details` method is called. We update the `work_contact_id` linked to the employee. When we delete an employee's `user_id`, we don't update the `work_contact_id`. Therefore, when we update an employee's `work_contact_id`, we call the `_compute_work_contact_details` method method for all employees who have the same `work_contact_id`. The result is that we modify the `mobile_phone` and `ẁork_email` fields for all employees linked to the `work_contact_id`. Solution: --------- Differentiate the case where the `user_id` is `False` (>< `None`) when it is modified and does not contain a value to "synchronise" the `work_contact_id`. opw-3338188 closes odoo/odoo#123830 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- Jun 04, 2023
-
-
Odoo Translation Bot authored
-
- Jun 02, 2023
-
-
Prakash Prajapati authored
[FIX] hr: remove the `quick create` on the many2one_avatar_employee and many2many_avatar_employee widget In this commit we have removed quick create option from many2one_avatar_employee and many2many_avatar_employee widget. because of There are too many faulty employees records coming from a quick Enter press on a list. Example: According to my attention when we do quick create then partner is not created. task-3343117 closes odoo/odoo#123006 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- May 31, 2023
-
-
Jurgen (jugj) authored
[FIX] hr : Hide field department in launch plan wizard if multiple employees from different departments are selected task - 3279067 closes odoo/odoo#119948 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- May 30, 2023
-
-
Kevin Baptiste authored
The fix introduced in odoo/odoo#114903 created another issue: changing the work email would change the private email also, breaking the seperation of the contacts for the employee. The initial behavior was correct: - a res.partner for the work details (email, phone, etc.) - a res.partner (of type private) for the personal details of the employee. task-3284664 closes odoo/odoo#119460 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
Jurgen (jugj) authored
[FIX] web, hr(_recruitment) : Fix the phone field widget text breaking in multiple lines This PR Fixes the phone widget in the hr views and adds back the possibility to SMS to mobile and phone task - 3242157 closes odoo/odoo#116168 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- May 28, 2023
-
-
Odoo Translation Bot authored
-
- May 23, 2023
-
-
Martin Trigaux authored
closes odoo/odoo#122042 Related: odoo/enterprise#41329 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 21, 2023
-
-
Odoo Translation Bot authored
-
- May 14, 2023
-
-
Odoo Translation Bot authored
-
- May 09, 2023
-
-
Jurgen (jugj) authored
task - 3175879 closes odoo/odoo#114342 Related: odoo/enterprise#37775 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- May 07, 2023
-
-
Odoo Translation Bot authored
-
- Apr 26, 2023
-
-
Odoo Translation Bot authored
-
- Apr 17, 2023
-
-
Thomas Lefebvre (thle) authored
When creating an employee with a private contact, the contact will not be automatically added to the employee's followers. The desired behavior is that the contact is added to the followers even if it has a private address. Commit: 8760a4d0 However, this behavior will not be possible because adding a contact with a private address is forbidden. Commit: 20536e1b Solution: The solution is to use the private method `_message_subscribe`. This is not a problem in the business case. Indeed, the people who have access to the employee's file also have access to the private contacts. Moreover, the access rights of the public method `message_subscribe` do not concern this business case. opw-3249646 closes odoo/odoo#118779 X-original-commit: b06857afa371d2164f1f5ec402a6074a237d8230 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- Apr 16, 2023
-
-
Odoo Translation Bot authored
-
- Apr 14, 2023
-
-
Martin Trigaux authored
closes odoo/odoo#118563 Related: odoo/enterprise#39760 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Apr 09, 2023
-
-
Odoo Translation Bot authored
-
- Apr 02, 2023
-
-
Odoo Translation Bot authored
-
- Mar 29, 2023
-
-
Kevin Baptiste authored
The employee's avatar would show the placeholder to users without read rights on hr.employee for views using the standalone widget (e.g. gantt view). closes odoo/odoo#114800 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- Mar 28, 2023
-
-
Kevin Baptiste authored
Users without HR Officer rights would see an empty avatar for the employees, as the m2x_avatar_fields were using `hr.employee` as model. Now the `relation` can be overridden. closes odoo/odoo#116828 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- Mar 26, 2023
-
-
Odoo Translation Bot authored
-
- Mar 20, 2023
-
-
Rohitkumar (roku) authored
Steps to reproduce: - Install Employees App Configuration - Got to the Employees > Configuration > Activity Planning > Set the On/Offboarding Plans - Create Test Employee With No Catch - Click on Launch Plan action - Check the Warning in Launch Plan Wizard When employee's coach or manager empty then warning is appeared coach's/manager's user is not set.In this commit we have shown in the warning that the coach/manager is not set. task-3193218 closes odoo/odoo#112980 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
Martin Trigaux authored
They dates from < 2027 and are quite outdated. Favour the nl translation instead. n_BE is not on Transifex so it was not possible to correct bad translations. closes odoo/odoo#115798 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 19, 2023
-
-
Odoo Translation Bot authored
-
- Mar 14, 2023
-
-
Roy Le authored
Steps: 1. Create Employee A that related with user A / partner A in Sales department 2. Create a channel Sales, set Auto Subscribe Departments as Sales department 3. Archive Employee A / user A / partner A 4. Create a application B in Sales department and click button Create Employee 5. An error occurred: duplicate key value violates unique constraint "mail_channel_partner_partner_unique" closes odoo/odoo#115164 X-original-commit: e5e2cc8e Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Mar 12, 2023
-
-
Odoo Translation Bot authored
-
- Mar 10, 2023
-
-
niyasraphy authored
before this commit, enabling the mass editing for the various tree view using the studio throws exception saying field used in domain is missing in the view * install studio, hr, hr_holidays * open department tree * enable mass editing for the tree using studio app * exception will be raised similarly for the hr.job, hr.plan, hr.work.location and hr.leave tree views. after this commit, on enabling mass editing on this tree view, exception will not be shown. closes odoo/odoo#114889 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- Mar 08, 2023
-
-
Jurgen (jugj) authored
task - 3203838 closes odoo/odoo#114280 Related: odoo/enterprise#37749 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- Mar 05, 2023
-
-
Odoo Translation Bot authored
-
- Feb 28, 2023
-
-
Hansun (hale) authored
To reproduce the issue: 1. Install [Employees] app 2. Add some employee records if not there by default 3. Click on Print icon and [Print Badge] 4. pdf version will show borders Issue: with the introduction of bootstrap5, setting the class became a necessity Desired behavior: Make the borders invisible Impacted versions: 16.0 up to master opw-3126185 closes odoo/odoo#113738 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
Dossogne Bertrand authored
This commit moves the currency_id field on the employee model from hr_hourly_cost to hr in order for it to be used in payroll localisations. task-3029348 closes odoo/odoo#110226 Related: odoo/enterprise#35950 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Feb 26, 2023
-
-
Odoo Translation Bot authored
-
- Feb 22, 2023
-
-
Sylvain Francis authored
Before this commit: We use the employee's manager's user's idto fetch a partner by id. This can cause the action to fail in specific cases as well as potentially using the wrong language for the reminder closes odoo/odoo#113245 X-original-commit: c26db495 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Feb 20, 2023
-
-
Odoo Translation Bot authored
-
Raphael Collet authored
The field is updated in SQL but not in cache. Also remove hacks in the business code to prevent potential issues from this behavior. closes odoo/odoo#113094 Signed-off-by:
Rémy Voet <ryv@odoo.com>
-
- Feb 14, 2023
-
-
Kevin Baptiste authored
The employee should be subscribed to their own record in order to receive communication send to them. closes odoo/odoo#112700 Taskid: 2749585 X-original-commit: 12072668c89bc36963b3a8c7b602320bbe901534 Signed-off-by:
Kevin Baptiste <kba@odoo.com>
-
- Feb 13, 2023
-
-
Odoo Translation Bot authored
-
- Feb 07, 2023
-
-
Nicolas Bayet authored
This commit add a mechanism to ensure that someone could never save changes from an history that diverge (in case there is a partition in the RTC network or a person A was disconnected while another person B saved changes that were not transmitted to person A). task-3002163 closes odoo/odoo#110241 Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
-