Skip to content
Extraits de code Groupes Projets
Valider b5fa067c rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[update] ref required + report view

parent 6746f56d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -47,15 +47,15 @@ ...@@ -47,15 +47,15 @@
<table class="table table-sm"> <table class="table table-sm">
<tr> <tr>
<td>Banque :</td> <td>Banque :</td>
<td><span t-field="o.bank_journal_id.bank_account_id.bank_id.name"/></td> <td><b><span t-field="o.bank_journal_id.bank_account_id.bank_id.name"/></b></td>
<td>Devise :</td> <td>Devise :</td>
<td>Euro</td> <td><b>Euro</b></td>
</tr> </tr>
<tr> <tr>
<td>RIB :</td> <td>RIB :</td>
<td><span t-field="o.bank_journal_id.bank_account_id.acc_number" /></td> <td><b><span t-field="o.bank_journal_id.bank_account_id.acc_number" /></b></td>
<td>Référence remise :</td> <td>Référence remise :</td>
<td><span t-field="o.slip_number" /></td> <td><b><span t-field="o.slip_number" /></b></td>
</tr> </tr>
</table> </table>
</div> </div>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<tbody> <tbody>
<t t-foreach="o.check_payment_ids" t-as="move_line"> <t t-foreach="o.check_payment_ids" t-as="move_line">
<tr> <tr>
<td><span t-field="move_line.date"/></td> <td><span t-field="move_line.partner_id.member_number"/></td>
<td><span t-field="move_line.partner_id.name"/></td> <td><span t-field="move_line.partner_id.name"/></td>
<td> <td>
<t t-if="o.get_bank(move_line)"> <t t-if="o.get_bank(move_line)">
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<div class="row mt64"> <div class="row mt64">
<div class="col-4"> <div class="col-4">
<div style="border: 1px solid #aaa; padding: 10px; height: 150px;" class="text-center"> <div style="border: 1px solid #aaa; padding: 10px; height: 150px;" class="text-center">
Date de remise : <span t-field="o.deposit_date"/> Date de remise : <b><span t-field="o.deposit_date"/></b>
<hr/> <hr/>
<span class="text-center">Référence</span><br/> <span class="text-center">Référence</span><br/>
<b><span t-field="o.slip_number" class="text-center"/></b> <b><span t-field="o.slip_number" class="text-center"/></b>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<field name="inherit_id" ref="account_check_deposit.account_check_deposit_view_form"/> <field name="inherit_id" ref="account_check_deposit.account_check_deposit_view_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='bank_journal_id']" position="after"> <xpath expr="//field[@name='bank_journal_id']" position="after">
<field name="slip_number"/> <field name="slip_number" required="1"/>
<button string="Check banques" type="object" name="check_bank"/> <button string="Check banques" type="object" name="check_bank"/>
</xpath> </xpath>
<xpath expr="//group[@name='check_payments']" position="before"> <xpath expr="//group[@name='check_payments']" position="before">
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter