Commit Graph

16 Commits

Author SHA1 Message Date
Carlos Roca
a7a5006ff4 [MIG] account_payment_order: Migration to v14 2021-01-05 14:17:34 +01:00
Jesús Alan Ramos Rodríguez
bd5c8b24ec [MIG] account_payment_order: Migration to 14.0 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
Sergio Teruel
1e77d4ff6d [FIX] account_payment_order: Fix payment order report. Adapt to bootstrap4 2021-01-05 14:03:52 +01:00
Rubén Cerdà
ca9d02e91a [FIX] account_payment_order: report title 2021-01-05 14:03:52 +01:00
Rubén Cerdà
30780488f8 [FIX] account_payment_order: report totals 2021-01-05 14:03:52 +01:00
Rubén Cerdà
da564eb1b8 [FIX] account_payment_order: wrong function name 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
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
Andrea
44c45ead68 [11.0][FIX] account_payment_order: printing report 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