-
-
Notifications
You must be signed in to change notification settings - Fork 857
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
[11.0] [MIG] partner_firstname: Migration to 11.0 #487
[11.0] [MIG] partner_firstname: Migration to 11.0 #487
Conversation
…ata, migrated data or imported data
…+ add Is a company on contact view of a partner
[CHG] Improve the _write_name method * trying to coerce to the correct lastname if the firstname is untouched * resetting the firstname if contact is a company [FIX] Avoid to replicate the firstname into the name when duplicating a partner [FIX] Avoid to replicate the firstname into the name when duplicating a user [CHG] Restore the required attribute of the field name in user form [CHG] Beautify the inner form for children contacts (placing fields as in the main form) [FIX] Allow edition of the field name in the inner form if child is a company
…only with whitespace
[CHG] improve some assertions
LGTM 👍 |
@yajo runbot is green now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Code check and real tests: Ok for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code check and real tests: Ok for me
Not specifically a v11.0 problem, but the README file for partner_firstname links to non HTTPS images so it throws a mixed content warning when viewing the App in the backend. Problem starts at line 108. Should be:
But it is all http:// below line 108. |
@cliffkujala Fixed. |
Migration to 11.0