Skip to content
Extraits de code Groupes Projets
Valider 5032b8df rédigé par jordan's avatar jordan
Parcourir les fichiers

[add] new module cgscop_adhesion_instance on migration to 14.0

parent 9f4e256d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from datetime import timedelta from datetime import timedelta
from odoo import api, fields, models from odoo import api, fields, models
......
.instance-layout table {
border-color: #aaa !important;
}
.instance-layout table td {
border-color: #aaa !important;
}
.instance-layout table thead tr th {
text-transform: none;
border-color: #aaa !important;
}
.instance-layout table tbody tr td,
.instance-layout > .row > table tbody tr:last-child td {
font-size: 14px;
border-right: 1px solid #aaa !important;
background-color: #fff !important;
color: #000 !important;
}
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