Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
177 Vistas

My company uses outside Sales Reps, so I'm using the Partner function.  It appears you can't assign the Partner to a Customer and it must be done on each order.  I see a post about adding the Tag to Quotes/Orders which appears to require some modest custom programming.

Is there a way to just generate a list of Invoices with the Customer Tag to eliminate the need for the custom programming?

Thanks as always for the support.

Avatar
Descartar
Autor

Thanks, that's a big help.

Mejor respuesta

Hi,


To generate a list of invoices associated with your outside sales reps (represented by customer tags) without custom programming in Odoo, the key is to ensure you're tagging the customer record directly, not just the sales order. With this in place, you can leverage Odoo's built-in features.


One approach is to use Odoo's built-in filters and grouping within the Invoices list view. Create a custom filter that selects customers who are members of your sales rep tag. Save this filter for easy reuse. You can also use the "Group By" option to organize invoices by customer tag.


Another method is to utilize Odoo's reporting features, specifically the Pivot and Graphical views. The Pivot view allows you to analyze invoice data based on different dimensions, including customer and tags. The Graphical view provides a visual representation of the data, allowing you to group invoice amounts by customer and tag.


Finally, if you need more advanced analysis, you can export the invoice data to a spreadsheet. Apply the filter you created earlier, export the data (including customer name, invoice number, amount, and tags), and then perform further analysis in your spreadsheet program. By tagging the customer and using these built-in features, you can effectively track invoices associated with your sales reps without custom code.


Hope it helps

Avatar
Descartar