[IMP] domain widget performance fix

This commit is contained in:
Joan Sisquella
2020-08-20 11:31:18 +02:00
committed by chaule97
parent fd18f5c312
commit e8cdafc8d0
2 changed files with 12 additions and 1 deletions

View File

@@ -94,10 +94,13 @@
/>
</page>
<page string="Additional Filtering">
<style
>.o_domain_show_selection_button {display: none}</style>
<field
name="domain"
widget="domain"
options="{'model': 'account.move.line', 'in_dialog': True}"
context="{'skip_search_count': 1}"
/>
</page>
</notebook>