This question has been flagged
1 Reply
2842 Views

Good MOrning my friends,

Please, i want to ask you how to create a new button near the existing buttons "MORE" and "PRINT".

Is here any suggestions?!

Thanks a lot in advance.

Regards.

Avatar
Discard
Best Answer

if you install "document" module, it adds the 'Attachment(s)' button exactly same way as you want to add yours. So you can check how it's implemented in openerp7, it may be a good starting point: https://github.com/odoo/odoo/blob/7.0/addons/document/static/src/js/document.js 

it seems you'll need to implement so called "web module" for that.

Good luck.

Avatar
Discard