This question has been flagged
2 Replies
8201 Views

How can I configure a default bank account - to which the invoice will be paid - per customer?

I am not talking about customer's bank account but my company's bank account that would be selected when creating invoice.

Right now, once invoice is created, I can select a bank account in "Other Info" tab (Odoo V7) but I would like to have a default bank account for each customer. I did not find anything in customer view/model. (except supplier's bank accounts)

Mathieu



Avatar
Discard
Best Answer

You can define a default value for each customer in developper mode ( https://www.odoo.com/fr_FR/forum/how-to/developers-13/how-can-i-activate-the-developer-mode-83 ) , create a new invoice, and select your customer and the right bank account, and select "set defaults". You can record the default value for this customer.

You also can create those defaults values importing xml data in a custom module.

Warning: some defaults values don't work when invoice is created from an other object like order, … ( https://www.odoo.com/fr_FR/forum/help-1/question/how-to-change-default-journal-when-i-create-a-new-customer-invoice-74128#answer-74252 )

Avatar
Discard
Author Best Answer

That helps! Merci.

Avatar
Discard