Skip to content

Commit

Permalink
[FIX+IMP] account_payment_order:
Browse files Browse the repository at this point in the history
* FIX: Bug OCA#353 crash when selecting a payment mode that has a variable link to a bank account
* FIX: Add 'post_move' option on account.payment.mode with default True, to keep the previous behavior
* IMP: Explicit error when bank account is missing on bank journal
* IMP: Add field default_date_prefered on payment mode.
  • Loading branch information
alexis-via authored and CarlosRoca13 committed Jan 5, 2021
1 parent 5666098 commit 4d48889
Show file tree
Hide file tree
Showing 40 changed files with 32,998 additions and 1,029 deletions.
2 changes: 1 addition & 1 deletion account_payment_order/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{
'name': 'Account Payment Order',
'version': '10.0.1.1.1',
'version': '10.0.1.2.0',
'license': 'AGPL-3',
'author': "ACSONE SA/NV, "
"Therp BV, "
Expand Down
Loading

0 comments on commit 4d48889

Please sign in to comment.