Skip to Content
Menu
This question has been flagged
4 Replies
4053 Views

In Settings, Configuration-->Indian Localization-->Products, when i check Define automatic codings on products , it redirects me to odoo apps server, after login, this is what i get.

Odoo Server Error


Traceback (most recent call last):
  File "/home/odoo/src/odoo/saas-6/openerp/http.py", line 539, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/home/odoo/src/odoo/saas-6/openerp/http.py", line 576, in dispatch
    result = self._call_function(**self.params)
  File "/home/odoo/src/odoo/saas-6/openerp/http.py", line 312, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/odoo/src/odoo/saas-6/openerp/service/model.py", line 118, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/odoo/src/odoo/saas-6/openerp/http.py", line 309, in checked_call
    return self.endpoint(*a, **kw)
  File "/home/odoo/src/odoo/saas-6/openerp/http.py", line 814, in __call__
    return self.method(*args, **kw)
  File "/home/odoo/src/odoo/saas-6/openerp/http.py", line 405, in response_wrap
    response = f(*args, **kw)
  File "/home/odoo/src/custom/private/loempia/controllers/embed.py", line 51, in download_urls
    mods_to_install = Modules.compute_modules_to_install(series, module_names, local_modules)
  File "/home/odoo/src/odoo/saas-6/openerp/api.py", line 254, in wrapper
    return new_api(self, *args, **kwargs)
  File "/home/odoo/src/custom/private/loempia/loempia2.py", line 1088, in compute_modules_to_install
    assert len(mids) == len(set(requested_mods)), 'Unknown modules requested: %r' % requested_mods
AssertionError: Unknown modules requested: ['web_group_expand', 'product_coding']
Avatar
Discard
Best Answer

Hello,


I brought back the missing web_group_expand module from the grave, could you please retry now ?


Best regards,

David

Avatar
Discard

He want have much success until you also find the grave of product_coding :-)

Author

Yep.. I got the module. Thanks David!!

Best Answer

Obviously, as the error message says, you have to install the following modules because of existing dependencies (or to define the proper addons path):

https://www.odoo.com/apps/modules/8.0/web_group_expand/        and

product_coding (which I could not find anymore, but is installed here: http://www.kaikai.cl/en_US/website/info

Avatar
Discard
Author

actually i didnt get module from this link https://www.odoo.com/apps/modules/8.0/web_group_expand/ . It showing 404 url not found.

I'm afraid there is nothing I can do to help you further. Revert to Odoo and/or to the provider of the Indian localization for further help. And maybe refrain from using the option of automatic coding.

Related Posts Replies Views Activity
2
Feb 16
2563
1
Feb 16
21260
0
Jan 16
3262
1
Sep 15
3035
4
Aug 15
8033