Skip to Content
Menú
This question has been flagged
1 Respondre
139 Vistes

When I use Odoo software for my brass products, each product has a different size, weight, and type. For these products, I need to print barcodes that include:


Product name

Size

Weight

Type

Company name

(Optional) Product photo

MRP

Wholesale price


Currently, when I print labels from Odoo, it only shows the product name and price. I want to customize the label so that all the above details appear on the barcode/label as per my requirement. Is there any option in Odoo to achieve this, or do I need a customization?


Secondly, when I create a new product in Odoo, I have to manually enter a unique code (barcode or internal reference). It is very difficult to track which codes I have already used. I want this product code to be generated automatically for each new product.


These are the two main limitations I am facing in Odoo. How can I solve them?

Avatar
Descartar
Best Answer

Hi,

  1. Custom barcode/label – The standard Odoo label only shows a few fields. To add size, weight, type, company, MRP, wholesale price, or even a product image, you’ll need to customize the report template (report.product_template_label). This can be done with Studio (adding extra fields in the QWeb template) or with a small custom module if you want full control of the design.
  2. Automatic product codes – You don’t need to enter barcodes or internal references manually. You can set up a sequence so Odoo generates a unique code for every new product. In developer mode go to Technical → Sequences & Identifiers, create a sequence, and assign it to the product default_code (internal reference) or barcode field. With that, each new product gets a unique code automatically.

So: label customization = template change, unique codes = sequence.

Hope this helps!

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de febr. 25
1474
0
de des. 24
46
0
de des. 24
1292
1
d’oct. 24
2630
2
d’ag. 24
1779