Skip to content

Commit

Permalink
Merge pull request #136 from coopiteasy/9.0-fix_div_company_address
Browse files Browse the repository at this point in the history
[FIX] resource_activity: company_address div name
  • Loading branch information
remytms authored Dec 1, 2020
2 parents 5cc4734 + aa1c5b4 commit a62792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_activity/reports/layouts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<template id="extend_external_layout_header" inherit_id="report.external_layout_header">
<xpath expr="//div[@name='company_address']" position="replace">
<div class="col-xs-5">
<div class="col-xs-5" name="company_address">
<div t-if="location.address">
<div t-field="location.address"
t-field-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'
Expand Down

0 comments on commit a62792a

Please sign in to comment.