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

Modifs Date / Signature devis / intitulé date

parent dc49c439
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -32,18 +32,18 @@ ...@@ -32,18 +32,18 @@
</div> </div>
<div t-if="doc.confirmation_date and doc.state not in ['draft','sent']" class="col-auto mw-100 mb-2"> <div t-if="doc.confirmation_date and doc.state not in ['draft','sent']" class="col-auto mw-100 mb-2">
<strong>Date de la commande:</strong> <strong>Date de la commande:</strong>
<p class="m-0" t-field="doc.confirmation_date"/> <p class="m-0" t-field="doc.confirmation_date" t-options='{"format": "dd/MM/yyyy"}'/>
</div> </div>
<div t-if="doc.date_order and doc.state in ['draft','sent']" class="col-auto mw-100 mb-2"> <div t-if="doc.date_order and doc.state in ['draft','sent']" class="col-auto mw-100 mb-2">
<strong>Date du devis:</strong> <strong>Date du devis:</strong>
<p class="m-0" t-field="doc.date_order"/> <p class="m-0" t-field="doc.date_order" t-options='{"format": "dd/MM/yyyy"}'/>
</div> </div>
<div t-if="doc.user_id.name" class="col-auto mw-100 mb-2"> <div t-if="doc.user_id.name" class="col-auto mw-100 mb-2">
<strong>Vendeur:</strong> <strong>Vendeur:</strong>
<p class="m-0" t-field="doc.user_id"/> <p class="m-0" t-field="doc.user_id"/>
</div> </div>
<div t-if="doc.validity_date and doc.state in ['draft', 'sent']" class="col-auto mw-100 mb-2"> <div t-if="doc.validity_date and doc.state in ['draft', 'sent']" class="col-auto mw-100 mb-2">
<strong>Date d'Expiration:</strong> <strong>Date de validité:</strong>
<p class="m-0" t-field="doc.validity_date" /> <p class="m-0" t-field="doc.validity_date" />
</div> </div>
</div> </div>
...@@ -181,11 +181,11 @@ ...@@ -181,11 +181,11 @@
<span t-field="doc.fiscal_position_id.note"/> <span t-field="doc.fiscal_position_id.note"/>
</p> </p>
<div class="ml16 mr64 mb32" name="signature"> <div class="ml16 mr32 mb32 mt64" name="signature">
<div class="offset-9 text-center"> <div class="offset-8 text-center">
<strong>Signature</strong> <strong>Mention manuscrite : <br/>Bon pour accord le (date + signature + cachet)</strong>
</div> </div>
<div class="offset-9 bloc-signature "> <div class="offset-8 bloc-signature ">
</div> </div>
</div> </div>
......
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