Skip to content
Snippets Groups Projects
Commit f6759650 authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

[IMP] energy_selfconsumption: format signature date %d/%m/%Y

parent ca391501
No related branches found
No related tags found
3 merge requests!201Report changes,!195[REL] 14.0.2.0.0,!192[IMP] self_consumption: adding reports and documents
This commit is part of merge request !195. Comments created here will be created in the context of that merge request.
...@@ -653,9 +653,7 @@ ...@@ -653,9 +653,7 @@
t-value=" context_timestamp(datetime.datetime.now())" t-value=" context_timestamp(datetime.datetime.now())"
/> />
En <span t-field="o.city" />, a <t En <span t-field="o.city" />, a <t
t-esc="today.strftime('%-d')" t-esc="today.strftime('%d/%m/%Y')"
/> de <t t-esc="today.strftime('%-m')" /> de <t
t-esc="today.strftime('%Y')"
/> />
</p> </p>
<p>Los <b>CONSUMIDORES</b> asociados:</p> <p>Los <b>CONSUMIDORES</b> asociados:</p>
...@@ -674,9 +672,7 @@ ...@@ -674,9 +672,7 @@
t-as="supply_point" t-as="supply_point"
> >
<tr> <tr>
<td <td style="width: auto"><t t-esc="index" /></td>
style="width: auto"
><t t-esc="index" /></td>
<td><t <td><t
t-esc="supply_point.supply_point_id.owner_id.name" t-esc="supply_point.supply_point_id.owner_id.name"
/></td> /></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment