[14.0][IMP] document_page: option to search by summary.

This commit is contained in:
angel 2023-02-10 11:12:41 +01:00 committed by natuan9
parent 2853b873b6
commit ad121b5cee

View File

@ -138,6 +138,11 @@
<field name="model">document.page</field>
<field name="arch" type="xml">
<search string="Document Page">
<field
name="draft_summary"
string="Summary"
filter_domain="[('draft_summary','ilike',self)]"
/>
<field
name="name"
string="Content"