formatting

This commit is contained in:
Frederik Jaeckel 2023-12-01 13:29:46 +01:00
parent 6d72822526
commit 530d382905
4 changed files with 17 additions and 6 deletions

View file

@ -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',