Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
- Carlos Sánchez Cifuentes \<<csanchez@grupovermon.com>\>
- Pedro M. Baeza \<<pedro.baeza@tecnativa.com>\>
- Oihane Crucelaegui \<<oihanecrucelaegi@avanzosc.es>\>
- Pierre Verkest \<<pverkest@anybox.fr>\>
- Vicent Cubells \<<vicent.cubells@tecnativa.com>\>
- David Vidal \<<david.vidal@tecnativa.com>\>
- Duc, Dao Dong \<<duc.dd@komit-consulting.com>\>
(<https://komit-consulting.com>)
- Raf Ven \<<raf.ven@dynapps.be>\>

View File

@@ -0,0 +1,9 @@
This module adds 2 buttons on sale orders (below sale order lines) that:
- Recalculates the prices of the order lines that contain a product in
them.
- Reset product descriptions from current product information.
It is launched manually as a button to get the user to decide if they
want to recalculate prices when the pricelist is changed or, after
duplicating a sale order, wether to update sales information or not.

View File

@@ -0,0 +1,2 @@
You need to install sale_management module for accessing the needed
menus.

View File

@@ -0,0 +1,3 @@
- In a sale order with lot of lines, the recalculation may slow down,
because sale general data (amount untaxed, amount taxed...) are
recalculated for each line.

View File

@@ -0,0 +1,8 @@
Inside a sale order, you can click on "Recalculate prices" to launch a
recalculation of all the prices of the lines, losing previous custom
prices.
The second "Reset descriptions" will get descriptions from products,
losing custom descriptions.
![Sale order price recalculation](/sale_order_price_recalculation/static/description/sale_order_price_recalculation.drawio.png)