Account Payment Term Cutoff Day
by Quartile https://github.com/OCA/l10n-japan , Odoo Community Association (OCA) https://github.com/OCA/l10n-japan| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 111 |
| Technical Name |
account_payment_term_cutoff_day |
| License | AGPL-3 |
| Website | https://github.com/OCA/l10n-japan |
| Versions | 16.0 17.0 18.0 19.0 |
Account Payment Term Cutoff Day

支払条件に「締日」の概念を追加します。
支払条件の明細行に「締日あり」「月数」「締日」のフィールドを追加し、 締日を基準とした支払期日の計算を可能にします。
請求書の日付が締日を過ぎている場合、支払期日が自動的に翌月に繰り越されます。 「月数」フィールドで、締日から何ヶ月後の月末を基準とするかを指定できます。
また、請求書(account.move)に「締日」フィールドを追加します。
Table of contents
Configuration
- 会計(または請求) > 設定 > 支払条件 を開く
- 支払条件を選択または新規作成
- 支払条件の明細行で「締日あり」を有効化
- 「締日」と「月数」を設定
Usage
顧客請求書/仕入先請求書に締日付きの支払条件を設定すると、適切な締日および支払期日が 提案されます。
支払期日は以下のロジックで自動計算:
- 請求日が締日以前の場合、当月の締日を基準日とする
- 請求日が締日より後の場合、翌月の締日を基準日とする
- 基準日に「月数」を加算した月の月末を支払期日とする
例: 締日=20、月数=1 の場合
- 請求日が2月20日 → 基準日: 2月20日 → 支払期日: 3月31日
- 請求日が2月21日 → 基準日: 3月20日 → 支払期日: 4月30日
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Quartile
Maintainers
This module is maintained by the OCA.
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.
Current maintainers:

This module is part of the OCA/l10n-japan project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module