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.

74 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. Sale Exception
  6. ==============
  7. This module allows you attach several customizable exceptions to your
  8. sale order in a way that you can filter orders by exceptions type and fix them.
  9. This is especially useful in an scenario for mass sales order import such as
  10. with the base_sale_multi_channels module, because it's likely some orders have
  11. errors when you import them (like product not found in Odoo, wrong line
  12. format etc.)
  13. Usage
  14. =====
  15. To use this module, you need to:
  16. * Go to ...
  17. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  18. :alt: Try me on Runbot
  19. :target: https://runbot.odoo-community.org/runbot/167/9.0
  20. .. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
  21. .. branch is "8.0" for example
  22. Bug Tracker
  23. ===========
  24. Bugs are tracked on `GitHub Issues
  25. <https://github.com/OCA/sale-workflow/issues>`_. In case of trouble, please
  26. check there if your issue has already been reported. If you spotted it first,
  27. help us smashing it by providing a detailed and welcomed `feedback
  28. <https://github.com/OCA/
  29. sale-workflow/issues/new?body=module:%20
  30. sale_exception%0Aversion:%20
  31. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  32. Credits
  33. =======
  34. Images
  35. ------
  36. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  37. Contributors
  38. ------------
  39. * Raphaël Valyi <raphael.valyi@akretion.com>
  40. * Renato Lima <renato.lima@akretion.com>
  41. * Sébastien BEAU <sebastien.beau@akretion.com>
  42. * Guewen Baconnier <guewen.baconnier@camptocamp.com>
  43. * Yannick Vaucher <yannick.vaucher@camptocamp.com>
  44. * SodexisTeam <dev@sodexis.com>
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit https://odoo-community.org.