You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.3 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ======================
  5. Partner Non Commercial
  6. ======================
  7. This module changes menu and view descriptions to make partner management
  8. suitable for use in non commercial organisations.
  9. Installation
  10. ============
  11. Installing this module needs no special actions.
  12. Configuration
  13. =============
  14. This module requires no special configuration.
  15. Usage
  16. =====
  17. This module changes the Sales main menu to relations. There it gives special
  18. options to work with persons or organisationss.
  19. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  20. :alt: Try me on Runbot
  21. :target: https://runbot.odoo-community.org/runbot/partner-contact/8.0
  22. .. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
  23. .. branch is "8.0" for example
  24. Known issues / Roadmap
  25. ======================
  26. After installing this module a situation has been encountered where the new
  27. menu's were added to the database, but not shown in the UI. This was due to
  28. partner_left and partner_right not being filled. To solve this, use the
  29. generic solution when the menu-system has been messed up:
  30. 1. stop server
  31. 2. drop parent_left and parent_right columns frm ir_ui_menu table
  32. 3. start server while updating base module
  33. Bug Tracker
  34. ===========
  35. Bugs are tracked on `GitHub Issues
  36. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  37. check there if your issue has already been reported. If you spotted it first,
  38. help us smashing it by providing a detailed and welcomed feedback.
  39. Credits
  40. =======
  41. Images
  42. ------
  43. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  44. Contributors
  45. ------------
  46. * Ronald Portier <ronald@therp.nl>
  47. Maintainer
  48. ----------
  49. .. image:: https://odoo-community.org/logo.png
  50. :alt: Odoo Community Association
  51. :target: https://odoo-community.org
  52. This module is maintained by the OCA.
  53. OCA, or the Odoo Community Association, is a nonprofit organization whose
  54. mission is to support the collaborative development of Odoo features and
  55. promote its widespread use.
  56. To contribute to this module, please visit https://odoo-community.org.