Skip to content

Commit

Permalink
Merge PR #399 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Feb 10, 2023
2 parents e3b567b + 7ef6aa9 commit 339b23c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions document_page/views/document_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,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"
Expand Down

0 comments on commit 339b23c

Please sign in to comment.