Skip to Content
Menu
This question has been flagged
3 Replies
3205 Views

I need  "Product Brand Manager" module on odoo 9.0 but not completed. Always say "To be Installed" how can i install this modules. Thanks.

Screenshot:http://i.imgur.com/TMNgR5C.jpg

Avatar
Discard

Can you please provide the log info?

@Ermin Trevisan, how can i found log info :(

Well, Odoo is not a client software like Outlook or Adobe PDF viewer. You should be familiar with setting up servers and installing and deploying server software in general and installing and deploying Odoo in particular. For Odoo, please read the docs first: https://www.odoo.com/documentation/9.0/

Best Answer

Did you follow the steps to install this module?

To install this module, you need to:

git clone https://github.com/OCA/product-attribute.git --branch 9.0

make it available to odoo by adding its location to the addons_path in /etc/odoo-server.conf 


After that and a server restart you need to Update Module List and check that you have configured correctly the addons_path and you have the modules available, like found if you have this module product_gift in the list of modules.

After that you will be able to install the module product_brand

Avatar
Discard
Author

Thanks for answer but how can works this "git clone https://github.com/OCA/product-attribute.git --branch 8.0" - im using Odoo on Windows 8. Sorry for amateur questions :(

No problem, In windows you need to install a git client to do that, but more quick way is that you could download the entire repository directly from github interface or use this link that do the same:
https://github.com/OCA/product-attribute/archive/9.0.zip
Uncompress it and configure the directory where you uncompress it in your addons_path option of your config file.

Related Posts Replies Views Activity
1
Dec 23
1148
4
Jun 23
5321
0
Sep 16
2254
3
May 16
7752
3
Jan 16
4922