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.

85 lines
2.6 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. Default sales discount per partner
  6. ==================================
  7. This module allows to define at partner level a default discount to be applied
  8. on sales orders as the default one. As the field is a company dependent one,
  9. you can configure a different value for the partner for each of your companies.
  10. Configuration
  11. =============
  12. Enabling the use of discounts in Odoo:
  13. #. Go to *Sales > Configuration > Settings*
  14. #. On the group "Quotations & Sales", select the option "Allow discounts on
  15. sales order lines" for the "Discount" section.
  16. Setting a default sales discount:
  17. #. Then, go to *Sales > Customers*.
  18. #. Create or modify a customer.
  19. #. Go to "Sales & Purchases" page.
  20. #. In the "Sale" section, there's a field called "Default sales discount (%)"
  21. where you can fill the default discount percentage.
  22. #. This value can only be filled at company partners, not for contacts.
  23. Usage
  24. =====
  25. To use this module, you need to:
  26. #. Go to *Sales > Quotations*.
  27. #. Create a new quotation.
  28. #. Select a partner with a default discount applied.
  29. #. Create an order line, and you will see this discount as default in the line.
  30. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  31. :alt: Try me on Runbot
  32. :target: https://runbot.odoo-community.org/runbot/134/9.0
  33. Known issues / Roadmap
  34. ======================
  35. * This module doesn't work with *product_visible_discount*, as it overwrites
  36. the discount field with its own value.
  37. Bug Tracker
  38. ===========
  39. Bugs are tracked on `GitHub Issues
  40. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  41. check there if your issue has already been reported. If you spotted it first,
  42. help us smashing it by providing a detailed and welcomed feedback.
  43. Credits
  44. =======
  45. Images
  46. ------
  47. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  48. Contributors
  49. ------------
  50. * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  51. Maintainer
  52. ----------
  53. .. image:: https://odoo-community.org/logo.png
  54. :alt: Odoo Community Association
  55. :target: https://odoo-community.org
  56. This module is maintained by the OCA.
  57. OCA, or the Odoo Community Association, is a nonprofit organization whose
  58. mission is to support the collaborative development of Odoo features and
  59. promote its widespread use.
  60. To contribute to this module, please visit https://odoo-community.org.