Commit Graph

23 Commits

Author SHA1 Message Date
Luc De Meyer
8faf8edf05 [IMP] account_payment_order: update payment reference on open payment order
This commits adds the possibility to update the payment reference on a
payment transaction before generating XML file.
2024-06-09 22:10:17 +02:00
OCA-git-bot
2b3ccfd3eb Merge PR #1248 into 17.0
Signed-off-by pedrobaeza
2024-04-10 22:27:32 +00:00
David Ramia
814b2ec324 [FIX][17.0] Fix dynamic domain
Return domain on onchange is deprecated in v17
Created computed Binary field to store domain
2024-04-10 20:39:50 +02:00
Alexis de Lattre
2d42cfd724 [FIX] account_payment_order: exclude cancel journal entries
Always exclude cancel journal entries in the wizard that adds payment lines to payment order.
2024-04-09 10:33:59 +02:00
David Ramia
1f9fb94511 [MIG] account_payment_order: Migration to 17.0 2024-02-28 20:59:50 +01:00
David Ramia
eb14ae21c7 [IMP] account_payment_order: pre-commit auto fixes 2024-02-26 22:06:46 +01:00
Víctor Martínez
0dc3f1c36f [FIX] account_payment_order: Add colspan=2 to a correct visualization 2024-02-26 22:06:45 +01:00
Víctor Martínez
a2dd94fdd4 [FIX] account_payment_order: Add extra form view only to avoid open move lines in edit mode
TT45211
2024-02-26 22:06:45 +01:00
Wolfgang Pichler
c255abb1b3 [MIG] account_payment_order: Migration to 16.0 2024-02-26 22:06:45 +01:00
Marçal Isern
70f7c9dfed [MIG] account_payment_order: Migration to 15.0 2024-02-26 22:06:44 +01:00
Jesús Alan Ramos Rodríguez
0fade4d4ab [MIG] account_payment_order: Migration to 14.0 2024-02-26 22:06:43 +01:00
Raf Ven
91d53e6d08 [MIG] account_payment_order: Migration to 13.0 2024-02-26 22:06:42 +01:00
Raf Ven
c0ab186d6a [IMP] account_payment_order: black, isort 2024-02-26 22:06:42 +01:00
Sergio Teruel
e919f15b26 [12.0][mig] account_payment_order: Migrate to v12.0 2024-02-26 22:06:41 +01:00
Alexis de Lattre
74c870e515 [10.0] Add filter on partners on wizard "Create Payment Lines from Journal Items" (#489)
* Add filter on partners on wizard "Create Payment Lines from Journal Items"

* Bump version number
2024-02-26 22:06:41 +01:00
Jordi Ballester
6c1eb20bbf When the user looks for open payables or receivables, in the
context of payment orders, she should ocus on the amount that
is due to be paid. In this method we are forcing to display both
the amount due in company and in the invoice currency.

We then hide the fields debit and credit, because they add no value.
2024-02-26 22:06:40 +01:00
etobella
47e7e895f6 [MIG] account_payment_order 2024-02-26 22:06:40 +01:00
Gilles Meyomesse (ACSONE)
8a91e9131e [ADD] report for payment order (#370) 2024-02-26 22:06:40 +01:00
Alexis de Lattre
7444be2bd5 Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2024-02-26 22:06:40 +01:00
Stéphane Bidoul (ACSONE)
e042f4cb48 [FIX+IMP] account_payment_order: 2 more things:
* IMP: extensibility of _prepare_move

  Pass the list of bank lines to _prepare_move so it is possible to customize the move (eg it's name) based on the lines being paid.

* FIX: payment order: add missing onchange dependencies in move selection wizard
2024-02-26 22:06:39 +01:00
Alexis de Lattre
714aa03bbf Add support for multi-currency in the generation of the account move.
Take into account all the remaining remarks of Frederic Clementi dated May 30:
- see multi-currency amounts in the wizard to add transaction lines
- add help msg on bank payment lines
2024-02-26 22:06:39 +01:00
Stéphane Bidoul
e8a1881305 [FIX+IMP] account_payment_order: 2 things:
* IMP: prevent deleting a move-line that is linked to a payment order line
* FIX: better filtering of move lines already included in open payment order
2024-02-26 22:06:39 +01:00
Alexis de Lattre
57042c58ff Start to port bank-payment to v9 (with a lot of improvements) during the Sorrento Code sprint 2016
Improvements include:
- full re-organisation of modules and big re-organisation of the code
- simplification of the code related to the fact that support for direct debit is now in t
he base module, not added by an optional module account_direct_debit (module was removed)
- new design of the wizard to select move lines to pay
- support for non-SEPA file transfer-
- support for German direct debit SEPA files (fixes bug #129)
- remove workflow of payment.order
- add wizard of selection of move lines to pay
2024-02-26 22:06:39 +01:00