Add field has_attachment on invoices

This commit is contained in:
Alexis de Lattre
2017-09-29 14:36:57 +02:00
parent 93acac8e19
commit 3888495071
2 changed files with 34 additions and 1 deletions

View File

@@ -69,6 +69,8 @@
<separator/>
<filter name="to_send" string="To Send" domain="[('sent', '=', False), ('state', 'in', ('open', 'paid'))]"/>
<filter name="sent" string="Sent" domain="[('sent', '=', True)]"/>
<separator/>
<filter name="no_attachment" string="Missing Attachment" domain="[('has_attachment', '=', False)]"/>
</filter>
</field>
</record>