Skip to content

Commit

Permalink
Merge PR #177 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by sbejaoui
  • Loading branch information
OCA-git-bot committed Oct 26, 2023
2 parents 1eca8ad + 01899c9 commit 2de4e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brand_external_report_layout/views/report_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<t t-else="" t-set="brand_id" t-value="0" />
<t
t-if="o and 'brand_id' in o.fields_get() and o.brand_id and o.brand_id.external_report_layout_id"
t-call="{{o.brand_id.external_report_layout_id.key}}"
t-call="{{o.brand_id.external_report_layout_id.sudo().key}}"
>
<t t-set="company" t-value="o.brand_id.sudo()" />
<t t-raw="0" />
Expand Down

0 comments on commit 2de4e46

Please sign in to comment.