addons-cm/product_origin
snt 55811d54b1 [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
2026-02-12 19:23:29 +01:00
..
i18n [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
models [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
readme [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
static/description [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
tests [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
views [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
__init__.py [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
__manifest__.py [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
pyproject.toml [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00
README.md [DOC] all: Reorganize and consolidate project documentation 2026-02-12 16:25:49 +01:00
README.rst [FIX] product_sale_price_from_pricelist: Actualizar tests para Odoo 18 2026-02-12 19:23:29 +01:00

Product Origin

Summary

Adds an origin field to products to track where they come from (geographic origin).

Features

  • Origin Field: Adds a text field to store the product's origin
  • Visible in Views: Shows in both product template and product variant forms
  • Simple Implementation: Extends core product models

Technical Details

Models Extended

  • product.template: Main product template
  • product.product: Product variants

Fields Added

  • origin (Char): Text field for product origin

Views Modified

  • Product Template Form
  • Product Variant Form

Dependencies

  • product (Odoo core)

Installation

docker-compose exec odoo odoo -d odoo -u product_origin --stop-after-init

Usage

  1. Open a product form (Products > Products > [Product])
  2. Find the "Origin" field
  3. Enter the geographic origin (e.g., "Spain", "France", "Local")

OCA Source

Modifications for Kidekoop

None - Used as-is from OCA.

Translations

  • Spanish (es)
  • Euskera (eu)

Located in i18n/ directory.


Version: 18.0.1.0.0 License: AGPL-3