lp://staging/~openerp-community/openobject-addons/trunk-bug-923440-base_contact_finalise6.1
This branch is intended to update the new base_contact V6.1 with the functionality of V6.0 and to perform corrections (see also bug923440):
* Triggers for storage and redefine only fields that are not available already
* state field and date_from/to
* Sequence for contact view, corresponding sorting and correct selection of main function/partner. Main address is defined from first default address found for a partner
* Other phone in res_partner_address
* Obsolete: Use field name for last_name in res_partner_contact to enable auto filling when creating a new contact
* Defining address tree view for partner and for contact and select them instead of defining the tree within the form
* search for contacts connected to job_ids to search for all partners and partner is in name!
* use always last_name first_name for name of address, for searches etc.
Status:
final but:
* branch is not correct for direct merging
* what happens with this module as it is deleted from the (6.2) trunk!
- Get this branch:
- bzr branch lp://staging/~openerp-community/openobject-addons/trunk-bug-923440-base_contact_finalise6.1
Branch merges
- Amit Parik (community): Disapprove
- OpenERP Core Team: Pending requested
-
Diff: 24003 lines (+23690/-0) (has conflicts)60 files modified__init__.py (+23/-0)
__openerp__.py (+65/-0)
base_contact.py (+461/-0)
base_contact_demo.xml (+279/-0)
base_contact_view.xml (+321/-0)
i18n/ar.po (+492/-0)
i18n/base_contact.pot (+261/-0)
i18n/bg.po (+504/-0)
i18n/bs.po (+266/-0)
i18n/ca.po (+528/-0)
i18n/cs.po (+501/-0)
i18n/da.po (+318/-0)
i18n/de.po (+527/-0)
i18n/el.po (+486/-0)
i18n/es.po (+541/-0)
i18n/es_AR.po (+384/-0)
i18n/es_CR.po (+530/-0)
i18n/es_EC.po (+529/-0)
i18n/es_MX.po (+582/-0)
i18n/es_PY.po (+492/-0)
i18n/es_VE.po (+582/-0)
i18n/et.po (+377/-0)
i18n/fa.po (+264/-0)
i18n/fi.po (+461/-0)
i18n/fr.po (+530/-0)
i18n/gl.po (+483/-0)
i18n/hr.po (+480/-0)
i18n/hu.po (+439/-0)
i18n/id.po (+263/-0)
i18n/it.po (+530/-0)
i18n/ko.po (+374/-0)
i18n/lo.po (+315/-0)
i18n/lt.po (+364/-0)
i18n/lv.po (+442/-0)
i18n/mn.po (+368/-0)
i18n/nb.po (+388/-0)
i18n/nl.po (+528/-0)
i18n/nl_BE.po (+268/-0)
i18n/oc.po (+354/-0)
i18n/pl.po (+508/-0)
i18n/pt.po (+406/-0)
i18n/pt_BR.po (+527/-0)
i18n/ro.po (+430/-0)
i18n/ru.po (+519/-0)
i18n/sk.po (+425/-0)
i18n/sl.po (+522/-0)
i18n/sq.po (+264/-0)
i18n/sr.po (+467/-0)
i18n/sr@latin.po (+469/-0)
i18n/sv.po (+438/-0)
i18n/th.po (+318/-0)
i18n/tlh.po (+263/-0)
i18n/tr.po (+490/-0)
i18n/uk.po (+274/-0)
i18n/vi.po (+392/-0)
i18n/zh_CN.po (+509/-0)
i18n/zh_TW.po (+461/-0)
process/base_contact_process.xml (+62/-0)
security/ir.model.access.csv (+8/-0)
test/base_contact00.yml (+38/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 9. By Etienne Hirt
-
* change back to always use lastname(s) firstname
* seach supports also to enter both
** for references only but not yet for own object because name is a non stored function
** but do not enter more than one firstname. It matches to incomplete lastname(s) and firstnames also
* store default_address_id to allow searching. But no trigger required
* enhance search view with street and city
* view: remove partner seq. and add fax, street to partner tree
* py: remove partner seq and add lookup for default address. - 7. By Etienne Hirt
-
* add type private to res.partner.address
* add defaults to new address depending on the form it is called. Default_type is not followed!?! - 5. By Etienne Hirt
-
* search for contacts connected to job_ids to search for all partners and partner is in name!
* store firstname lastname in name as in the in the demo data of base/res/res_partner_ demo.xml - 4. By Etienne Hirt
-
* Finalise revert to name as fullname taken from first_name and last_name
* Create of a contact from address works but "create and edit" does not. Commented out any action in view_init method - 3. By Etienne Hirt
-
* Revert back to use name for last_name and first_name
* Tried to fill the default_name in the context into lastname using method view_init but did not succeed - 2. By Etienne Hirt
-
* show contacts in location view for finding empty locations
* allow partner_manager to delete locations
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-addons