mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot: limit error contents in error form
Limits the number of error contents displayed in the error form by default to 5.
This commit is contained in:
parent
d8d9f411b1
commit
8f458e085b
@ -16,7 +16,7 @@
|
||||
<group string="Base info">
|
||||
<field name="name"/>
|
||||
<field name="error_content_ids" readonly="1">
|
||||
<list>
|
||||
<list limit="5">
|
||||
<field name="content" readonly="1"/>
|
||||
<!--field name="module_name" readonly="1"/-->
|
||||
<!--field name="function" readonly="1"/-->
|
||||
|
Loading…
Reference in New Issue
Block a user