Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
a68700c8 by Cédric Krier at 2023-07-15T16:13:28+02:00
Align on bottom amount and state of invoice form
- - - - -


1 changed file:

- modules/account_invoice/view/invoice_form.xml


Changes:

=====================================
modules/account_invoice/view/invoice_form.xml
=====================================
@@ -31,10 +31,10 @@
             <group col="2" colspan="6" id="taxes_amount_state">
                 <field name="taxes"
                     view_ids="account_invoice.invoice_tax_view_tree_sequence"/>
-                <group col="4" colspan="1" id="amount_state" yfill="1">
-                    <group col="2" colspan="2" id="reconciled_state" yfill="1">
+                <group col="4" colspan="1" id="amount_state" yfill="1" 
yalign="1">
+                    <group col="2" colspan="2" id="reconciled_state" yfill="1" 
yalign="1">
                         <label name="reconciled"/>
                         <field name="reconciled"/>
                         <label name="state"/>
                         <field name="state"/>
                     </group>
@@ -36,9 +36,9 @@
                         <label name="reconciled"/>
                         <field name="reconciled"/>
                         <label name="state"/>
                         <field name="state"/>
                     </group>
-                    <group col="2" colspan="2" id="amount" yfill="1">
+                    <group col="2" colspan="2" id="amount" yfill="1" 
yalign="1">
                         <label name="untaxed_amount" xalign="1.0" xexpand="1"/>
                         <field name="untaxed_amount" xalign="1.0" xexpand="0"/>
                         <label name="tax_amount" xalign="1.0" xexpand="1"/>



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/a68700c8e1f6c252ad518dd412e3526110e766a9

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/a68700c8e1f6c252ad518dd412e3526110e766a9
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to