Commit Graph

18 Commits

Author SHA1 Message Date
Bert Driehuis
91421d3019 [FIX] account_payment_order: Fallback to payment_ref if ref is undefined 2023-03-04 12:41:01 +01:00
Miracle Ayodele
64f2658ee0 [FIX] account_payment_order: Bind report to model 2022-03-09 17:58:47 +01:00
Carlos Roca
a5b1cdbe50 [MIG] account_payment_order: Migration to v14 2022-03-09 17:58:47 +01:00
Jesús Alan Ramos Rodríguez
6d486d8b93 [MIG] account_payment_order: Migration to 14.0 2022-03-09 17:58:47 +01:00
Pedro M. Baeza
4a8f7ea705 [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.
2022-03-09 17:58:47 +01:00
Raf Ven
10a529c859 [MIG] account_payment_order: Migration to 13.0 2022-03-09 17:58:47 +01:00
Raf Ven
4f076b21f4 [IMP] account_payment_order: black, isort 2022-03-09 17:58:47 +01:00
Ernesto Tejeda
b76448c265 [IMP] account_payment_order: change 'bill reference' column value in reports 2022-03-09 17:58:47 +01:00
Sergio Teruel
829975de4d [FIX] account_payment_order: Fix payment order report. Adapt to bootstrap4 2022-03-09 17:58:47 +01:00
Rubén Cerdà
6c460b13e4 [FIX] account_payment_order: report title 2022-03-09 17:58:47 +01:00
Rubén Cerdà
63217c9da2 [FIX] account_payment_order: report totals 2022-03-09 17:58:47 +01:00
Rubén Cerdà
1386584941 [FIX] account_payment_order: wrong function name 2022-03-09 17:58:47 +01:00
Pedro M. Baeza
82d1cade74 [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.
2022-03-09 17:58:47 +01:00
Enric Tobella
7f952ecb74 [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
2022-03-09 17:58:47 +01:00
Andrea
f8fca49636 [11.0][FIX] account_payment_order: printing report 2022-03-09 17:58:47 +01:00
Jordi Ballester
664efc93c5 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.
2022-03-09 17:58:47 +01:00
etobella
4cc8a3aa8e [MIG] account_payment_order 2022-03-09 17:58:47 +01:00
Gilles Meyomesse (ACSONE)
75b0e49949 [ADD] report for payment order (#370) 2022-03-09 17:58:47 +01:00