Commit Graph

18 Commits

Author SHA1 Message Date
Pedro M. Baeza
8e1a230230 [FIX] account_payment_order: treet2 > street2 2023-04-25 19:22:57 +02:00
Wolfgang Pichler
0c98de15fa [MIG] account_payment_order: Migration to 16.0 2023-03-04 20:54:01 +01:00
Bert Driehuis
021cd1e1aa [FIX] account_payment_order: Fallback to payment_ref if ref is undefined 2023-03-04 19:44:00 +01:00
Miracle Ayodele
8670398081 [FIX] account_payment_order: Bind report to model 2023-03-04 19:44:00 +01:00
Carlos Roca
16274598ac [MIG] account_payment_order: Migration to v14 2023-03-04 19:42:47 +01:00
Jesús Alan Ramos Rodríguez
c65a93af5b [MIG] account_payment_order: Migration to 14.0 2023-03-04 19:42:47 +01:00
Pedro M. Baeza
96c1587079 [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.
2023-03-04 19:39:08 +01:00
Raf Ven
6cbf2bd82d [MIG] account_payment_order: Migration to 13.0 2023-03-04 19:39:08 +01:00
Raf Ven
284fe5c01c [IMP] account_payment_order: black, isort 2023-03-04 19:39:08 +01:00
Ernesto Tejeda
cd562afe74 [IMP] account_payment_order: change 'bill reference' column value in reports 2023-03-04 19:39:08 +01:00
Sergio Teruel
a24125c961 [FIX] account_payment_order: Fix payment order report. Adapt to bootstrap4 2023-03-04 19:39:08 +01:00
Rubén Cerdà
a3a7808bd5 [FIX] account_payment_order: wrong function name + report totals + report title 2023-03-04 19:38:55 +01:00
Pedro M. Baeza
297b91ec86 [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.
2023-03-04 11:17:14 +01:00
Enric Tobella
efafee2996 [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
2023-03-04 11:17:14 +01:00
Andrea
5b82ec781b [11.0][FIX] account_payment_order: printing report 2023-03-04 11:17:14 +01:00
Jordi Ballester
a16d23c0ee 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.
2023-03-04 11:17:14 +01:00
etobella
2443cf0036 [MIG] account_payment_order 2023-03-04 11:16:04 +01:00
Gilles Meyomesse (ACSONE)
0bb431baac [ADD] report for payment order (#370) 2023-03-04 11:16:04 +01:00