OCA / server-tools

Tools for Odoo Administrators to improve some technical features on Odoo.
https://odoo-community.org/psc-teams/tools-30
GNU Affero General Public License v3.0
703 stars 1.5k forks source link

disable_odoo_online #479

Closed CHsonia closed 8 years ago

CHsonia commented 8 years ago

i want to install just the module disable_odoo_online .

what do I have to do?

elicoidal commented 8 years ago

Hi, You will have to download the repository and copy the module you want in your instance. To download you can type in command line: git clone git@github.com:OCA/server-tools.git or go to the page https://github.com/OCA/server-tools and click on "clone or download" button

I will close the issue in the meantime but do not hesitate to open it again if necessary

CHsonia commented 8 years ago

Hi, Thank you for your reply. I already did as you said. But when I try to install it from the command line, I got this error: TypeError: 'NoneType' object has no attribute 'getitem' Can you help me,Please.

elicoidal commented 8 years ago

Can you provide the version of the server, OS, version of the downloaded module and any relevant information that might help us debugging the issue?

CHsonia commented 8 years ago

I installed ubuntu 14.04 on 9 Odoo. I use Python file and name it 'install_module.py', importing ERPpeek.

Example: import erppeek client = erppeek.Client('http://localhost:8080', 'ErpPeekDemoDatabase', 'admin', 'admin') modules = client.modules('sale', installed=False) if 'sale' in modules['uninstalled']: client.install('sale') print('The module sale has been installed!')

CHsonia commented 8 years ago

sorry Odoo9 on ubuntu-14.04

elicoidal commented 8 years ago

Can you provide full log of the error (the traceback part?). Are you sure the error is related to this module?

pedrobaeza commented 8 years ago

I'm using the module without problem, so it's not related.