Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion l10n_ar_website_sale_ux/views/portal_address_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Hacemos este parche para evitar KeyError con el usuario de Soporte Adhoc en checkout -->
<template id="address_form_fields_company_fix" inherit_id="portal.address_form_fields">
<xpath expr="//div[contains(@t-if, 'is_used_as_billing') and contains(@t-if, &quot;res_company.country_id.code == 'AR'&quot;)]" position="attributes">
<attribute name="t-if">is_used_as_billing and request.env.company.country_code == 'AR'</attribute>
<attribute name="t-if" add="is_used_as_billing and request.env.company.country_code == 'AR' and responsibility" separator="and"/>
</xpath>
</template>
</odoo>
Loading