lp:~savoirfairelinux-openerp/partner-contact-management/partner_category_description
- Get this branch:
- bzr branch lp:~savoirfairelinux-openerp/partner-contact-management/partner_category_description
Branch merges
- Lorenzo Battistini (community): Needs Resubmitting
- Yannick Vaucher @ Camptocamp: Needs Information
- Sandy Carter (http://www.savoirfairelinux.com): Approve
- Joao Alfredo Gama Batista: Pending (code review, no tests) requested
-
Diff: 212 lines (+172/-0)6 files modifiedpartner_category_description/__init__.py (+21/-0)
partner_category_description/__openerp__.py (+49/-0)
partner_category_description/i18n/fr.po (+28/-0)
partner_category_description/i18n/partner_category_description.pot (+27/-0)
partner_category_description/res_partner.py (+29/-0)
partner_category_description/res_partner_view.xml (+18/-0)
Branch information
Recent revisions
- 40. By Mathieu Benoit
-
[FIX] partner_
category_ description: replace osv to orm. Add new id to view_partner_ category_ form - 37. By Sandy Carter (http://www.savoirfairelinux.com)
-
Adapt user form to look like partner form
* Name field replaced by Firstname and Lastname - 36. By Joao Alfredo Gama Batista
-
[MRG][IMP] Adapt user form to display first name and last name like partner form
- 35. By Jonathan Nemry (Acsone)
-
[MRG]
For Partner:
1) Create always the SQL constraint on 'lastname'
2) Better implementation of "_write_name" allowing more intuitive update of the partner name when processing from another model (ex: res_user), i.e., try to keep the firstname if unchanged
3) When duplicating a partner, avoid to repeat the firstname in the name
4) Beautify the inner form for children contacts (placing fields as in the main form)
5) Allow edition of the field name in the inner form if child is a companyFor User:
1) Reintegrate the name as "required"
2) When duplicating a user, avoid to repeat the firstname in the related partner name - 34. By El Hadji Dem (http://www.savoirfairelinux.com)
-
[ADD] Add passport and passport_partner modules: You can manage several passports for each contact.
- 33. By Sandy Carter (http://www.savoirfairelinux.com)
-
[FIX] base_location - Add context propagation to base_location
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)