Is it possible to filter the list of customer invoices by whether the invoice partner has an email address?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
If anyone is interested here is how I did it:
Enter developer mode. Go to settings ->technical->Filters. Create a new filter for model "invoice". Domain is [[u'partner_id.email', u'!=', False]]
It will appear under "favorites"
Yes,
You can filter customer invoices by checking the field partner_id.email
You can set filters and save them as favorites in any tree view (list view) in the user interface, when you have activated the developer mode. And you can make them available even to all other users too.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
odoo9 yesterday filter
Solved
|
|
1
Feb 23
|
4767 | |
|
1
Oct 16
|
4361 | ||
|
1
Jun 24
|
3671 | ||
|
0
Feb 24
|
534 | ||
|
0
Sep 23
|
496 |