Browse Source

[IMP] remove hyphen

pull/1/head
houssine 7 years ago
parent
commit
3a8ea3daee
  1. 2
      easy_my_coop_fr/views/layout_template.xml

2
easy_my_coop_fr/views/layout_template.xml

@ -5,7 +5,7 @@
<xpath expr="//t[@t-if='company.company_registry']" position="before"> <xpath expr="//t[@t-if='company.company_registry']" position="before">
<t t-if="company.siret"> <t t-if="company.siret">
<span>Siret</span> : <span>Siret</span> :
<span t-field="company.siret"/> -
<span t-field="company.siret"/>
</t> </t>
</xpath> </xpath>
</template> </template>

Loading…
Cancel
Save