Add filter no_attachment on sale.order (same as on account.invoice)

This commit is contained in:
Alexis de Lattre
2021-05-20 12:25:33 +02:00
parent d858634b91
commit 781e8989f5
3 changed files with 33 additions and 2 deletions

View File

@@ -75,6 +75,10 @@
<field name="project_id" position="attributes">
<attribute name="groups">analytic.group_analytic_accounting</attribute>
</field>
<filter name="message_needaction" position="before">
<filter name="no_attachment" string="Missing Attachment" domain="[('has_attachment', '=', False)]"/>
<separator/>
</filter>
</field>
</record>