Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
C
cgscop_account_check_deposit
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Le Filament
Confédération Générale des SCOP
cgscop_account_check_deposit
Validations
b5fa067c
Valider
b5fa067c
rédigé
Il y a 4 ans
par
Benjamin - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[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
Modifications
2
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
report/report_check_deposit.xml
+6
-6
6 ajouts, 6 suppressions
report/report_check_deposit.xml
views/account_deposit.xml
+1
-1
1 ajout, 1 suppression
views/account_deposit.xml
avec
7 ajouts
et
7 suppressions
report/report_check_deposit.xml
+
6
−
6
Voir le fichier @
b5fa067c
...
@@ -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>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
views/account_deposit.xml
+
1
−
1
Voir le fichier @
b5fa067c
...
@@ -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"
>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter