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.

79 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. PoS - Custom Transfer Account
  4. =============================
  5. This module was written to extend the functionality of odoo Point Of Sale about
  6. transfer account.
  7. This module is usefull only in a multi Point of Sale context of multi company
  8. context.
  9. With this module, it is now allowed to define for each PoS config a transfer
  10. account.
  11. If this account is set, it will be used when user realizes "Put Money In" or
  12. "Take Money Out" operation, instead of the default one set in 'Invoicing' /
  13. 'Configuration' / 'Setting' Section. ("Inter-Banks Transfer Account" field)
  14. Note
  15. ====
  16. You could be interested by another OCA module 'pos_cash_move_reason'.
  17. Installation
  18. ============
  19. Normal installation.
  20. Configuration
  21. =============
  22. * Go to 'Point of Sale' / 'Configuration' / 'Point of Sale'
  23. * Edit your PoS Config and add a custom account
  24. .. image:: /pos_transfer_account/static/description/pos_config.png
  25. Usage
  26. =====
  27. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  28. :alt: Try me on Runbot
  29. :target: https://runbot.odoo-community.org/runbot/184/9.0
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues
  33. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  34. check there if your issue has already been reported. If you spotted it first,
  35. help us smashing it by providing a detailed and welcomed feedback.
  36. Credits
  37. =======
  38. Images
  39. ------
  40. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  41. Contributors
  42. ------------
  43. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  44. Maintainer
  45. ----------
  46. .. image:: https://odoo-community.org/logo.png
  47. :alt: Odoo Community Association
  48. :target: https://odoo-community.org
  49. This module is maintained by the OCA.
  50. OCA, or the Odoo Community Association, is a nonprofit organization whose
  51. mission is to support the collaborative development of Odoo features and
  52. promote its widespread use.
  53. To contribute to this module, please visit https://odoo-community.org.