From 51a84f1f2e93867c7df370e9189127871a5db1a5 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 7 Apr 2026 11:54:18 +0200 Subject: [PATCH] Add Payment order --- modules/purchase_trade/invoice.xml | 16 ++++++++++++++++ modules/purchase_trade/tryton.cfg | 9 +++++---- 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 modules/purchase_trade/invoice.xml diff --git a/modules/purchase_trade/invoice.xml b/modules/purchase_trade/invoice.xml new file mode 100644 index 0000000..7393b67 --- /dev/null +++ b/modules/purchase_trade/invoice.xml @@ -0,0 +1,16 @@ + + + + Payment Order + account.invoice + account.invoice + account_invoice/payment_order.fodt + + + + form_print + account.invoice,-1 + + + + diff --git a/modules/purchase_trade/tryton.cfg b/modules/purchase_trade/tryton.cfg index 11bc603..78eec8a 100755 --- a/modules/purchase_trade/tryton.cfg +++ b/modules/purchase_trade/tryton.cfg @@ -33,7 +33,8 @@ xml: global_reporting.xml derivative.xml valuation.xml - weight_report.xml - dimension.xml - backtoback.xml - account.xml + weight_report.xml + dimension.xml + backtoback.xml + invoice.xml + account.xml