This commit is contained in:
Nicolas Mac Rouillon
2016-12-27 16:57:47 -03:00
committed by Sylvain LE GAL
parent 6f94b6144e
commit e47da159d7
2 changed files with 7 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ class TileTile(models.Model):
'ir.model.fields',
string='Field',
domain="[('model_id', '=', model_id),"
" ('ttype', 'in', ['float', 'integer'])]")
" ('ttype', 'in', ['float', 'integer', 'monetary'])]")
primary_format = fields.Char(
string='Format',
help='Python Format String valid with str.format()\n'
@@ -126,7 +126,7 @@ class TileTile(models.Model):
'ir.model.fields',
string='Secondary Field',
domain="[('model_id', '=', model_id),"
" ('ttype', 'in', ['float', 'integer'])]")
" ('ttype', 'in', ['float', 'integer', 'monetary'])]")
secondary_format = fields.Char(
string='Secondary Format',
help='Python Format String valid with str.format()\n'