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
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Product
  3. Product Small Label with Zebra Printer (Community) v 16.0
  4. Sales Conditions FAQ

Product Small Label with Zebra Printer (Community)

by Acespritech Solutions Pvt. Ltd. http://www.acespritech.com
Odoo

$ 207.36

v 16.0 Third Party 13
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Sales (sale_management)
• Discuss (mail)
• Invoicing (account)
Lines of code 3651
Technical Name aspl_product_small_label_zebra
LicenseLGPL-3
Websitehttp://www.acespritech.com
Versions 11.0 12.0 13.0 14.0 15.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Sales (sale_management)
• Discuss (mail)
• Invoicing (account)
Lines of code 3651
Technical Name aspl_product_small_label_zebra
LicenseLGPL-3
Websitehttp://www.acespritech.com
Versions 11.0 12.0 13.0 14.0 15.0 16.0

Odoo 16 Product Zebra label (Community)

User can create custom label template by frontend and can print the dynamic product label report with Zebra Printer for Odoo which running in same premises or on cloud server.

Note: This module is tested and working in Odoo community edition but not tested in Enterprise version. And we are supporting Ubuntu OS and not Windows OS.

Available for Enterprise

How to use

  • Important step to use this module, Install python library which is required to print label.
  • Steps to install barcode font library:
    1) Download fonts : http://www.reportlab.com/ftp/fonts/pfbfer.zip
    2) Now put this fonts into location : /usr/lib/python2.7/dist-packages/reportlab/fonts/(put the files)
    Note : if fonts folder does not exists, create that folder and copy that fonts into it.
    3) To see the preview of label install following packages:
    ==> sudo apt-get install python3-wand
    ==> sudo apt-get install libmagickwand-dev
    ==> sudo apt-get install imagemagick
  • Steps to install node JS and zebra python package:
    1) Copy node application and put into safe folder. Now open terminal and go to that folder and copy paste first two commands.
    ==> sudo pip install simple_zpl2
    ==> sudo npm install express
    2) This is python package which you can install from any path.
    ==> sudo pip install zebra
    3) This python package which will be used only for LAN zebra printing Purpose.
    ==> sudo apt-get install cups
    or
    ==> sudo pip3 install pycups
    Remember this CUPS you can install any machine but make sure printer and CUPS installed machine should be into same LAN Network.
  • After Installing all packages restart odoo server.

Label print using zebra printer with Node js application

  • First Install Zebra printer into client machine.








  • Install Node application into client machine Where zebra printer is attach.


  • Once node app running. Open odoo server. Go to menu Sales-->Product Small Label-->Label Configuration. Configure 'Odoo Instance Location' as Cloud, give Node Application URL and enter printer name into list view.


  • User need to select product(s) and no. of quantity to print product label(s). Select printer where you want to send label data.


  • In "Label" tab, for zebra give only width into DPI.


  • In "Barcode" tab, fill appropriate data to print different type of barcode.


  • In "fields" tab, select product table fields and give proper style to text for label.


  • By clicking on 'Save Design' button, User can save template design. If user select 'Update Existing Template' check box, so selected design template will save current design.


  • By Clicking on 'Preview' button, you can preview label into new pop up.
  • Select printer and click on 'Print' button, you can print label direct to zebra printer.


  • In "Zebra Print Help" tab, user can get help for print barcode.




Label print LAN(Local Network) zebra printer.

  • Here we need to create CUPS server. For CUPS make sure cups package is install and running on machine where CUPS is install on port 631.
  • First Install Zebra printer into local LAN network.








  • After Installing Zebra printer on machine, Add printer into CUPS server.














  • Once Printers are added into CUPS server. Go to Sales-->Product Small Label-->LAN Printer Servers menu and click on Add printer button.


  • After creating LAN printer server, configure Label Configuration.



Label design using fields selection

  • User need to select product attributes to print product attributes in label(s).


  • In "Label" tab, take logo and give logo position,height,width to print in label.


  • In "Barcode" tab, select barcode type to print barcode in label.


  • In "Fields" tab, select field(s) of product to print in label.


  • By clicking on "Preview" button get preview.


  • Print of product label.


Label Design using "XML Design"

  • User need to select product(s) and no. of quantity to print product label(s).


  • In "Label" tab, fill appropriate data for report label formatting.


  • In "Barcode" tab, fill appropriate data to print different type of barcode.


  • In "Design" tab, user can add, remove or change sequance of field(s) of product.


  • Here we can see all saved template design.


  • In "Barcode Print Help" tab, user can get help for print barcode.


Release Notes

Release Update - February 27, 2023
Version - 16.0.1.0.0
  • Initial Release

NOTE: We give 60 days support for our customers. Before trying in your live db, please ask us to provide you for test link. If any other custom modules are installed and because of that some errors occurs then we charge extra.

Contact us for support, query, customization

Website: https://acespritech.com/ Blog: https://acespritech.com/blog/
Email: info@acespritech.com Skype: acespritech

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
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

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