Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • cb677bb57b55f845d3293038c91caaef039f9892
  • 14.0 par défaut
  • 12.0 protégée
  • 13.0
4 résultats

cgscop_fond_ingenierie_refus_wizard.py

Blame
  • account_payment.xml 680 o
    <?xml version="1.0" encoding="utf-8" ?>
    <templates xml:space="preserve">
    
        <!--  Copyright 2020 Le Filament
              License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).  -->
    
        <t t-extend="ShowPaymentInfo">
            <t t-jquery='div.oe_form_field' t-operation='replace'>
                <div
                    class="oe_form_field"
                    style="margin-right: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;"
                    t-att-title="line.date_maturity + ' - ' + line.journal_name"
                >
                    <t t-esc="line.date_maturity" /> - <t t-esc="line.journal_name" />
                </div>
            </t>
        </t>
    
    </templates>