Commit Graph

34 Commits

Author SHA1 Message Date
OCA-git-bot
3136875449 account_payment_order 14.0.1.0.1 2021-03-02 17:45:54 +00:00
Jesús Alan Ramos Rodríguez
bd5c8b24ec [MIG] account_payment_order: Migration to 14.0 2021-01-05 14:03:52 +01:00
Andrea
5138c5ce2b [FIX] avoid cache miss in compute 2021-01-05 14:03:52 +01:00
Luc De Meyer
72a526dfdf move Debit Order after Payments in Customer menu 2021-01-05 14:03:52 +01:00
Alexis de Lattre
a7cd7f60b6 Fix state condition on invoice view 2021-01-05 14:03:52 +01:00
Valentin Vinagre Urteaga
24dbb35c18 [FIX] account_payment_order: fix the attachment file name & dowload.
Case: After the configuration of a debit order and generating the .xml file, user can't download it from the next step screen using the download link.
This fix makes the .xml file downloadable from the .xml file name as it was in older versions
2021-01-05 14:03:52 +01:00
Pedro M. Baeza
836fd9985a [IMP] account_payment_order: Print payment order in user lang if not generated
When you haven't still generated the file, `generated_user_id` is not filled, and
so, you can't control the language in which the payment order is going to be printed.

Adding a condition for using the user language in that case makes this more
comfortable.
2021-01-05 14:03:52 +01:00
Raf Ven
369f18bbed [MIG] account_payment_order: Migration to 13.0 2021-01-05 14:03:52 +01:00
Raf Ven
001bd7e976 [IMP] account_payment_order: black, isort 2021-01-05 14:03:52 +01:00
Ernesto Tejeda
e45f6615ea [IMP] account_payment_order: change 'bill reference' column value in reports 2021-01-05 14:03:52 +01:00
Pedro M. Baeza
5e084fd533 [FIX] account_payment_order: Restore colors in payment order tree view 2021-01-05 14:03:52 +01:00
Pedro M. Baeza
03cc091f40 [FIX] account_payment_order: Sequences must be noupdate=1 2021-01-05 14:03:52 +01:00
Sergio Teruel
1e77d4ff6d [FIX] account_payment_order: Fix payment order report. Adapt to bootstrap4 2021-01-05 14:03:52 +01:00
Carlos Dauden
22390eded5 [IMP] account_payment_order: Select first partner bank 2021-01-05 14:03:52 +01:00
Pedro M. Baeza
5d79ac61a7 [FIX] account_payment_error: Avoid singleton error in allowed_journal_ids
Fixes #612
2021-01-05 14:03:52 +01:00
Thomas Binsfeld
d6c1472fec [ADD] Payment Order: only payment order option on payment methods
New option on payment methods: payment order only (unchecked by default) allowing to enforce the use of payment orders for some payment methods
2021-01-05 14:03:52 +01:00
Pedro M. Baeza
f74e498e6e [MIG] account_payment_order: Finish migration to v12
* Removed deprecated YAML tests.
* Removed document dependency, as now there's no attachment dropdown.
* Switched deprecated `compute` method of res.currency.
* Restored missing field `reference_type` in invoices.
* Fixed call to `message_post`.
* Added missing description in model.
2021-01-05 14:03:52 +01:00
Sergio Teruel
e1964064a8 [12.0][mig] account_payment_order: Migrate to v12.0 2021-01-05 14:03:52 +01:00
Alexis de Lattre
372743f5bb [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
2021-01-05 14:03:52 +01:00
Enric Tobella
79cd725865 [FIX] default_partner_id added on partner_bank if it is created. 2021-01-05 14:03:52 +01:00
Enric Tobella
c58175bd6d [FIX] report should show the invoice number, not the move name (#477)
[IMP] account_payment_order: report show the invoice number or the move name
2021-01-05 14:03:52 +01:00
Carlos Dauden
197e8a21e0 [FIX] account_payment_order: Add bank payment line multi-company rule 2021-01-05 14:03:52 +01:00
Pedro M. Baeza
e12ac64e44 [FIX] account_payment_order: Take payment mode from move (#466)
When adding to a payment order from invoices, the payment mode
considered is the one in the invoice, but once you have confirmed it,
you can't change it, so if you change the payment mode in the journal
items, it doesn't make the difference.

With this change, this is taken into account for adding to the
payment order(s) properly.
2021-01-05 14:03:52 +01:00
Andrea
44c45ead68 [11.0][FIX] account_payment_order: printing report 2021-01-05 14:03:52 +01:00
Pedro M. Baeza
4c5b34c835 [FIX] account_payment_order: Correct domain definition on account.payment.line view 2021-01-05 14:03:52 +01:00
Jordi Ballester
81152bf603 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.
2021-01-05 14:03:52 +01:00
etobella
a73310e854 [MIG] account_payment_order 2021-01-05 14:03:52 +01:00
Gilles Meyomesse (ACSONE)
6778a605e6 [ADD] report for payment order (#370) 2021-01-05 14:03:52 +01:00
gilles
43bc92d381 [ADD] description field for payment order 2021-01-05 14:03:52 +01:00
Adrien Peiffer (ACSONE)
4ad724855b [IMP] account_payment_order: select partner bank account automatically. 2021-01-05 14:03:52 +01:00
Akim Juillerat
d108422b93 [IMP] account_payment_order: Restriction + tests
* Restrict the deletion of bank payment line
* Add test_cancel_payment_order
2021-01-05 14:03:52 +01:00
Alexis de Lattre
4d48889780 [FIX+IMP] account_payment_order:
* FIX: Bug #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.
2021-01-05 14:03:52 +01:00
Jose Maria Alzaga
aad336dc46 Remove internal_type=other restriction for transfer account (#311) 2021-01-05 14:03:52 +01:00
Alexis de Lattre
337fc2ccf0 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)
2021-01-05 14:03:52 +01:00