Skip to Content
Menu
This question has been flagged
1 Reply
2189 Views

am trying to install  odoo 8   https://apps.openerp.com/apps/modules/8.0/tg_pos_packs/   this module i odoo 9..error raised

Error like this

"View inheritance may not use attribute 'string' as a selector."

anybody can fix this error 

Avatar
Discard
Best Answer

Odoo code is not backward compatible. If you want to use a module of an older version, you have to migrate / port the module. The particular error message in your case (but this will not be the only error) means that you have to replace the attribute "string" with another attribute in xpath expressions, as string is not allowed anymore in 9.0 and newer.

Avatar
Discard
Author

can u please help me?am new in pos

Sorry, no. If it would be that easy, I or somebody else would already have done it. Please read the available documentation https://www.odoo.com/documentation/9.0/ and you may also buy the following execellent books: https://www.amazon.com/Odoo-Development-Essentials-Daniel-Reis/dp/1784392790 (see "frequently bought together"). Use Google in order to find additional sources for your learning. Learning how to customize Odoo and develop with Odoo is a job you have to do yourself or you pay somebody to do it for you. This forum is here to help you with specific questions and not to teach beginners lessions.

Related Posts Replies Views Activity
0
Dec 24
46
1
Dec 24
175
0
Nov 24
89
1
Nov 24
153
1
Nov 24
187