diff --git a/static/src/scss/layout_generic.scss b/static/src/scss/layout_generic.scss index 6f7cbb1ac4a896204206896a7414b374af5994a7..e4734c6fc8c861f2675479fe17c488056405a087 100644 --- a/static/src/scss/layout_generic.scss +++ b/static/src/scss/layout_generic.scss @@ -31,7 +31,7 @@ address .align-items-baseline { Layout Address ***/ address span[itemprop="name"] { - font-size: 20px; + font-size: 20px; } /*** diff --git a/templates/report_account.xml b/templates/report_account.xml index 1280c6ae3927bff60b38bde6de5691cc3ff5e153..02bd0c0bae02fb4f6d2785da1911be4d42baa59a 100644 --- a/templates/report_account.xml +++ b/templates/report_account.xml @@ -338,8 +338,13 @@ </t> <t t-if="len(payments_vals) > 0"> <tr class="border-black"> - <td style="background-color: #fff; color: #000;"><strong>Montant dû</strong></td> - <td class="text-right" style="background-color: #fff; color: #000;"> + <td + style="background-color: #fff; color: #000;" + ><strong>Montant dû</strong></td> + <td + class="text-right" + style="background-color: #fff; color: #000;" + > <span t-field="o.amount_residual" /> </td> </tr> diff --git a/templates/report_composition.xml b/templates/report_composition.xml index 124e3af263fcf314a7361219c07d4cc677d0d7d0..96d435f238c5c3c4807b6d028e77a882a5bfee07 100644 --- a/templates/report_composition.xml +++ b/templates/report_composition.xml @@ -45,11 +45,12 @@ </div> <!-- Adresse --> <div class="offset-5 col-4"> - <h6 t-field="doc.partner_id.name" style="font-weight: bold; margin-bottom: 0;" /> + <h6 + t-field="doc.partner_id.name" + style="font-weight: bold; margin-bottom: 0;" + /> <t t-if="doc.partner_id.street"> - <span - t-field="doc.partner_id.street" - /><br /></t> + <span t-field="doc.partner_id.street" /><br /></t> <t t-if="doc.partner_id.street2"><span t-field="doc.partner_id.street2" /><br /></t> diff --git a/templates/report_delivery_ap.xml b/templates/report_delivery_ap.xml index f11d99e4e2580db8d450257a0195c07b611ded5f..707344911bab67422c843cac303c2d342f6eab9a 100644 --- a/templates/report_delivery_ap.xml +++ b/templates/report_delivery_ap.xml @@ -70,7 +70,9 @@ <t t-foreach="set(product_category)" t-as="category"> <tr> <td colspan="4"> - <div style="padding-left: 20px;"><strong t-esc="category.name" /></div> + <div style="padding-left: 20px;"><strong + t-esc="category.name" + /></div> </td> </tr> @@ -88,7 +90,10 @@ t-field="l.product_id.description_picking" /> </td> - <td class="text-right" style="background-color: #e9ecef; border-right: 0;"> + <td + class="text-right" + style="background-color: #e9ecef; border-right: 0;" + > <span t-if="l.state != 'done'" t-field="l.product_uom_qty" @@ -99,10 +104,10 @@ /> </td> <td style="border-left: 0; width: 40px;"> - <t t-if="l.product_uom.id != %(uom.product_uom_unit)d"> - <span - t-field="l.product_uom" - /> + <t + t-if="l.product_uom.id != %(uom.product_uom_unit)d" + > + <span t-field="l.product_uom" /> </t> </td> </tr> diff --git a/templates/report_sale.xml b/templates/report_sale.xml index 19a21f8ffe303d8ebfd6fd50c20f52c0eb1cba6e..58ff04a57b55e38d0f5f88df37cd4b3bdce15db1 100644 --- a/templates/report_sale.xml +++ b/templates/report_sale.xml @@ -18,10 +18,10 @@ </h3> </xpath> <!-- Masque titre initial --> - <xpath expr="//h2[hasclass('mt16')]" position="attributes"> + <xpath expr="//h2[hasclass('mt16')]" position="attributes"> <attribute name="style">display: none;</attribute> </xpath> - + <!-- Masque Shipping & Invoice address --> <xpath expr="//t[@t-set='information_block']" position="replace" />