Merge lp://staging/~openerp-dev/openobject-addons/saas-3-remove-survey-warning-ptr into lp://staging/~openerp/openobject-addons/saas-3
Proposed by
Pariket Trivedi(OpenERP)
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~openerp-dev/openobject-addons/saas-3-remove-survey-warning-ptr |
Merge into: | lp://staging/~openerp/openobject-addons/saas-3 |
Diff against target: |
12 lines (+1/-1) 1 file modified
survey/survey.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~openerp-dev/openobject-addons/saas-3-remove-survey-warning-ptr |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
OpenERP Core Team | Pending | ||
Review via email: mp+213204@code.staging.launchpad.net |
Description of the change
hello,
I have to fixed warning: "The domain term '('survey_id', '=', [2])' should use the 'in' or 'not in' operator."
genrate in backend (terminal).
Steps to Reproduce:
1) Go to Tools module.
2) Go to Surveys tree view Or form View.
3) Click "Print Answer" button.
4) Check terminal you will get the Warning.
thanks,
ptr
To post a comment you must log in.
Unmerged revisions
- 9352. By Pariket Trivedi(OpenERP)
-
[FIX]: warning: The domain term '('survey_id', '=', [1])' should be use the 'in' operator.