Skip to content

Commit

Permalink
[IMP] replace xml_id by key to make possible to use qweb created via …
Browse files Browse the repository at this point in the history
…UI, cortesy @remytms
  • Loading branch information
legalsylvain committed Dec 9, 2022
1 parent 2fe368b commit 45df496
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions product_print_category/report/report_pricetag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<t t-call="web.html_container">
<t t-foreach="categories_data" t-as="category_data">
<div class="page">
<t
t-call="#{ category_data['print_category'].qweb_view_id.xml_id }"
/>
<t t-call="#{ category_data['print_category'].qweb_view_id.key }" />
</div>
</t>
</t>
Expand Down

0 comments on commit 45df496

Please sign in to comment.