Merge lp://staging/~fabien-morin/unifield-server/fm_whitelist_model into lp://staging/unifield-server
Proposed by
Fabien MORIN
Status: | Rejected |
---|---|
Rejected by: | jftempo |
Proposed branch: | lp://staging/~fabien-morin/unifield-server/fm_whitelist_model |
Merge into: | lp://staging/unifield-server |
Diff against target: |
320 lines (+133/-102) 4 files modified
bin/addons/sync_client/ir_model_data.py (+3/-5) bin/addons/sync_client/orm.py (+4/-4) bin/addons/sync_common/common.py (+125/-92) bin/addons/sync_server/rules.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~fabien-morin/unifield-server/fm_whitelist_model |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jeff Allen (community) | Needs Fixing | ||
jftempo | Pending | ||
Review via email: mp+306210@code.staging.launchpad.net |
Description of the change
I reversed the way of managing synchronization models lists :
now only the model related to synchronization are listed, the other (not listed
are ignored).
This imply that you need to add in this list the new models you want to
synchronize.
To post a comment you must log in.
Unmerged revisions
- 3911. By Fabien MORIN
-
[REVERT] previous commit (due to a bad merge)
- 3910. By Fabien MORIN
-
[FIX] remove all other changes and keep only r3907 and r3908
- 3909. By Fabien MORIN
-
[MERGE] with latest trunk
I get nervous seeing tables of code that need to stay in sync with tables in CSV files.
Can one be derived from the other? Can there be a test that confirms that they have not diverged? The DRY Principle applies here...