Closed mamolas closed 10 years ago
When the modules are located in __unported__
, they need to be migrated to the new odoo version, so they don't necessarily work yet.
The migration process for a module is to:
installable
to True
in __openerp__.py
Hope this will help
I'm still on OpenErp7, setting installable to true was enough, but now I can't print invoices from accounting>>Customer Invoices is there some guide? Thanks
If you are on Odoo 7.0 please take the module from 7.0 branch:
https://github.com/OCA/webkit-tools/tree/7.0
For installation, you might want to refer to: https://www.odoo.com/forum/help-1/question/how-to-configure-webkit-for-v7-4724
@damodaranudas if you used git clone to get the source, be sure to switch to the correct branch with git checkout 7.0
(8.0 is the default)
I'm trying to install invoice_webkit but its dependence base_headers_webkit isn't on my local module list, I've extracted unported folder contents into my addons folder, also extracted individually base_headers_webkit folder and report_webkit_chapter_server folder but after update the list, they still don't appear on frontend to install, any clue?