Merge lp:~hirt/ocb-addons/6.1_base_contact_finalize into lp:ocb-addons

Proposed by Etienne Hirt
Status: Superseded
Proposed branch: lp:~hirt/ocb-addons/6.1_base_contact_finalize
Merge into: lp:ocb-addons
To merge this branch: bzr merge lp:~hirt/ocb-addons/6.1_base_contact_finalize
Reviewer Review Type Date Requested Status
OpenERP Community Backports Pending
Review via email: mp+193861@code.launchpad.net

Description of the change

Finalising the base contact 6.1 desig by adding the missing fields as described in https://bugs.launchpad.net/openobject-addons/+bug/923440

To post a comment you must log in.
6813. By Etienne Hirt

finalize 6.1 design by adding missing fields

6814. By Etienne Hirt

prefer current jobs even if having higher sequence number than past job
Remove a lot of comments in order to address the merge proposal requirement
Remove debugging comments

6815. By Etienne Hirt

== python ==
* change partner_id and function back to related because the partner_address sorting fits$
* remove name search completely as due to the storage of the name a full search can be pe$
==View==
* remove filter from contact name as first and lastnames are stored in field name
* change partner back to partner_id

6816. By Etienne Hirt

* Update description
* Enhance name_search of res_partner_address to allow search for name always
* Remove obsolete functions and comments

6817. By Etienne Hirt

remove the executable flag that wrongly added in last commit

6818. By Etienne Hirt

* store partner_id in location directly to solve usability issue of having
  locations assigned to partners if any and to view it while using.
  Attention: this commit does not store the partner_ids yet at updating
             but for install the module it is added.
* override copy method for res.partner.location to avoid copying the
  related addresses's

6819. By Etienne Hirt

add auto_init for partner_id in res_partner_location

6820. By Etienne Hirt

* streamline location editing
* enhance and streamline search

6821. By Etienne Hirt

delete action as menu deletion did not work for upgrade contact/address with new action

6822. By Etienne Hirt

*further streamlining location editing
*restrict deletion of partner when there are assigned addresses

6823. By Etienne Hirt

* changes of partner of address does still not fully update the location partner_id
to be continued

6824. By Etienne Hirt

* use storage triggers for partner_id in res_partner_location
* minor UI adjustments:
** group extended for location menu but not addresses
** add partner to functions/addresses in contact form

6825. By Etienne Hirt

* enhance contact and location search
* fix length of name in contact to allow full lenght of last_name + first_name

6826. By Etienne Hirt

void delection of assigned locations

6827. By Etienne Hirt

commit files no longer executable

6828. By Etienne Hirt

do merge

6829. By Etienne Hirt

add street to res_partner_address displayname

6830. By Etienne Hirt

add other phone to address tree and form

6831. By Etienne Hirt

* store all related fields from location if one changes
* add trigger on change_location_id also because the on_change function does not store all changes!

Unmerged revisions

6831. By Etienne Hirt

* store all related fields from location if one changes
* add trigger on change_location_id also because the on_change function does not store all changes!

6830. By Etienne Hirt

add other phone to address tree and form

6829. By Etienne Hirt

add street to res_partner_address displayname

6828. By Etienne Hirt

do merge

6827. By Etienne Hirt

commit files no longer executable

6826. By Etienne Hirt

void delection of assigned locations

6825. By Etienne Hirt

* enhance contact and location search
* fix length of name in contact to allow full lenght of last_name + first_name

6824. By Etienne Hirt

* use storage triggers for partner_id in res_partner_location
* minor UI adjustments:
** group extended for location menu but not addresses
** add partner to functions/addresses in contact form

6823. By Etienne Hirt

* changes of partner of address does still not fully update the location partner_id
to be continued

6822. By Etienne Hirt

*further streamlining location editing
*restrict deletion of partner when there are assigned addresses