Commit Graph

14 Commits

Author SHA1 Message Date
Pedro M. Baeza
40b320a7d5 [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.
2020-04-17 19:50:46 +02:00
Raf Ven
1e6ce5225e [MIG] account_payment_order: Migration to 13.0 2020-03-17 17:12:10 +01:00
Raf Ven
3506c0ad12 [IMP] account_payment_order: black, isort 2020-03-17 17:12:10 +01:00
Ernesto Tejeda
fb34cce137 [IMP] account_payment_order: change 'bill reference' column value in reports 2020-03-17 17:11:23 +01:00
Sergio Teruel
9d12705f53 [FIX] account_payment_order: Fix payment order report. Adapt to bootstrap4 2020-03-17 17:11:23 +01:00
Rubén Cerdà
3ca275d8df [FIX] account_payment_order: report title 2020-03-17 17:11:23 +01:00
Rubén Cerdà
0284301320 [FIX] account_payment_order: report totals 2020-03-17 17:11:23 +01:00
Rubén Cerdà
87b3b8a87e [FIX] account_payment_order: wrong function name 2020-03-17 17:11:23 +01:00
Pedro M. Baeza
3d8012f2d2 [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.
2020-03-17 17:11:22 +01:00
Enric Tobella
d1617d9339 [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
2020-03-17 17:11:22 +01:00
Andrea
bdcbe4f3fa [11.0][FIX] account_payment_order: printing report 2020-03-17 17:11:22 +01:00
Jordi Ballester
3f23e9814a 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.
2020-03-17 17:11:22 +01:00
etobella
bc19537abf [MIG] account_payment_order 2020-03-17 17:11:22 +01:00
Gilles Meyomesse (ACSONE)
f24dce4593 [ADD] report for payment order (#370) 2020-03-17 17:11:22 +01:00