Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
9
sale_order_price_recalculation/readme/CONTRIBUTORS.md
Executable file
9
sale_order_price_recalculation/readme/CONTRIBUTORS.md
Executable 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>\>
|
||||
9
sale_order_price_recalculation/readme/DESCRIPTION.md
Executable file
9
sale_order_price_recalculation/readme/DESCRIPTION.md
Executable 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.
|
||||
2
sale_order_price_recalculation/readme/INSTALL.md
Executable file
2
sale_order_price_recalculation/readme/INSTALL.md
Executable file
@@ -0,0 +1,2 @@
|
||||
You need to install sale_management module for accessing the needed
|
||||
menus.
|
||||
3
sale_order_price_recalculation/readme/ROADMAP.md
Executable file
3
sale_order_price_recalculation/readme/ROADMAP.md
Executable 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.
|
||||
8
sale_order_price_recalculation/readme/USAGE.md
Executable file
8
sale_order_price_recalculation/readme/USAGE.md
Executable 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.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user