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

[ADD]Add plant and length picking report

parent 814afb43
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -45,7 +45,9 @@ ...@@ -45,7 +45,9 @@
class="o_force_ltr" class="o_force_ltr"
t-field="company.phone" t-field="company.phone"
/></t> /></t>
<t t-if="company.email"> - <span t-field="company.email" /></t> <t t-if="company.email"> - <span
t-field="company.email"
/></t>
<t t-if="company.website"> - <span <t t-if="company.website"> - <span
t-field="company.website" t-field="company.website"
/></t> /></t>
......
...@@ -16,9 +16,20 @@ ...@@ -16,9 +16,20 @@
t-field="o.scheduled_date" t-field="o.scheduled_date"
t-options='{"widget": "date"}' t-options='{"widget": "date"}'
/></p> /></p>
<p t-if="o.user_id" class="m-0">Référent du projet <span <p
t-field="o.user_id" t-if="o.user_id"
/></p> class="m-0"
>Référent du projet: <span t-field="o.user_id" /></p>
<p
t-if="o.intervention_length"
class="m-0"
>Longueur de Haie: <span
t-field="o.intervention_length"
/><span> m</span></p>
<p
t-if="o.plant_qty"
class="m-0"
>Nombre de Plants: <span t-field="o.plant_qty" /></p>
</div> </div>
</div> </div>
<div class="col-4" name="div_outgoing_address"> <div class="col-4" name="div_outgoing_address">
......
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