This question has been flagged
1 Reply
2111 Views

I need to use the following modules : 

https://www.odoo.com/apps/modules/7.0/l10n_in_tax_retail_invoice

https://www.odoo.com/apps/modules/8.0/account_invoice_shipping_address

Avatar
Discard
Best Answer

Hi Ashish ,
To use the modules in Odoo v7 or V8 in Odoo v10,  you have to make necessary changes in the code. 

If the modules are created using the new api,  just change the __openerp__.py to __manifest__.py , and check whether it is installable or not.

If not you have to change the module to v10  or you have to look for similar modules with same functionalities in the Odoo Apps.

Thank You

Avatar
Discard