Partner firstname
Specifications to separate firstname and lastname
We want :
* a field for the firstname
* a field for the lastname
* to keep having one field for the company name
* to be able to search in firstname and lastname
* to manage the order of appearance
* to display "firstname lastname" in the form and in the search results
* to display "Company, firstname lastname" in everything related to a partner (partner_id in a sale order for example)
* to continue passing the tests
* a generic solution that will be easy to maintain and migrate
Existing modules related to the same topic :
* base_partner_
* base_person
Readings
* http://
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- Accepted for 7.0
- Implementation:
- Implemented
- Milestone target:
- None
- Completed by
- Maxime Chambreuil (http://www.savoirfairelinux.com)
Related branches
Related bugs
Sprints
Whiteboard
Proposal 1 (full_name)
* Add a field firstname
* Reuse the name field to enter the lastname
* Create a field full_name which concatenate firstname and name
* Overwrite name_get and name_search methods
Proposal 2 (lastname)
* Add a field firstname
* Add a field lastname
* Overwrite name field to concatenate firstname and lastname
Acsone Team proposed (https:/
* with the Acsone MP the lp:1203457 cannot be reproduced
* it does not fix unfortunately the yaml test failure (lp:1269036) encountered in the "edi" standard module, nor the wish explained in lp:1269375
* It improves also the "quality issue" mentionned in https:/