Skip to content

Commit

Permalink
Merge pull request #47 from Gedeelde-Weelde/feat/GED-73-alter-custome…
Browse files Browse the repository at this point in the history
…r-screen-title

feat: GED-73: Added title to customer facing display window.
  • Loading branch information
jurcello authored Jan 16, 2025
2 parents ba4214e + 0b8e96f commit 38a73c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions product_import_cwa/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"uom",
"product_food_fields",
],
"assets": {
"point_of_sale.assets": [
"product_import_cwa/static/src/xml/extend_customer_facing_display_order.xml",
],
},
"data": [
"data/res_partner.xml",
"data/ir_cron.xml",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates id="template" xml:space="preserve">
<t t-inherit="point_of_sale.CustomerFacingDisplayHead" t-inherit-mode="extension">
<xpath expr="//div[@class='resources']" position="inside">
<title>CustomerFacingDisplay</title>
</xpath>
</t>
</templates>

0 comments on commit 38a73c9

Please sign in to comment.