Skip to content
Extraits de code Groupes Projets
Valider 7a038ac4 rédigé par Juliana's avatar Juliana
Parcourir les fichiers

Add color AP

parent 3727c107
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -17,3 +17,37 @@ address .align-items-baseline{
color: gray('700') !important;
font-size: 15px !important;
}
.o_report_layout_boxed {
#total strong {
color: #1D4A23;
}
#informations strong {
color: #489FAE;
}
table {
thead {
tr th {
color: #489FAE;
}
}
tbody tr td {
&.o_line_section td {
background-color: rgba(29,74,35, 0.7);
}
&.is-subtotal,
td.o_price_total {
background-color: rgba(72,159,174, 0.1);
}
}
}
.row > div > table,
div#total table {
tr {
&.o_total td {
background-color: rgba(29,74,35,0.9);
}
}
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Assets for reports -->
<!-- <template id="ap_report_assets_common" inherit_id="web.report_assets_common">-->
<!-- <xpath expr="." position="inside">-->
<!-- <link rel="stylesheet" type="text/scss" href="/ap_report/static/src/scss/layout_generic.scss"/>-->
<!-- </xpath>-->
<!-- </template>-->
<template id="report_assets_common" inherit_id="web.report_assets_common">
<xpath expr="." position="inside">-->
<link rel="stylesheet" type="text/scss" href="/ap_report/static/src/scss/layout_generic.scss"/>
......@@ -27,19 +21,9 @@
</div>
<div class="col-7">
</div>
<!-- <div class="col-9 text-right" style="margin-top:22px;" t-field="company.report_header" name="moto"/>-->
</div>
</div>
<!-- <div t-if="company.logo or company.report_header" class="row zero_min_height">-->
<!-- </div>-->
<!-- <div class="row">-->
<!-- <div class="col-6" name="company_address">-->
<!-- <div t-field="company.partner_id"-->
<!-- t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'-->
<!-- />-->
<!-- </div>-->
<!-- </div>-->
</div>
<div t-attf-class="article o_report_layout_boxed o_company_#{company.id}_layout" t-att-data-oe-model="o and o._name" t-att-data-oe-id="o and o.id" t-att-data-oe-lang="o and o.env.context.get('lang')">
<div class="pt-1">
......
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