From 43bdb419b78f1d51cc82ee7030b3d33b31415890 Mon Sep 17 00:00:00 2001 From: Luis Rodriguez Date: Wed, 3 Jun 2026 09:31:36 +0200 Subject: [PATCH 1/2] [FIX] edi_oca: search with slice only can be count=False --- edi_oca/models/edi_exchange_record.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)] ) From f022a8587a2c169db1b09509133c49a3a853fae1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 11 Jun 2026 10:03:58 +0000 Subject: [PATCH 2/2] [BOT] post-merge updates --- README.md | 2 +- edi_oca/README.rst | 2 +- edi_oca/__manifest__.py | 2 +- edi_oca/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 | simahawk etobella | Introduce a deduplication mechanism at the sending step [edi_exchange_template_oca](edi_exchange_template_oca/) | 16.0.1.1.2 | simahawk | 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 | simahawk etobella | Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges. +[edi_oca](edi_oca/) | 16.0.1.15.3 | simahawk etobella | 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 | simahawk | 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/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 @@

EDI

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5deb629577c62c6f033ca7ce09d9f168d29963e21a8114b6d585eeddb865ae5e +!! source digest: sha256:203da896d151cf7a0def1ed1dda0f02d120e2b010be85f64f0f817e90298e707 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/edi-framework Translate me on Weblate Try me on Runboat

Base EDI backend.