v 8.0 v 10.0 v 11.0 v 12.0 Third Party 6135
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Social Network (mail)
Technical Name product_brand
LicenseAGPL-3
Versions 8.0 14.0 15.0 16.0 10.0 11.0 12.0
You bought this module and need support? Click here!

Product Brand Manager [product_brand]

This module allows odoo users to easily manage product brands. You can define brands, attach a logo and a description to them. It also allows to attach a partner to a brand.

Installation

To install this module, you need to:

  • git clone https://github.com/OCA/product_attribute --branch 8.0
  • make it available to odoo by adding its location to the addons_path in /etc/odoo-server.conf

Configuration

To configure this module, you need to:

  • no configuration required

Usage

To use this module, you need to:

  • go to ...

For further information, please visit:

Known issues / Roadmap

  • add a field with brands assiciated to a Customer or Supplier on the Customers/Suppliers Form View

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.

Credits

Contributors

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
by
Xavier Brochard
on 9/16/16, 3:58 PM

This little module works very well, just as expected. To display Brands on website, install website_product_brand module («Product Brand Filtering in Website») The comment from Juan Enrique Segebre below shows that he got a problem with product_multi_image (last line oh the error miessage), not with this module.


Can't install
by
Juan Enrique Segebre
on 4/14/16, 12:48 PM

First off all, the "git clone https://github.com/OCA/product_attribute --branch 8.0" command is not correct. It should actually be "git clone https://github.com/OCA/product-attribute --branch 8.0". That way you could clone it. Now after cloning, adding the path to the link and updating the module list, you get the following error: Odoo Server Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 539, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 576, in dispatch result = self._call_function(**self.params) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 312, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/service/model.py", line 118, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 309, in checked_call return self.endpoint(*a, **kw) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 805, in __call__ return self.method(*args, **kw) File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 405, in response_wrap response = f(*args, **kw) File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 948, in call_button action = self._call_kw(model, method, args, {}) File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 936, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 439, in old_api result = new_api(recs, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 443, in new_api result = [method(rec, *args, **kwargs) for rec in self] File "/usr/lib/python2.7/dist-packages/openerp/addons/base/module/wizard/base_module_update.py", line 15, in update_module self.updated, self.added = self.env['ir.module.module'].update_list() File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 266, in wrapper return new_api(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 508, in new_api result = method(self._model, cr, uid, *args, **old_kwargs) File "/usr/lib/python2.7/dist-packages/openerp/addons/base/module/module.py", line 651, in update_list handler.load_addons() File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 1312, in load_addons m = __import__('openerp.addons.' + module) File "/usr/lib/python2.7/dist-packages/openerp/modules/module.py", line 80, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/opt/odoo/custom/addons/product-attribute/product_multi_image/__init__.py", line 7, in from . import models ImportError: cannot import name models Description only says to clone -_-


There are no comments yet!