Merge lp:~lmi/openerp-connector/7.0-pass-vals-to-events into lp:~openerp-connector-core-editors/openerp-connector/7.0
Proposed by
Laurent Mignon (Acsone)
| Status: | Merged |
|---|---|
| Approved by: | Guewen Baconnier @ Camptocamp |
| Approved revision: | 589 |
| Merged at revision: | 603 |
| Proposed branch: | lp:~lmi/openerp-connector/7.0-pass-vals-to-events |
| Merge into: | lp:~openerp-connector-core-editors/openerp-connector/7.0 |
| Diff against target: |
93 lines (+14/-9) 4 files modified
connector/CHANGES.rst (+3/-0) connector/event.py (+2/-1) connector/producer.py (+2/-2) connector/tests/test_producer.py (+7/-6) |
| To merge this branch: | bzr merge lp:~lmi/openerp-connector/7.0-pass-vals-to-events |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Laurent Mignon (Acsone) (community) | Abstain | ||
| Sébastien BEAU - http://www.akretion.com | Approve | ||
| Guewen Baconnier @ Camptocamp | code review, test | Approve | |
|
Review via email:
|
|||
Description of the change
* Pass a new parameter to listeners of 'on_recrod_write' ( vals: field values of the new record, e.g {'field_name': field_value, ...})
* Replace the list of updated fields passed to listeners of 'on_record_write' by a dictionary of updated field values e.g {'field_name': field_value, ...}
To post a comment you must log in.
sorry.. resubmitted