Skip to content

Conversation

@legalsylvain
Copy link
Contributor

overload missing 'private' partner form view (used in HR > employee > Private Information at least). add first and last names fields.

overload missing 'private' partner form view (used in HR > employee > Private Information at least). add first and last names fields.
@zalei-odoo
Copy link

In res_partner.py you need
# Disabling SQL constraint givint a more explicit error using a Python
# contstraint
_check_name = models.Constraint(
"CHECK(1=1)",
"Contacts require a name."
)
Also Views have wrong xpaths

@zalei-odoo
Copy link

Oh, It's for odoo 19.

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.

2 participants