Skip to Content
Menu
This question has been flagged
2 Replies
3739 Views

Hi,

does anyone know if there is a way to use the app form the link below in Odoo V9.0?

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


Or can someone explain what i have to change so that I can use the % Wildcard with the Odoo V9.0 advanced search?


regards

Michael


Avatar
Discard
Best Answer

Hi,

First just try to directly install the module(v8) in v9 and see whether it get installed or not. Some times it will get installed and work properly without any issues.


If not getting installed or not working as expected, you have to make necessary changes in the code.For the porting of module from v8 to v9, many docs are available , have a look at it too.


Also it seems that v10 of the module is available , you can use the v10 in v9 too if the above method not succeeded.  Rename the __manifest__.py to __openerp__.py and odoo in the xml  to openerp,  make such changes and try


Thanks


Avatar
Discard
Author Best Answer

Thanks for your anwser.
Unfortunaly i tried both and it doesent work.

I installed V8 app. Odoo show me that the app should be installed, but no funktion. 

I also tried V10, like you explained but also no luck.

The app have really less code, but i dont know what do change...
Maybe someone is here who already use this app in V9.0 and could send me the file.


Code in the search.js


openerp.web_advanced_search_wildcard = function(instance){

var _lt = instance.web._lt;

instance.web.search.ExtendedSearchProposition.Char.prototype.operators.push(

{value: '=ilike', text: _lt("matches")}

);

};


Avatar
Discard

no need to change js file if you are taking the v10 module to v9, just make the changes i have told, it will work, i have tried, and got succeed

Author

I also get it to work a few seconds ago. Thanks

Related Posts Replies Views Activity
2
Dec 24
3376
0
Sep 23
1026
2
Jun 23
2471
1
Aug 22
10770
7
Oct 20
8878