Tryton Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9)

Issue 14391003: tryton: Fix domain inversion evaluation of constrained field (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 5 months ago by ced
Modified:
9 years, 4 months ago
Reviewers:
nicoe
Visibility:
Public.

Description

The evaluation to True of constrained clause should only be done for inversion. Also it should be valid even if a wrong value is defined in the context. issue4073

Patch Set 1 #

Total comments: 1

Patch Set 2 : Update to tip #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -9 lines) Patch
M tryton/common/domain_inversion.py View 4 chunks +14 lines, -9 lines 3 comments Download

Messages

Total messages: 4
ced
9 years, 5 months ago (2014-07-19 22:36:42 UTC) #1
Paranoid Review Bot
http://codereview.tryton.org/14391003/diff/1/tryton/common/domain_inversion.py File tryton/common/domain_inversion.py (right): http://codereview.tryton.org/14391003/diff/1/tryton/common/domain_inversion.py#newcode298 tryton/common/domain_inversion.py:298: or constrained_leaf(part, operator.or_))): E127 continuation line over-indented for visual ...
9 years, 5 months ago (2014-07-19 23:11:41 UTC) #2
ced
9 years, 4 months ago (2014-07-29 10:40:58 UTC) #3
Paranoid Review Bot
9 years, 4 months ago (2014-07-29 11:14:12 UTC) #4
http://codereview.tryton.org/14391003/diff/20001/tryton/common/domain_inversi...
File tryton/common/domain_inversion.py (right):

http://codereview.tryton.org/14391003/diff/20001/tryton/common/domain_inversi...
tryton/common/domain_inversion.py:1: #This file is part of Tryton.  The
COPYRIGHT file at the top level of
E265 block comment should start with '# '

http://codereview.tryton.org/14391003/diff/20001/tryton/common/domain_inversi...
tryton/common/domain_inversion.py:2: #this repository contains the full
copyright notices and license terms.
E265 block comment should start with '# '

http://codereview.tryton.org/14391003/diff/20001/tryton/common/domain_inversi...
tryton/common/domain_inversion.py:298: or constrained_leaf(part,
operator.or_))):
E127 continuation line over-indented for visual indent
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld d9ca037-tainted