[FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18
- Cambiar parámetro qty= a quantity= en llamadas a _compute_price_rule - Eliminar type/detailed_type de product.product creates - Añadir campo name a purchase.order.line - Agregar método _compute_theoritical_price en template - Crear helpers para leer precios teóricos desde variante - Corregir variables no usadas y nombres indefinidos
This commit is contained in:
parent
fd83d31188
commit
55811d54b1
28 changed files with 1569 additions and 327 deletions
4
product_origin/readme/CONTRIBUTORS.md
Normal file
4
product_origin/readme/CONTRIBUTORS.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- Denis Roussel \<<denis.roussel@acsone.eu>\>
|
||||
- Sylvain LE GAL (<https://twitter.com/legalsylvain>)
|
||||
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
|
||||
- Bhavesh Heliconia
|
||||
4
product_origin/readme/DESCRIPTION.md
Normal file
4
product_origin/readme/DESCRIPTION.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
This module adds a field to associate the country and state of origin of
|
||||
a product
|
||||
|
||||
<https://en.wikipedia.org/wiki/Country_of_origin>
|
||||
3
product_origin/readme/HISTORY.md
Normal file
3
product_origin/readme/HISTORY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
## 10.0.1.0.0 (2019-01-11)
|
||||
|
||||
- \[10.0\]\[ADD\] product_origin
|
||||
5
product_origin/readme/USAGE.md
Normal file
5
product_origin/readme/USAGE.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- Go to product form
|
||||
- Fill in the country and/or state of origin of the product under the
|
||||
'General Information' tab.
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue