formatting
This commit is contained in:
parent
6d72822526
commit
530d382905
4 changed files with 17 additions and 6 deletions
|
@ -86,7 +86,8 @@ class OnlineSource(ModelSQL, ModelView):
|
|||
states=STATES_WEB, depends=DEPENDS_WEB)
|
||||
rgxdecimal = fields.Selection(
|
||||
string='Decimal Separator',
|
||||
help='Decimal separator for converting the market value into a number.',
|
||||
help='Decimal separator for converting the market ' +
|
||||
'value into a number.',
|
||||
selection=sel_rgxdecimal, states=STATES_WEB, depends=DEPENDS_WEB)
|
||||
rgxident = fields.Char(
|
||||
string='Identifier',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue