diff --git a/README.md b/README.md
index ca38ede6db..42db0ae344 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ addon | version | maintainers | summary
[pos_hide_cost_price_and_margin](pos_hide_cost_price_and_margin/) | 17.0.1.0.0 | | Hide Cost and Margin on PoS
[pos_lot_barcode](pos_lot_barcode/) | 17.0.1.0.2 | | Scan barcode to enter lot/serial numbers
[pos_lot_selection](pos_lot_selection/) | 17.0.1.0.1 | | POS Lot Selection
+[pos_order_copy](pos_order_copy/) | 17.0.1.0.0 | | Copy Orders from PoS Frontend
[pos_order_to_sale_order](pos_order_to_sale_order/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | PoS Order To Sale Order
[pos_partner_birthdate](pos_partner_birthdate/) | 17.0.1.1.0 | [![ecino](https://github.com/ecino.png?size=30px)](https://github.com/ecino) | Adds the birthdate in the customer screen of POS
[pos_partner_firstname](pos_partner_firstname/) | 17.0.1.0.1 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | POS Support of partner firstname
diff --git a/pos_order_copy/README.rst b/pos_order_copy/README.rst
index 57f35c1ab5..508a0cff4a 100644
--- a/pos_order_copy/README.rst
+++ b/pos_order_copy/README.rst
@@ -7,7 +7,7 @@ Pos Order Copy
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:15afbcfbd7ff0b646b5bbb008dbfdb7eff8cb51b08b53172535d77f16b3ea7b3
+ !! source digest: sha256:e364bed966a3064bc5f20442ec0663ea0678e280b5904781033072fedf94b4b0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/pos_order_copy/static/description/index.html b/pos_order_copy/static/description/index.html
index 29bceea8e8..0b6a8c7ef7 100644
--- a/pos_order_copy/static/description/index.html
+++ b/pos_order_copy/static/description/index.html
@@ -8,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -366,7 +367,7 @@
Copy orders on point of sale view.
@@ -411,7 +412,9 @@
This module is maintained by the OCA.
-
+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml
index daf9e65773..23ba9b69f2 100644
--- a/setup/_metapackage/pyproject.toml
+++ b/setup/_metapackage/pyproject.toml
@@ -1,10 +1,11 @@
[project]
name = "odoo-addons-oca-pos"
-version = "17.0.20241001.0"
+version = "17.0.20241103.0"
dependencies = [
"odoo-addon-pos_hide_cost_price_and_margin>=17.0dev,<17.1dev",
"odoo-addon-pos_lot_barcode>=17.0dev,<17.1dev",
"odoo-addon-pos_lot_selection>=17.0dev,<17.1dev",
+ "odoo-addon-pos_order_copy>=17.0dev,<17.1dev",
"odoo-addon-pos_order_to_sale_order>=17.0dev,<17.1dev",
"odoo-addon-pos_partner_birthdate>=17.0dev,<17.1dev",
"odoo-addon-pos_partner_firstname>=17.0dev,<17.1dev",