I am finding it incredibly difficult to make simple product labels with barcode, our logo and price from a particular price list. Something that is easily done in other ERPs we have tried and so basic.
All my searches bring up third party apps to do this simple task. I really want to avoid them unless there is no other choice because of complications they may add in the future upgrades.
I am just putting it out there to check if in-fact Odoo does not have a way for users to customize the Product Labels other than having knowledge of XML and learn what all codes mean in the views etc?!
am I missing something? Can this be done by Studio?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hello Amir, I'm on the same situation, just a little bit more advanced than you.
I'm just commenting what I have found, and maybe there will be someone else with a better solution. What I've found is that you can customize this labels with ZPL (Zebra Programming Language) code. There's a site http://labelary.com/viewer.html where you can design your label like graphically. When you have it ready, the path in odoo is:
With the developer mode ON, go to Settings =>Technical => reports there you have to look for the report called Product Labels (ZPL) exactly that one, the ZPL.
There you go to QWEB Views and there you have to paste the code of your design on labelary just between the XA and XZ tags of the odoo reports view.
There you have to integrate the code with odoo looking for the related fields you want. Maybe it's not as easy as you wanted.... but it's a solution. I'm now on the stage of trying to correctly integrate odoo fields on the label.
Hope it helps.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Aug 23
|
1137 | ||
|
0
Mar 23
|
1643 | ||
|
0
Apr 19
|
3128 | ||
|
1
Mar 15
|
6754 | ||
|
2
Nov 24
|
699 |
You can check a related post I did two weeks ago, there you can see what you can achieve with the ZPL code, which is really simple.
https://www.odoo.com/es_ES/forum/ayuda-1/shipping-slip-label-zpl-232365
Thank you Felipe, unfortunately our entire operation runs on Dymo printers. They are working very well for us so we have to generate PDF not ZPL or EPL.