TIP: You can type at any time to perform a new search.
Account payment notification
account_payment_notification · OCA/account-payment
- Repository
- OCA/account-payment · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Accounting
- Folder size
- 0.11 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-payment
- Last tracking update
- 2026-08-07 09:06:25
- Authors
- Odoo Community Association (OCA), Moduon
- Maintainers
- Odoo Community Association (OCA), Moduon
- Committers
- Eduardo de Miguel, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module lets you notify partners about sent payment or debit orders. You can do that by e-mail and/or by SMS. It is automated by default.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
Settings for payment notification | res.config.settings | form | Inherits account.res_config_settings_view_form |
view_account_payment_search |
Email and phone filters | account.payment | search | Inherits account.view_account_payment_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
mobileCharrelated='partner_id.phone'
-
mark_as_sent(self)Auto-notify when marking as sent.
New fields (3)
-
account_payment_notification_automaticSelectiondefault='auto'help='Choose the automatism level when notifying sent payments.'required=Trueselection=[('manual', 'Notify manually'), ('auto', 'Notify automatically')]string='Payment notifications automatism' -
account_payment_notification_methodSelectiondefault='email_only'help='Choose the method to notify payments automatically when marked as sent.'required=Trueselection=[('email_only', 'By email'), ('email_or_sms', 'By email if possible, by SMS otherwise'), ('sms_only', 'By SMS'), ('sms_or_email', 'By SMS if possible, by email otherwise'), ('all', 'By all possible notification means')]string='Payment notification method' -
account_payment_notification_requiredBooleanhelp='Enable to forbid marking payments as sent if they cannot be notified using the chosen method(s).'string='Require payment notifications'
No public methods.
New fields (3)
-
account_payment_notification_automaticSelectionreadonly=Falserelated='company_id.account_payment_notification_automatic' -
account_payment_notification_methodSelectionreadonly=Falserelated='company_id.account_payment_notification_method' -
account_payment_notification_requiredBooleanreadonly=Falserelated='company_id.account_payment_notification_required'
No public methods.
Loading…
Loading…
Loading…