-
-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17.0[FIX][account_invoice_bank_details]: the module is setting by def…
…ault the company bank account on vendor bills instead of proposing the one from the vendor
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
- [camptocamp](https://camptocamp.com): | ||
- Vincent Renaville \<<https://www.camptocamp.com>\> | ||
- Denis Leemann \<<https://www.camptocamp.com>\> | ||
- [Trobz](https://trobz.com): | ||
- Do Anh Duy \<<[email protected]>\> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
This module allows you to select a default bank account based on the | ||
currency of the invoice. It will also display the bank details on the | ||
invoice | ||
invoice. | ||
|
||
Nota Bene: it is done on customer invoices/refund, not on vendor bills |