Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
C
cgscop_account_arescop
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_arescop
Validations
ca8a553e
Valider
ca8a553e
rédigé
12 avr. 2022
par
Benjamin - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[mig] Migration 13.0
parent
31ae3172
Branches
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
4
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
4 fichiers modifiés
.pylintrc
+1
-1
1 ajout, 1 suppression
.pylintrc
.pylintrc-mandatory
+1
-1
1 ajout, 1 suppression
.pylintrc-mandatory
__manifest__.py
+1
-1
1 ajout, 1 suppression
__manifest__.py
views/account_move.xml
+7
-7
7 ajouts, 7 suppressions
views/account_move.xml
avec
10 ajouts
et
10 suppressions
.pylintrc
+
1
−
1
Voir le fichier @
ca8a553e
...
@@ -8,7 +8,7 @@ manifest_required_authors=Le Filament
...
@@ -8,7 +8,7 @@ manifest_required_authors=Le Filament
manifest_required_keys=license
manifest_required_keys=license
manifest_deprecated_keys=description,active
manifest_deprecated_keys=description,active
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid_odoo_versions=1
4
.0
valid_odoo_versions=1
3
.0
[MESSAGES CONTROL]
[MESSAGES CONTROL]
disable=all
disable=all
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
.pylintrc-mandatory
+
1
−
1
Voir le fichier @
ca8a553e
...
@@ -8,7 +8,7 @@ manifest_required_authors=Le Filament
...
@@ -8,7 +8,7 @@ manifest_required_authors=Le Filament
manifest_required_keys=license
manifest_required_keys=license
manifest_deprecated_keys=description,active
manifest_deprecated_keys=description,active
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid_odoo_versions=1
4
.0
valid_odoo_versions=1
3
.0
[MESSAGES CONTROL]
[MESSAGES CONTROL]
disable=all
disable=all
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
__manifest__.py
+
1
−
1
Voir le fichier @
ca8a553e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
"
summary
"
:
"
Gestion de la Facturation ARESCOP National
"
,
"
summary
"
:
"
Gestion de la Facturation ARESCOP National
"
,
"
author
"
:
"
Le Filament
"
,
"
author
"
:
"
Le Filament
"
,
"
website
"
:
"
https://www.le-filament.com
"
,
"
website
"
:
"
https://www.le-filament.com
"
,
"
version
"
:
"
1
4
.0.1.0.0
"
,
"
version
"
:
"
1
3
.0.1.0.0
"
,
"
license
"
:
"
AGPL-3
"
,
"
license
"
:
"
AGPL-3
"
,
"
depends
"
:
[
"
cgscop_account
"
,
"
cgscop_cotisation
"
],
"
depends
"
:
[
"
cgscop_account
"
,
"
cgscop_cotisation
"
],
"
data
"
:
[
"
data
"
:
[
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
views/account_move.xml
+
7
−
7
Voir le fichier @
ca8a553e
...
@@ -57,22 +57,22 @@
...
@@ -57,22 +57,22 @@
<filter
<filter
name=
"unpaid"
name=
"unpaid"
string=
"Ouvert"
string=
"Ouvert"
domain=
"[('state', '=', 'posted'),('payment_state', '=', 'not_paid')]"
domain=
"[('state', '=', 'posted'),('
invoice_
payment_state', '=', 'not_paid')]"
/>
/>
<filter
<filter
name=
"in_payment"
name=
"in_payment"
string=
"En Paiement"
string=
"En Paiement"
domain=
"[('state', '=', 'posted'),('payment_state', '=', 'in_payment')]"
domain=
"[('state', '=', 'posted'),('
invoice_
payment_state', '=', 'in_payment')]"
/>
/>
<filter
<filter
name=
"paid"
name=
"paid"
string=
"Payé"
string=
"Payé"
domain=
"[('state', '=', 'posted'),('payment_state', '=', 'paid')]"
domain=
"[('state', '=', 'posted'),('
invoice_
payment_state', '=', 'paid')]"
/>
/>
<filter
<filter
name=
"late"
name=
"late"
string=
"En Retard"
string=
"En Retard"
domain=
"['&', ('invoice_date_due', '<', time.strftime('%%Y-%%m-%%d')), ('state', '=', 'posted'), ('payment_state', 'in', ('not_paid', 'partial'))]"
domain=
"['&', ('invoice_date_due', '<', time.strftime('%%Y-%%m-%%d')), ('state', '=', 'posted'), ('
invoice_
payment_state', 'in', ('not_paid', 'partial'))]"
help=
"Overdue invoices, maturity date passed"
help=
"Overdue invoices, maturity date passed"
/>
/>
<separator
/>
<separator
/>
...
@@ -126,10 +126,10 @@
...
@@ -126,10 +126,10 @@
<field
name=
"view_mode"
>
tree,kanban,form,pivot,graph
</field>
<field
name=
"view_mode"
>
tree,kanban,form,pivot,graph
</field>
<field
<field
name=
"domain"
name=
"domain"
>
[('
move_
type','in',('out_invoice', 'out_refund'))]
</field>
>
[('type','in',('out_invoice', 'out_refund'))]
</field>
<field
<field
name=
"context"
name=
"context"
>
{'
move_
type':'out_invoice', 'journal_type': 'sale'}
</field>
>
{'type':'out_invoice', 'journal_type': 'sale'}
</field>
<field
<field
name=
"search_view_id"
name=
"search_view_id"
ref=
"cgscop_account_arescop.view_account_move_arescop_filter"
ref=
"cgscop_account_arescop.view_account_move_arescop_filter"
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
<record
id=
"action_invoice_customer_tree"
model=
"ir.actions.act_window.view"
>
<record
id=
"action_invoice_customer_tree"
model=
"ir.actions.act_window.view"
>
<field
eval=
"1"
name=
"sequence"
/>
<field
eval=
"1"
name=
"sequence"
/>
<field
name=
"view_mode"
>
tree
</field>
<field
name=
"view_mode"
>
tree
</field>
<field
name=
"view_id"
ref=
"account.view_
out_
invoice_tree"
/>
<field
name=
"view_id"
ref=
"account.view_invoice_tree"
/>
<field
name=
"act_window_id"
ref=
"action_arescop_account_move"
/>
<field
name=
"act_window_id"
ref=
"action_arescop_account_move"
/>
</record>
</record>
<record
id=
"action_invoice_customer_form"
model=
"ir.actions.act_window.view"
>
<record
id=
"action_invoice_customer_form"
model=
"ir.actions.act_window.view"
>
...
...
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