OdooCommunityWidgets / website_multi_image

Odoo Website Multi-Image Module
MIT License
29 stars 34 forks source link

Dependency with website_sale missing #16

Closed mapeal2 closed 9 years ago

mapeal2 commented 9 years ago

If this addon is installed without the website_sale addon being installed, installation fails.

I think the issue is in the file openerp.py:

'depends': ['product','sale'],

lukebranch commented 9 years ago

@mapeal2 ,

Thanks for your issue report. The fix has been merged into the 8.0 branch here:

https://github.com/OdooCommunityWidgets/website_multi_image/commit/434c189c1923f7ab91e3034cd19c5da87582fade

You should just be able to do a git pull in your module directory (if you cloned the repository from github) and then just update the module.