Skip to content

Commit

Permalink
[MIG] portal_pos_order_amount: Migration to 16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
  • Loading branch information
carmenbianca committed Oct 9, 2023
1 parent 731c397 commit 4744abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion portal_pos_order_amount/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
""",
"author": "Coop IT Easy SC",
"license": "AGPL-3",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"website": "https://github.com/beescoop/Obeesdoo",
"category": "Website",
"depends": ["portal", "point_of_sale"],
Expand Down
4 changes: 2 additions & 2 deletions portal_pos_order_amount/templates/portal_pos_order_amount.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
inherit_id="portal.portal_layout"
>
<xpath expr="//div[hasclass('o_portal_my_details')]" position="after">
<div class="o_my_details_eater mt-2">
<h4 class="page-header">Purchases</h4>
<div class="o_my_details_eater mt-3">
<h4>Purchases</h4>
<hr class="mt-1 mb-0" />
<p>
You have purchased a total amount of
Expand Down

0 comments on commit 4744abe

Please sign in to comment.