I am using the project module in Odoo v8 and billing using timesheets.
I would like to know how much each customer owes before I start a new task for them.
Is there a way to show the rrent cutotal amount receivable for each customer next to their name in the customer list?
Hi, In the many2one field of res.partner, you want to see the receivable amount along with the name ? Currently you can see the total receivable in partners form after activating the developer mode, You can add a new field for to display the amount, and in the on change of the partner you can write the amount into that field