This question has been flagged
2 Replies
8853 Views

Can anybody help me in how to print Product labels in odoo via Zebra printer GC420t directly. When i try to print it just download the file as PDF. Please Help.

Avatar
Discard
Hello I asked on Odoo forum how to print Attribute values instead of product attribute value ids. I tried to edit product.py inside openerp/addons/product but still cant figure out how to do it. Can you please provide the code (modified file) as i am a beginner.
Thanks

On Mon, Jan 5, 2015 at 2:25 PM, Pornima Mane <pornimamane@mail.odoo.com> wrote:

A new answer for zebra printer gc420t integration in odoo has been posted. Click here to access the post.

--
Pornima Mane
Sent by Odoo Inc. using Odoo about Forum Post zebra printer gc420t integration in odoo



--
Manish Gupta
Best Answer

hello manish,

to achieve this you have to install module report to printer (base_report_to_printer)

and then do the configurations in setting-Action-Report

then it will directly print the report from your zebra printer gc420t.

 

Avatar
Discard

u can get all the dependant modules from odoo.com

Author Best Answer

When I try to install, It is generating this error:

You try to install module 'base_report_to_printer' that depends on module 'base_calendar'.
But the latter module is not available in your system.

I cannot find it on www.Odoo.com/apps

Avatar
Discard

Are you using v8 of odoo? If so base_calendar is not available anymore, you need to find the v8 of base_report_to_printer.

Try this: https://github.com/OCA/report-print-send/tree/8.0/base_report_to_printer

I have the above module for v8. I tried but it is saying error installing: no module named cups. I have cups installed in my ubuntu 14.04 and with latest version. How to configure cups in openerp?

On Wed, Jan 7, 2015 at 5:19 PM, Ivan <niecw@mail.odoo.com> wrote:

Try this: https://github.com/OCA/report-print-send/tree/8.0/base_report_to_printer

--
Ivan
Sent by Odoo Inc. using Odoo about Forum Post False



--
Manish Gupta

It's the python-cups (in Ubuntu) that you need @Manish.

I installed the module but still its not working.
Here's the link to forum post.
Thanks

On Thu, Jan 8, 2015 at 11:42 AM, Ivan <niecw@mail.odoo.com> wrote:

It's the python-cups (in Ubuntu) that you need @Manish.

--
Ivan
Sent by Odoo Inc. using Odoo about Forum Post False



--
Manish Gupta