Merge lp://staging/~hirt/ocb-addons/6.1_base_contact_finalize into lp://staging/ocb-addons/6.1
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~hirt/ocb-addons/6.1_base_contact_finalize |
Merge into: | lp://staging/ocb-addons/6.1 |
Diff against target: |
973 lines (+559/-100) 4 files modified
base_contact/__openerp__.py (+11/-6) base_contact/base_contact.py (+294/-53) base_contact/base_contact_view.xml (+252/-40) base_contact/security/ir.model.access.csv (+2/-1) |
To merge this branch: | bzr merge lp://staging/~hirt/ocb-addons/6.1_base_contact_finalize |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Omar (Pexego) | code review, no test | Needs Fixing | |
Review via email: mp+193941@code.staging.launchpad.net |
Description of the change
Finalising the base contact 6.1 desig by adding the missing fields as described in https:/
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
Hi, Etienne, thank you for making again the MP properly. I will check it, but it's a huge diff for only a bugfix. I'm not sure if this is going to fit into OCB project and goals.
Let's see what others reviewers say.
Regards.