Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yenthe666/accounting
Apps related to Odoo it's accounting features
https://github.com/yenthe666/accounting
odoo
Last synced: about 2 months ago
JSON representation
Apps related to Odoo it's accounting features
- Host: GitHub
- URL: https://github.com/yenthe666/accounting
- Owner: Yenthe666
- Created: 2021-12-08T10:28:33.000Z (about 3 years ago)
- Default Branch: 14.0
- Last Pushed: 2023-05-23T08:10:08.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:56:08.506Z (8 months ago)
- Topics: odoo
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 5
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# accounting
Apps related to Odoo it's accounting features
- [account_followup_exclude_partners](#account_followup_exclude_partners): exclude some partners from automatically sending payment reminders
- [invoice_legal_terms](#invoice_legal_terms): Configure legal terms per tax. The terms will be displayed on the invoice pdf.## account_followup_exclude_partners
This module adds support to configure for specific partners to not send them payment reminders, even though all conditions are met.
Sometimes you have some customers that you do not really want to send a reminder (e.g because they are very sensitive to it or need longer).
This is now configurable on the contact itself:
![image](https://user-images.githubusercontent.com/6352350/145217992-6d21e5ef-df62-4711-a461-903b1807db8a.png)If the option is checked on (by default) we will follow the default Odoo configuration/rules.
If checked off the reminder(s) will **not** be sent to the customer(s).## invoice_legal_terms
This module allows you to configure specific invoice terms per tax.
These terms will be displayed at the bottom of the invoice PDF.
![img.png](img.png)