Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to show the Barcode in Odoo-9

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.01k
    Comment on it

    Barcodes use in Point of sale module which indicates the product sequence number to stocks and warehouse management and Barcodes are images returned by a controller and can easily be embedded in reports thanks to the QWeb syntax: For example code is given below you can use this code in your barcode scanner module.

    <img t-att-src="'/report/barcode/QR/%s' % 'My text in qr code'">
    <img t-att-src="'/report/barcode/?
        type=%s&amp;value=%s 1 width=%s 2 height=%s'%('QR', 'text', 200, 200)">
    

    Note- With the help of barcode we can manage all product activity at run time.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: