README.rst 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Product Brand Manager [product_brand]
  2. =====================================
  3. This module allows odoo users to easily manage product brands. You can
  4. define brands, attach a logo and a description to them.
  5. It also allows to attach a partner to a brand.
  6. Installation
  7. ============
  8. To install this module, you need to:
  9. * git clone https://github.com/OCA/product_attribute --branch 8.0
  10. * make it available to odoo by adding its location to the addons_path in
  11. /etc/odoo-server.conf
  12. Configuration
  13. =============
  14. To configure this module, you need to:
  15. * no configuration required
  16. Usage
  17. =====
  18. To use this module, you need to:
  19. * go to ...
  20. For further information, please visit:
  21. * https://www.odoo.com/forum/help-1
  22. Known issues / Roadmap
  23. ======================
  24. * add a field with brands assiciated to a Customer or Supplier on
  25. the Customers/Suppliers Form View
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/issues>`_.
  29. In case of trouble, please check there if your issue has already been reported.
  30. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  31. `here <https://github.com/OCA/product-attribute/issues/new?body=module:%20product_brand%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  32. Credits
  33. =======
  34. Contributors
  35. ------------
  36. * Mathieu Lemercier <mathieu@netandco.net>
  37. * Franck Bret <franck@netandco.net>
  38. * Seraphine Lantible <s.lantible@gmail.com>
  39. * Gunnar Wagner <vrms@netcologne.de>
  40. * Leonardo Donelli <donelli@webmonks.it>
  41. Maintainer
  42. ----------
  43. .. image:: http://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: http://odoo-community.org
  46. This module is maintained by the OCA.
  47. 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.
  48. To contribute to this module, please visit http://odoo-community.org.