Commit Graph

13 Commits

Author SHA1 Message Date
OCA-git-bot
35261fe621 Merge PR #677 into 12.0
Signed-off-by pedrobaeza
2020-04-17 17:41:33 +00:00
Ernesto Tejeda
83dec83724 [IMP] account_payment_order: change 'bill reference' column value in reports 2020-02-20 16:36:30 -05:00
Pedro M. Baeza
80b6550b68 [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-02-12 20:00:18 +01:00
Sergio Teruel
1a340dcfb5 [FIX] account_payment_order: Fix payment order report. Adapt to bootstrap4 2019-10-29 10:12:55 +01:00
Rubén Cerdà
7f092005d1 [FIX] account_payment_order: report title 2019-04-10 10:57:22 +02:00
Rubén Cerdà
efb60f315f [FIX] account_payment_order: report totals 2019-04-10 10:55:56 +02:00
Rubén Cerdà
e89da5884d [FIX] account_payment_order: wrong function name 2019-04-09 13:56:37 +02:00
Pedro M. Baeza
2d87bf7cdb [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.
2018-12-13 18:17:13 +01:00
Enric Tobella
72390a8fec [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
2018-12-13 17:02:13 +01:00
Andrea
0399de2dc0 [11.0][FIX] account_payment_order: printing report 2018-12-13 17:02:13 +01:00
Jordi Ballester
e8ebf4861a 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.
2018-12-13 17:02:13 +01:00
etobella
435acb4b0b [MIG] account_payment_order 2018-12-13 17:02:13 +01:00
Gilles Meyomesse (ACSONE)
3bd26a7dee [ADD] report for payment order (#370) 2018-12-13 17:02:13 +01:00