File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 549549 invisible =" payment_state == 'invoicing_legacy' or move_type == 'entry'"
550550 optional =" show"
551551 />
552+ <field name =" is_move_sent"
553+ string =" Sent Status"
554+ optional =" hide" />
552555 <field name =" move_type" column_invisible =" context.get('default_move_type', True)" />
553556 <field name =" abnormal_amount_warning" column_invisible =" 1" />
554557 <field name =" abnormal_date_warning" column_invisible =" 1" />
15951598 groups =" account.group_account_secured,base.group_no_one" />
15961599 <separator />
15971600 <filter name =" not_sent"
1598- string =" Not Sent"
1601+ string =" Not Sent invoices "
15991602 domain =" [('is_move_sent', '=', False)]"
16001603 invisible =" context.get('default_move_type') in ('in_invoice', 'in_refund', 'in_receipt')"
16011604 />
1605+ <filter name =" sent"
1606+ string =" Sent invoices"
1607+ domain =" [('is_move_sent', '=', True)]"
1608+ invisible =" context.get('default_move_type') in ('in_invoice', 'in_refund', 'in_receipt')"
1609+ />
16021610 <separator />
16031611 <filter name =" out_invoice"
16041612 string =" Invoices"
You can’t perform that action at this time.
0 commit comments