Tryton 6.8: indexe neu, tests angepaßt
This commit is contained in:
parent
2cf42eb9f6
commit
2b6731d071
11 changed files with 143 additions and 52 deletions
2
types.py
2
types.py
|
@ -19,7 +19,7 @@ class Type(ModelSQL, ModelView):
|
|||
required=True, ondelete="RESTRICT")
|
||||
feature = fields.Selection(
|
||||
string='Feature', required=True,
|
||||
selection='get_sel_feature', select=True,
|
||||
selection='get_sel_feature',
|
||||
help='Select feature set of the Cashbook.')
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue