Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2506 Переглядів

I´m use PgAdmin III, I was able to find barcode in product_template table, but there is no barcode in any of the tables.

The question is, how can i find barcode products?

Аватар
Відмінити
Найкраща відповідь

A product is modeled in Odoo via the product.template model (product_template table) and the product.product model (product_product table) also known as product variants.

See https://www.odoo.com/documentation/user/11.0/inventory/settings/products/variants.html

Impact of variants

  • Barcode: the code and barcode is associated to a variant, not the template. Every variant may have its own barcode / SKU.


Аватар
Відмінити