Skip to content

Commit

Permalink
[distribution_list][FIX] do not add relation fields with attribute "r…
Browse files Browse the repository at this point in the history
…equired" into wizard. Use it into views
  • Loading branch information
Jonathan Nemry committed Oct 17, 2014
1 parent ecfbb4f commit cb67f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution_list/wizard/distribution_list_add_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _get_default(self, cr, uid, context=None):

_columns = {
'distribution_list_id': fields.many2one(
'distribution.list', 'Distribution List', required=True),
'distribution.list', 'Distribution List'),
'distribution_list_line_name': fields.char(
'Filter Name', size=60, required=True),
'exclude': fields.boolean(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</h1>
</div>
<group>
<field name="distribution_list_id"/>
<field name="distribution_list_id" required="1"/>
<field name="exclude"/>
</group>
</div>
Expand Down

0 comments on commit cb67f69

Please sign in to comment.