Fix type for export 'created' field
This commit is contained in:
parent
ef720e3a59
commit
908ca52b08
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class ExportMasterView(MasterView):
|
|||
|
||||
# created
|
||||
f.set_readonly('created')
|
||||
f.set_type('created', 'datetime')
|
||||
|
||||
# created_by
|
||||
f.set_readonly('created_by')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue