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,10 @@
- Xavier Jimenez \<<xavier.jimenez@qubiq.es>\>
- Nicola Malcontenti \<<nicola.malcontenti@agilebg.com>\>
- Serpent Consulting Services Pvt. Ltd. \<<support@serpentcs.com>\>
- Moisés López \<<moylop260@vauxoo.com>\>
- Yennifer Santiago \<<yennifer@vauxoo.com>\>
- Julio Serna Hernández \<<julio@vauxoo.com>\>
- Sergio Teruel \<<sergio.teruel@tecnativa.com>\>
- Lois Rilo \<<lois.rilo@forgeflow.com>\>
- Juany Davila \<<juany.davila@forgeflow.com>\>
- Carlos Reyes \<<carlos@studio73.es>\>

View File

@@ -0,0 +1,9 @@
Based on product_customerinfo, this module loads in every
sale order the customer code defined in the product and allows use the
product codes and product name configured in each products in sale
orders.
If you use Advanced price rules with formulas to define your pricing,
and choose that the price should be calculated from the partner prices
in the product form, the quantity in the sales order will be proposed
from the minimum quantity defined in the customerinfo.

View File

@@ -0,0 +1,2 @@
- Putting a minimum qty in a pricelist rule means the system will use
the option 'list price' instead of any option you chose.

View File

@@ -0,0 +1,22 @@
To use this module, you need:
- Go to product and configure *Partner product name* and *Partner
product code* for each selected customer.
![](../static/description/configuration_customer.png)
- When add order lines in sale quotation for a customer that has an
specific name and code in the product, you can search that product
with that customer name or code. Then, this values will be displayed
in product description.
![](../static/description/search_code.png)
![](../static/description/description_code.png)
- If product does not have a configuration for customer selected,
product will be search by its default code.
![](../static/description/search_code_2.png)
![](../static/description/description_code_2.png)