Bills from Email account.move list,form [('move_type', '=', 'in_invoice'), ('x_fa_created_from_email', '=', True)] {'default_move_type': 'in_invoice'}

No bills from email yet

Bills will appear here when incoming emails create vendor bills automatically.

All Vendor Bills account.move list,form [('move_type', '=', 'in_invoice')] {'default_move_type': 'in_invoice'} Blocked Vendors res.partner list,form [('x_fa_block_email_bill', '=', True)] {'default_x_fa_block_email_bill': True}

No blocked vendors

Vendors blocked from automatic email bill creation will appear here. Block vendors whose bills should be created through Purchase Orders instead.

Vendors with Active POs res.partner list,form [('purchase_line_ids', '!=', False), ('supplier_rank', '>', 0)]

No vendors with purchase orders

Vendors with Purchase Orders appear here. Consider blocking these vendors from automatic email bill creation.

All Vendors res.partner list,form [('supplier_rank', '>', 0)] Activity Log fusion.accounts.log list,form

No activity logged yet

Email processing activity will be logged here automatically.

Fusion Accounts Settings res.config.settings form current {'module': 'fusion_accounts'}