`__:
- - Tris Doan tridm@trobz.com
+ - Tris Doan tridm@trobz.com
Other credits
-------------
diff --git a/pos_divide_order_summary/static/description/index.html b/pos_divide_order_summary/static/description/index.html
index 80910a87d1..3e85ce96f4 100644
--- a/pos_divide_order_summary/static/description/index.html
+++ b/pos_divide_order_summary/static/description/index.html
@@ -367,7 +367,7 @@ POS Divider Order Summary
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:74f98f69690e55ea631273a81f233e7aa5c012ae46e3305f86345dff884fc2f4
+!! source digest: sha256:7ecaba1c2e0b6f5d0e9fc9fc479d9cc47398b0d24e47f64b1e37510b51f98131
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Divides the order summary into two parts allowing adding content to the
From bee5202586b5011b93fc61826d8ace93e3c3a665 Mon Sep 17 00:00:00 2001
From: mymage
Date: Fri, 11 Apr 2025 14:16:57 +0000
Subject: [PATCH 06/12] Added translation using Weblate (Italian)
---
pos_divide_order_summary/i18n/it.po | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 pos_divide_order_summary/i18n/it.po
diff --git a/pos_divide_order_summary/i18n/it.po b/pos_divide_order_summary/i18n/it.po
new file mode 100644
index 0000000000..d674bebc98
--- /dev/null
+++ b/pos_divide_order_summary/i18n/it.po
@@ -0,0 +1,27 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_divide_order_summary
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 18.0\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#. module: pos_divide_order_summary
+#. odoo-javascript
+#: code:addons/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml:0
+msgid "Taxes"
+msgstr ""
+
+#. module: pos_divide_order_summary
+#. odoo-javascript
+#: code:addons/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml:0
+msgid "Total"
+msgstr ""
From 7e87bdf117c80f40f08f5d027f93dbf7a62a929b Mon Sep 17 00:00:00 2001
From: trisdoan
Date: Fri, 16 May 2025 10:49:54 +0700
Subject: [PATCH 07/12] [FIX] pos_display_*: refactor to show extra info only
in Product screen
Before this commit, extra info were shown on Receipt,... which is
prohibited in some countries
---
.../src/xml/pos_divide_order_summary.xml | 39 +++----------------
.../tours/DivideOrderSummary.tour.esm.js | 2 +-
2 files changed, 6 insertions(+), 35 deletions(-)
diff --git a/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml b/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml
index 3e7da57334..539351e976 100644
--- a/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml
+++ b/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml
@@ -5,41 +5,12 @@ Copyright (C) 2024 - Camptocamp
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
-
-
-
+
+
+ id="extra-info-container"
+ class="order-summary d-flex flex-column gap-1 px-3 py-2 border-top fw-bolder lh-sm rounded-3 bg-white"
+ />
diff --git a/pos_divide_order_summary/static/tests/tours/DivideOrderSummary.tour.esm.js b/pos_divide_order_summary/static/tests/tours/DivideOrderSummary.tour.esm.js
index 41d0794c85..f6d96ed871 100644
--- a/pos_divide_order_summary/static/tests/tours/DivideOrderSummary.tour.esm.js
+++ b/pos_divide_order_summary/static/tests/tours/DivideOrderSummary.tour.esm.js
@@ -12,7 +12,7 @@ registry.category("web_tour.tours").add("DivideOrderSummary", {
ProductScreen.clickDisplayedProduct("Desk Organizer"),
inLeftSide({
content: "Check Summary is divided",
- trigger: ".product-screen:has(div.summary-left)",
+ trigger: ".product-screen:has(div#extra-info-container)",
}),
Chrome.endTour(),
].flat(),
From 773dcb64fcf937104febb46a93e45873cadcbf84 Mon Sep 17 00:00:00 2001
From: oca-ci
Date: Mon, 26 May 2025 04:48:09 +0000
Subject: [PATCH 08/12] [UPD] Update pos_divide_order_summary.pot
---
.../i18n/pos_divide_order_summary.pot | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/pos_divide_order_summary/i18n/pos_divide_order_summary.pot b/pos_divide_order_summary/i18n/pos_divide_order_summary.pot
index 8d44a4c91c..aadee09bfe 100644
--- a/pos_divide_order_summary/i18n/pos_divide_order_summary.pot
+++ b/pos_divide_order_summary/i18n/pos_divide_order_summary.pot
@@ -1,6 +1,5 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
-# * pos_divide_order_summary
#
msgid ""
msgstr ""
@@ -12,15 +11,3 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
-
-#. module: pos_divide_order_summary
-#. odoo-javascript
-#: code:addons/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml:0
-msgid "Taxes"
-msgstr ""
-
-#. module: pos_divide_order_summary
-#. odoo-javascript
-#: code:addons/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml:0
-msgid "Total"
-msgstr ""
From 3e97f22562df89af5bdbd6cf54d68cb66fd0ddc1 Mon Sep 17 00:00:00 2001
From: Weblate
Date: Mon, 26 May 2025 04:51:37 +0000
Subject: [PATCH 09/12] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: pos-18.0/pos-18.0-pos_divide_order_summary
Translate-URL: https://translation.odoo-community.org/projects/pos-18-0/pos-18-0-pos_divide_order_summary/
---
pos_divide_order_summary/i18n/it.po | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pos_divide_order_summary/i18n/it.po b/pos_divide_order_summary/i18n/it.po
index d674bebc98..ce292a9b7a 100644
--- a/pos_divide_order_summary/i18n/it.po
+++ b/pos_divide_order_summary/i18n/it.po
@@ -13,15 +13,3 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-
-#. module: pos_divide_order_summary
-#. odoo-javascript
-#: code:addons/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml:0
-msgid "Taxes"
-msgstr ""
-
-#. module: pos_divide_order_summary
-#. odoo-javascript
-#: code:addons/pos_divide_order_summary/static/src/xml/pos_divide_order_summary.xml:0
-msgid "Total"
-msgstr ""
From 6f89bb45afe539bb53641a1669636ba0ba977667 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?=
Date: Thu, 12 Mar 2026 17:13:43 +0100
Subject: [PATCH 10/12] [FIX] pos_divide_order_summary: Fix tests to prevent
access error
Related to https://github.com/odoo/odoo/pull/240587
---
pos_divide_order_summary/tests/test_frontend.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pos_divide_order_summary/tests/test_frontend.py b/pos_divide_order_summary/tests/test_frontend.py
index 3fae9a35fa..557ca539bd 100644
--- a/pos_divide_order_summary/tests/test_frontend.py
+++ b/pos_divide_order_summary/tests/test_frontend.py
@@ -8,6 +8,12 @@
@odoo.tests.tagged("post_install", "-at_install")
class TestDivideOrderSummary(TestPointOfSaleHttpCommon):
+ # TODO: Delete if merged https://github.com/odoo/odoo/pull/240587
+ @classmethod
+ def setUpClass(cls):
+ super().setUpClass()
+ cls.pos_user.groups_id += cls.env.ref("base.group_system")
+
def test_divide_order_summary(self):
self.main_pos_config.with_user(self.pos_user).open_ui()
self.start_tour(
From ca70042a2dd0f2620b0e37f636c3bb208aa51adf Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Thu, 12 Mar 2026 16:50:07 +0000
Subject: [PATCH 11/12] [BOT] post-merge updates
---
pos_divide_order_summary/README.rst | 8 ++++--
pos_divide_order_summary/__manifest__.py | 2 +-
.../static/description/index.html | 28 +++++++++++--------
3 files changed, 24 insertions(+), 14 deletions(-)
diff --git a/pos_divide_order_summary/README.rst b/pos_divide_order_summary/README.rst
index c2bac439aa..4946991118 100644
--- a/pos_divide_order_summary/README.rst
+++ b/pos_divide_order_summary/README.rst
@@ -1,3 +1,7 @@
+.. image:: https://odoo-community.org/readme-banner-image
+ :target: https://odoo-community.org/get-involved?utm_source=readme
+ :alt: Odoo Community Association
+
=========================
POS Divider Order Summary
=========================
@@ -7,13 +11,13 @@ POS Divider Order Summary
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:7ecaba1c2e0b6f5d0e9fc9fc479d9cc47398b0d24e47f64b1e37510b51f98131
+ !! source digest: sha256:dfa604ef00e5f8c21ab59fe20abaf73d2c7b83c6616e6dded1ed2ad94f92c209
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github
diff --git a/pos_divide_order_summary/__manifest__.py b/pos_divide_order_summary/__manifest__.py
index 799c620133..0046a6cd0d 100644
--- a/pos_divide_order_summary/__manifest__.py
+++ b/pos_divide_order_summary/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "POS Divider Order Summary",
"summary": "POS - Divider order summary",
- "version": "18.0.1.0.0",
+ "version": "18.0.1.0.1",
"development_status": "Beta",
"category": "Point Of Sale",
"website": "https://github.com/OCA/pos",
diff --git a/pos_divide_order_summary/static/description/index.html b/pos_divide_order_summary/static/description/index.html
index 3e85ce96f4..788850b69f 100644
--- a/pos_divide_order_summary/static/description/index.html
+++ b/pos_divide_order_summary/static/description/index.html
@@ -3,7 +3,7 @@
-POS Divider Order Summary
+README.rst
-
-
POS Divider Order Summary
+
+
+
+
+
+
+
POS Divider Order Summary
-

+

Divides the order summary into two parts allowing adding content to the
left-hand side of the order summary. Other modules depend on this to be
shown correctly. For example:
@@ -391,7 +396,7 @@
POS Divider Order Summary
-
+
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -399,15 +404,15 @@
Do not contact contributors directly about support or help with technical issues.
-
+
-
+
The development and migration of this module from 17.0 to 18.0 was
financially supported by Camptocamp.
-
+
This module is maintained by the OCA.
@@ -440,5 +445,6 @@
+