Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][ADD] hr_employee_firstname_partner_firstname. #1421

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Conversation

legalsylvain
Copy link

Just found that hr_employee_firstname doesn't depend on partner_firstname. As a result, some error occures, specially when creating employee from user.

This glue module is fixing some points.

  • Correctly prepare employee value, when creating employee from user.

New glue module between hr_employee_firstname and partner_firstname. Correctly prepare employee value, when creating employee from user.
@legalsylvain legalsylvain changed the title [ADD] hr_employee_firstname_partner_firstname. [16.0][ADD] hr_employee_firstname_partner_firstname. Dec 17, 2024
in hr_employee_lastnames, _update_partner_firstname function write on partner with the field 'lastname2'. This field is defined in a module that is not present in the dependency
@@ -8,7 +8,7 @@
"license": "AGPL-3",
"category": "Human Resources",
"summary": "Split Name in First Name, Father's Last Name and Mother's Last Name",
"depends": ["hr_employee_firstname"],
"depends": ["hr_employee_firstname", "partner_second_lastname"],
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant