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.5 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. Markers for contract recurring invoices
  6. =======================================
  7. This module allows to include some markers on the lines of your recurring
  8. invoices definition inside the contract so that the generated invoice lines
  9. will contain a dynamic text depending on these markers.
  10. These markers are the supported ones:
  11. * #START#: Start date of the invoiced period.
  12. * #END# End date of the invoiced period.
  13. Usage
  14. =====
  15. On a contract (*Sales > Sales > Contracts*), mark "Generate recurring invoices
  16. automatically" for enabling the creation of recurring invoices.
  17. In the "Invoice Lines" section, you can add lines with products. In the
  18. *Description* field, you can now add any of the markers mentioned before
  19. between the rest of the text.
  20. When you invoice this contract (automatically or manually), your invoice
  21. will contain the corresponding text that replaces the marker.
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/110/8.0
  25. Known issues / Roadmap
  26. ======================
  27. * Add more markers, like #START_MONTH# or #END_MONTH#.
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues <https://github.com/OCA/
  31. contract/issues>`_.
  32. In case of trouble, please check there if your issue has already been reported.
  33. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
  34. contract/issues/new?body=module:%20
  35. contract_recurring_invoicing_markers%0Aversion:%20
  36. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  37. Credits
  38. =======
  39. Contributors
  40. ------------
  41. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  42. Icon
  43. ----
  44. * https://openclipart.org/detail/125071/pie-graph
  45. * Subicon made by `Freepik <http://www.flaticon.com/authors/freepik>_ from
  46. www.flaticon.com
  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 http://odoo-community.org.