diff --git a/README.md b/README.md
index 47573968e..680187188 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ addon | version | maintainers | summary
[edi_exchange_deduplicate_oca](edi_exchange_deduplicate_oca/) | 16.0.1.1.0 |
| Introduce a deduplication mechanism at the sending step
[edi_exchange_template_oca](edi_exchange_template_oca/) | 16.0.1.1.2 |
| Allows definition of exchanges via templates.
[edi_notification_oca](edi_notification_oca/) | 16.0.1.0.0 | | Define notification activities on exchange records.
-[edi_oca](edi_oca/) | 16.0.1.15.2 |
| Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges.
+[edi_oca](edi_oca/) | 16.0.1.15.3 |
| Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges.
[edi_partner_oca](edi_partner_oca/) | 16.0.1.0.1 | | EDI framework configuration and base logic for partners
[edi_party_data_oca](edi_party_data_oca/) | 16.0.1.0.0 |
| Allow to configure and retrieve party information for EDI exchanges.
[edi_product_multi_barcode_oca](edi_product_multi_barcode_oca/) | 16.0.1.0.0 | | EDI framework configuration and base logic for product barcodes.
diff --git a/edi_oca/README.rst b/edi_oca/README.rst
index 5cb743472..675b571d6 100644
--- a/edi_oca/README.rst
+++ b/edi_oca/README.rst
@@ -11,7 +11,7 @@ EDI
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:5deb629577c62c6f033ca7ce09d9f168d29963e21a8114b6d585eeddb865ae5e
+ !! source digest: sha256:203da896d151cf7a0def1ed1dda0f02d120e2b010be85f64f0f817e90298e707
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/edi_oca/__manifest__.py b/edi_oca/__manifest__.py
index cc959d9ff..e6cb49bb1 100644
--- a/edi_oca/__manifest__.py
+++ b/edi_oca/__manifest__.py
@@ -9,7 +9,7 @@
Define backends, exchange types, exchange records,
basic automation and views for handling EDI exchanges.
""",
- "version": "16.0.1.15.2",
+ "version": "16.0.1.15.3",
"website": "https://github.com/OCA/edi-framework",
"development_status": "Beta",
"license": "LGPL-3",
diff --git a/edi_oca/models/edi_exchange_record.py b/edi_oca/models/edi_exchange_record.py
index a8d379a70..a913f53fe 100644
--- a/edi_oca/models/edi_exchange_record.py
+++ b/edi_oca/models/edi_exchange_record.py
@@ -629,7 +629,7 @@ def _search(
offset=offset + len(orig_ids),
limit=limit,
order=order,
- count=count,
+ count=False,
access_rights_uid=access_rights_uid,
)[: limit - len(result)]
)
diff --git a/edi_oca/static/description/index.html b/edi_oca/static/description/index.html
index 184e3031b..815ac86c3 100644
--- a/edi_oca/static/description/index.html
+++ b/edi_oca/static/description/index.html
@@ -372,7 +372,7 @@
Base EDI backend.