Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 20 additions & 16 deletions README.md

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions deltatech_dc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,22 @@ Declaration of Conformity
.. contents::
:local:

Changelog
=========

Changelog
=========

19.0.1.0.12 (2026-08-15)
------------------------

- Fix: added the missing ``stock_account`` dependency.
``report/report_dc.py`` calls
``account.move._get_invoiced_lot_values()``, which is defined in
``stock_account`` (and extended by ``sale_stock``). The module only
worked when another addon in the same database pulled
``stock_account`` in.

Bug Tracker
===========

Expand Down
7 changes: 4 additions & 3 deletions deltatech_dc/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down
19 changes: 19 additions & 0 deletions deltatech_delivery_status/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,25 @@ and payment processes.
Changelog
=========

19.0.2.3.0
==========

- Comenzile cu livrarea amânată pot fi acum **găsite**: filtru „Livrare
amânată" în căutarea comenzilor de vânzare și „Amânată" în căutarea
transferurilor. Fără ele, un flux care cere eliberare manuală era
practic imposibil de operat — butonul „Eliberează" apare doar pe
comanda deschisă, iar comenzile care așteptau nu erau vizibile
nicăieri.
- ``sale.order.postponed_delivery`` devine **căutabil** (metodă
``search`` care se traduce în ``picking_ids.postponed``, câmp stocat).
Fiind calculat și nestocat, nu putea fi folosit în niciun domeniu —
nici în filtre predefinite, nici în filtre personalizate create de
utilizator din interfață.
- Acțiunile server „Postpone Delivery" / „Release Delivery" au acum
``binding_model_id``, deci apar în meniul *Acțiuni* și permit operarea
**în masă** din lista de comenzi, nu doar una câte una.
- Test nou pentru căutarea pe ``postponed_delivery`` (inclusiv negarea).

19.0.2.2.0 (2026-08-04)
-----------------------

Expand Down
7 changes: 4 additions & 3 deletions deltatech_delivery_status/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down
308 changes: 290 additions & 18 deletions deltatech_image_optimize/README.rst

Large diffs are not rendered by default.

232 changes: 173 additions & 59 deletions deltatech_image_optimize/static/description/index.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions deltatech_kit_price/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,25 @@ Usage
.. contents::
:local:

Changelog
=========

Changelog
=========

19.0.0.0.2 (2026-08-15)
-----------------------

- Fix: added the missing ``mrp_account`` dependency.
``_compute_purchase_price()`` calls
``product.product._compute_bom_price()``, which is defined in
``mrp_account``. Since ``mrp_account`` is ``auto_install`` and Odoo 19
test databases are built with ``--skip-auto-install``, the module only
worked when another addon in the same database required
``mrp_account`` explicitly (``deltatech_mrp_cost`` did). Installed on
its own, both tests failed with
``AttributeError: 'product.product' object has no attribute '_compute_bom_price'``.

Bug Tracker
===========

Expand Down
7 changes: 4 additions & 3 deletions deltatech_kit_price/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down
98 changes: 98 additions & 0 deletions deltatech_partner_merge/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
=====================
Partner Merge in Bulk
=====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:52af57a948e35cc060d2788eb07f2e3c2b70a493007accb58ea92e834f263b57
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/github-dhongu%2Fdeltatech-lightgray.png?logo=github
:target: https://github.com/dhongu/deltatech/tree/19.0/deltatech_partner_merge
:alt: dhongu/deltatech

|badge1| |badge2|

Merges partner records that share the same VAT number, in bulk.

Odoo's own merge wizard walks the foreign keys **group by group**: for
every pair it goes through all ~158 columns that reference
``res_partner``. Fine for a handful of duplicates; for thousands of
groups it means hundreds of thousands of statements and does not finish
in any reasonable window.

This module inverts the loops — **one statement per column for the whole
batch** — and keeps foreign keys enabled throughout, so integrity is
guaranteed by PostgreSQL rather than by the procedure being right. On a
production database of 538.000 partners, merging 5.350 records took
about four and a half minutes.

**Safety.** The simulation is not a flag you can forget: it runs the
whole merge on a separate transaction and rolls it back, so it cannot
write even if something is wrong. Applying is a distinct step, guarded
by its own access group, and refuses to finish if any reference is left
pointing at an absorbed record.

**What it does not touch by itself.** Groups whose unreconciled balance
is spread over several records are classified apart — merging those
moves money between ledgers and belongs with the accountant. Also left
out: groups holding your own company record, groups with portal users on
more than one record, and groups whose names differ completely on the
same VAT number.

**Kept record.** Chosen by document volume — most invoices, then most
sales orders, then oldest. Since that is not the same as name quality,
the surviving record is flagged when its name looks mangled at import,
with the names of the absorbed records alongside for correction.

The same procedure is available as plain SQL scripts in
``deltatech/scripts/partner_merge/``, for when it has to be run outside
Odoo.

**Table of contents**

.. contents::
:local:

Changelog
=========

19.0.1.0.0 (2026-08-18)
-----------------------

- Add: bulk merge of partners duplicated on the same VAT number, with
classification, guards, simulation on a rolled-back transaction, and
verification against a snapshot taken before the merge. Wraps the SQL
procedure from ``deltatech/scripts/partner_merge/``, validated on a
client's staging database (575 records merged in three batches, zero
discrepancies on invoices, orders, deliveries and unreconciled
balance).

Bug Tracker
===========

Bugs are tracked on `Terrabit Issues <https://www.terrabit.ro/helpdesk>`_.
In case of trouble, please check there if your issue has already been reported.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Terrabit

Maintainers
-----------

This module is part of the `dhongu/deltatech <https://github.com/dhongu/deltatech/tree/19.0/deltatech_partner_merge>`_ project on GitHub.

You are welcome to contribute.
Loading
Loading