Skip to content
Extraits de code Groupes Projets
Valider f1ceacad rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Traductions devis

parent 61c29a35
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -8,15 +8,15 @@ ...@@ -8,15 +8,15 @@
<xpath expr="//div[@id='informations']" position="replace"> <xpath expr="//div[@id='informations']" position="replace">
<div class="row mt32 mb32" id="informations"> <div class="row mt32 mb32" id="informations">
<div t-if="doc.client_order_ref" class="col-auto col-3 mw-100 mb-2"> <div t-if="doc.client_order_ref" class="col-auto col-3 mw-100 mb-2">
<strong>Your Reference:</strong> <strong>Référence :</strong>
<p class="m-0" t-field="doc.client_order_ref"/> <p class="m-0" t-field="doc.client_order_ref"/>
</div> </div>
<div t-if="doc.date_order and doc.state not in ['draft','sent']" class="col-auto col-3 mw-100 mb-2"> <div t-if="doc.date_order and doc.state not in ['draft','sent']" class="col-auto col-3 mw-100 mb-2">
<strong>Order Date:</strong> <strong>Date de la commande :</strong>
<p class="m-0" t-field="doc.date_order" t-options="{&quot;widget&quot;: &quot;date&quot;}"/> <p class="m-0" t-field="doc.date_order" t-options="{&quot;widget&quot;: &quot;date&quot;}"/>
</div> </div>
<div t-if="doc.date_order and doc.state in ['draft','sent']" class="col-auto col-3 mw-100 mb-2"> <div t-if="doc.date_order and doc.state in ['draft','sent']" class="col-auto col-3 mw-100 mb-2">
<strong>Quotation Date:</strong> <strong>Date du devis :</strong>
<p class="m-0" t-field="doc.date_order" t-options="{&quot;widget&quot;: &quot;date&quot;}"/> <p class="m-0" t-field="doc.date_order" t-options="{&quot;widget&quot;: &quot;date&quot;}"/>
</div> </div>
<div t-if="doc.validity_date and doc.state in ['draft', 'sent']" class="col-auto col-3 mw-100 mb-2" name="expiration_date"> <div t-if="doc.validity_date and doc.state in ['draft', 'sent']" class="col-auto col-3 mw-100 mb-2" name="expiration_date">
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<p t-field="doc.incoterm.code"/> <p t-field="doc.incoterm.code"/>
</div> </div>
<div t-if="doc.user_id.name" class="col-auto col-3 mw-100 mb-2"> <div t-if="doc.user_id.name" class="col-auto col-3 mw-100 mb-2">
<strong>Salesperson:</strong> <strong>Commercial :</strong>
<p class="m-0" t-field="doc.user_id"/> <p class="m-0" t-field="doc.user_id"/>
</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