This question has been flagged
9 Replies
6553 Views

Hi erveryone

I want to draw images in openerp and show it on view , how do i do

can you help me ?

thanks

Avatar
Discard

Do you mean like drawing on solid works and autocad?

Hello lam a bao, If you satisfied with my answer then give make it Right. I mead put the green mark under my answer.

Best Answer

For the image ,you may create in the .py a field binary like this:

'photo':fields.binary("Photo")

and in the xml view something like this:

<field name="photo"/>
Avatar
Discard
Author

No ,i want to draw images,not upload images

You can't draw an image in OpenERP because it's an ERP, not a drawing tool.

Best Answer

For the image ,you may create in the .py a field binary like this:

'image_medium' : fields.binary("Photo")

and in the xml view something like this:

<field name="image_medium" widget="image">
Avatar
Discard
Best Answer

I need such a functionality too. Not autocad integration. Just the ability to draw lines or hand writing and log it as a note. In other words it would be good to have a drawing plugin inside the html editor in Odoo. Any thoughts?

Avatar
Discard

Take a look in website quote ! This module allow the customer to sign/draw

Best Answer

You can't either burn a CD or listen to music ;-) You can't draw an imlage in OpenERP because it's an ERP, not a drawing tool.

Avatar
Discard
Best Answer

In case if you want any Autocad drawings to be integrated, we know OpenERPPLM modules exist!

http://sourceforge.net/projects/openerpplm/

Thanks.

Avatar
Discard