Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

odo v16 inventory app

Subscribe

Get notified when there's activity on this post

This question has been flagged
productprinterlabelsodoo16featuresINVENTORY
3 Replies
2767 Views
Avatar
brent.desalvo

in the inventory app in ver. 16 i would like to print inventory labels.

these label i would like to print would be from the product items.

once printed they can show the product picture, and brief desc. and price  better yet and bar code to say bring item to counter scan it and it will tell me how many i have left and cost.

how can this be done?

thank you in advance..

label printer is printing on like 2x3" about size of business card or baseball card size



0
Avatar
Discard
Avatar
Yurii Razumovskyi
Best Answer

Hi Brent,

To create a barcode product label in Odoo there are two common ways:

  1. Develop own label (by yourself or with Odoo developers);
  2. Use the app that allows to print and design own labels.

The first approach is not so flexible because after the label creation, if you want to change the label you will need to go into code and change something there.

The second way is more easy and convenient if you use some Odoo module, that is developed at the high level and covered with support and assistance.

We into the product label development since 2017, in the last year, we built our Odoo Product Label Builder. It allows designing and creating your own labels by Odoo UI. You can watch details in this YouTube video.


With the Product Label Builder, you can put into labels your product data and other information from various standard Odoo apps. In this case, you need additional extensions in addition to the Product Label Builder app. The list of these extensions is the following, and you can choose ones that you need:

  • Stock Product Labels — to print from the Stock documents and use its data on your label templates: 
    • Stock Transfers (stock.picking), 
    • Stock Inventory Adjustments (stock.quant),
    • Stock Lots (stock.lot), 
    • Stock Packages (stock.quant.package), 
    • Stock Scrap (stock.scrap).
  • Product Packaging Labels — to print from Product Packaging (product.packaging) and use its data on your label templates.
  • Purchase Product Labels — to print from Purchase Orders (purchaser.order) and use its data on your label templates.
  • MRP Product Labels — to print from Manufacturing Orders (mrp.production) and use its data on your label templates.
  • MRP Workorder Labels — to print from Manufacturing Work Orders (mrp.workorder) and use its data on your label templates (Odoo Enterprise feature only).
  • Repair Product Labels — to print from Repair Orders (repair.order) and use its data on your label templates.
  • Maintenance Barcode Labels — to print from the Maintenance documents and use its data on your label templates: 
    • Maintenance Requests (maintenance.request),
    • Maintenance Equipments (maintenance.equipment).
  • Sales Product Labels  — to print from Sales Orders (sale.order) and use its data on your label templates (in the development at the current moment).


If you need additional assistance or information, please contact us.


Best regards, Yurii Razumovskyi.

Company Garazd Creation — Odoo solutions for e-Commerce, SEO, Data Feeds, Website Tracking, Marketing and Analytics integrations, Product Label designing and printing.

https://garazd.biz  |  Our solutions on Odoo Apps

0
Avatar
Discard
Avatar
brent.desalvo
Author Best Answer

thank you for your input and time.,

this looks just about like what i am trying to complete.

i may contact you Monday in regard to maybe a little customization.

thank you i think i got your direct contact info..

thanks to all that read and responded im trying all

0
Avatar
Discard
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

Try to Inherits the pdf template

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
    <data>
        <!-- Inherit the existing label template -->
<template id="label_product_product_view" inherit_id="stock.label_product_product_view">
            <xpath expr="//t" position="after">
                <!-- Add product cost -->
<t t-foreach="range(product_info['quantity'])" t-as="qty">
                    <t t-translation="off">
                        ^FT100,185^A0N,30,24^FDCost: <t t-esc="product.standard_price" t-options='{"widget": "float", "precision": 2}'/>^FS
                    </t>
                </t>
                <!-- Add quantity on hand -->
<t t-foreach="range(product_info['quantity'])" t-as="qty">
                    <t t-translation="off">
^FT100,220^A0N,30,24^FDQty: <t t-esc="product.qty_available"/>^FS
                    </t>
                </t>
            </xpath>
        </template>

        <!-- Define Odoo report -->
        <record id="label_product_product" model="ir.actions.report">
            <field name="name">Product Label (ZPL)</field>
<field name="model">product.product</field>
<field name="report_type">qweb-text</field>
<field name="report_name">stock.label_product_product_view_inherited</field>
<field name="report_file">stock.label_product_product_view_inherited</field>
            <field name="binding_model_id" eval="False"/>
<field name="binding_type">report</field>
        </record>
    </data>
</odoo>


if you need to change the print report size, please add a new style in the print label wizard action and add a new paper format to it

class ProductLabel(models.Model):
    _inherit = 'product.product'

    print_format = fields.Selection([
        ('dymo', 'Dymo'),
        ('2x7xprice', '2 x 7 with price'),
        ('4x7xprice', '4 x 7 with price'),
        ('4x12', '4 x 12'),
        ('4x12xprice', '4 x 12 with price'),
        ('2x3', '2 x 3 (Business Card Size)')  # New size option
    ], string="Format", default='2x7xprice', required=True)

<!-- Update existing template to handle different sizes -->
<template id="label_product_product_view" inherit_id="stock.label_product_product_view">
<xpath expr="//field[@name='print_format']/selection[@name='print_format']/value[last()]" position="after">
                <value>2x3</value>
            </xpath>
        </template>

        <!-- Define Odoo report for 2x3" label size -->
        <record id="label_product_product_2x3" model="ir.actions.report">
            <field name="name">Product Label 2x3 (ZPL)</field>
<field name="model">product.product</field>
<field name="report_type">qweb-text</field>
<field name="report_name">stock.label_product_product_view_2x3</field>
<field name="report_file">stock.label_product_product_view_2x3</field>
            <field name="binding_model_id" eval="False"/>
<field name="binding_type">report</field>
        </record>



Hope it helps

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
Print ODOO product label to zebra printer
product labels zebra odoo16features zpl
Avatar
Avatar
Avatar
Avatar
3
Mar 24
4365
How to print barcode for products Solved
product printer barcode ean13 labels
Avatar
Avatar
Avatar
5
Dec 23
18679
product name on product label is not printing
product labels
Avatar
Avatar
2
Mar 15
7750
Print Product Labels on Dymo 550 printer Solved
printer labels Dymo
Avatar
Avatar
2
Aug 25
841
V16 Import multiple images for each product
product product_images odoo16features
Avatar
Avatar
Avatar
Avatar
Avatar
5
Mar 25
6620
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now