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 @@
<table class="table table-sm">
<tr>
<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>Euro</td>
<td><b>Euro</b></td>
</tr>
<tr>
<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><span t-field="o.slip_number" /></td>
<td><b><span t-field="o.slip_number" /></b></td>
</tr>
</table>
</div>
......@@ -75,7 +75,7 @@
<tbody>
<t t-foreach="o.check_payment_ids" t-as="move_line">
<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>
<t t-if="o.get_bank(move_line)">
......@@ -108,7 +108,7 @@
<div class="row mt64">
<div class="col-4">
<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/>
<span class="text-center">Référence</span><br/>
<b><span t-field="o.slip_number" class="text-center"/></b>
......
......@@ -10,7 +10,7 @@
<field name="inherit_id" ref="account_check_deposit.account_check_deposit_view_form"/>
<field name="arch" type="xml">
<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"/>
</xpath>
<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