diff --git a/README.md b/README.md
index f70c26f5c1..edc5d4c9ba 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[base_edi](base_edi/) | 18.0.1.0.1 | [](https://github.com/simahawk) | Base module to aggregate EDI features.
+[sale_order_customer_free_ref](sale_order_customer_free_ref/) | 18.0.1.0.0 | | Splits the Customer Reference on sale orders into two fields. An Id and a Free reference. The existing field is transformed into a computed one.
[//]: # (end addons)
diff --git a/sale_order_customer_free_ref/README.rst b/sale_order_customer_free_ref/README.rst
index 047017f609..815db36ddd 100644
--- a/sale_order_customer_free_ref/README.rst
+++ b/sale_order_customer_free_ref/README.rst
@@ -7,7 +7,7 @@ Sale Order Customer Free Reference
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:307b153c684bdaa8bbefae3c8d10181063f579a04974ce4c3a6f8b41ccfc2cf3
+ !! source digest: sha256:89e8d1db4e08e9d4769d25c26f92fe7c46464ddea058adee0a38a7c108a81907
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/sale_order_customer_free_ref/static/description/index.html b/sale_order_customer_free_ref/static/description/index.html
index 9495212ee2..d8094ad415 100644
--- a/sale_order_customer_free_ref/static/description/index.html
+++ b/sale_order_customer_free_ref/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 @@
The goal of this module is to improve on the client_order_ref on
@@ -425,7 +426,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 e92d8d778e..ddcf4f122e 100644
--- a/setup/_metapackage/pyproject.toml
+++ b/setup/_metapackage/pyproject.toml
@@ -1,8 +1,9 @@
[project]
name = "odoo-addons-oca-edi"
-version = "18.0.20241024.0"
+version = "18.0.20250214.0"
dependencies = [
"odoo-addon-base_edi==18.0.*",
+ "odoo-addon-sale_order_customer_free_ref==18.0.*",
]
classifiers=[
"Programming Language :: Python",