README.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Account Payment Term Extension
  2. ==============================
  3. This module was written to extend the functionality of payment terms to support rounding, months and weeks on payment term lines.
  4. By default in Odoo, if you have a payment term of *30 days end of months* and you invoice on January 30, you will have a due date on March 31st. With this module, if you configure the payment term line with months = 1, days = 0 and days2 = -1, you will have a due date on February 28th.
  5. This module also adds support for payment terms such as *End of month 45 days* (which is not the same as *45 days end of month* !).
  6. Configuration
  7. =============
  8. To configure the Payment Terms and see the new options on the Payment Term Lines, go to the menu Accounting > Configuration > Miscellaneous > Payment Terms.
  9. Credits
  10. =======
  11. Contributors
  12. ------------
  13. * Yannick Vaucher <yannick.vaucher@camptocamp.com>
  14. * Alexis de Lattre <alexis.delattre@akretion.com>
  15. Maintainer
  16. ----------
  17. .. image:: http://odoo-community.org/logo.png
  18. :alt: Odoo Community Association
  19. :target: http://odoo-community.org
  20. This module is maintained by the OCA.
  21. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  22. To contribute to this module, please visit http://odoo-community.org.