[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
18
product_origin/__manifest__.py
Normal file
18
product_origin/__manifest__.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 2018 ACSONE SA/NV
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Product Origin",
|
||||
"summary": """Adds the origin of the product""",
|
||||
"version": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"development_status": "Beta",
|
||||
"author": "ACSONE SA/NV,GRAP,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/product-attribute",
|
||||
"maintainers": ["rousseldenis", "legalsylvain"],
|
||||
"depends": ["product"],
|
||||
"data": [
|
||||
"views/product_product.xml",
|
||||
"views/product_template.xml",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue