details:   https://code.tryton.org/tryton/commit/fa6de53a766e
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Jan 19 09:59:37 2026 +0100
description:
        Improve layout of invoice credit form
diffstat:

 modules/account_invoice/view/credit_start_form.xml |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r db1ec8664d84 -r fa6de53a766e 
modules/account_invoice/view/credit_start_form.xml
--- a/modules/account_invoice/view/credit_start_form.xml        Sat Jan 17 
18:01:38 2026 +0100
+++ b/modules/account_invoice/view/credit_start_form.xml        Mon Jan 19 
09:59:37 2026 +0100
@@ -3,10 +3,8 @@
 this repository contains the full copyright notices and license terms. -->
 <form col="2">
     <image name="tryton-warning" xexpand="0" xfill="0"/>
-    <group col="2" id="credit_refund" yalign="0.5">
-        <label
-            string="Are you sure to credit these/this invoice(s)?"
-            id="credit" colspan="2"/>
+    <group col="2" id="credit_refund">
+        <label string="Are you sure to credit these/this invoice(s)?" 
id="credit" colspan="2" xalign="0"/>
         <label name="with_refund"/>
         <field name="with_refund"/>
         <label name="invoice_date"/>

Reply via email to