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 IDNameModelTypeStatus
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)
  • mobile Char
    related='partner_id.phone'
Public methods (1)
  • mark_as_sent(self)
    Auto-notify when marking as sent.

New fields (3)
  • account_payment_notification_automatic Selection
    default='auto' help='Choose the automatism level when notifying sent payments.' required=True selection=[('manual', 'Notify manually'), ('auto', 'Notify automatically')] string='Payment notifications automatism'
  • account_payment_notification_method Selection
    default='email_only' help='Choose the method to notify payments automatically when marked as sent.' required=True selection=[('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_required Boolean
    help='Enable to forbid marking payments as sent if they cannot be notified using the chosen method(s).' string='Require payment notifications'
Public methods (0)

No public methods.

New fields (3)
  • account_payment_notification_automatic Selection
    readonly=False related='company_id.account_payment_notification_automatic'
  • account_payment_notification_method Selection
    readonly=False related='company_id.account_payment_notification_method'
  • account_payment_notification_required Boolean
    readonly=False related='company_id.account_payment_notification_required'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…