Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.09 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.antiun.com
Last tracking update
2026-08-07 07:03:08
Authors
Serv. Tecnol. Avanzados - Pedro M. Baeza, Antiun Ingeniería S.L.
Maintainers
Serv. Tecnol. Avanzados - Pedro M. Baeza, Antiun Ingeniería S.L.
Committers
Stéphane Bidoul, Pedro M. Baeza, sebalix, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
purchase_payment, sale_payment
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • customer_payment_mode Many2one → payment.mode
    company_dependent=True domain="[('sale_ok', '=', True)]" help='Select the default payment mode for this customer.' string='Customer Payment Mode' args: 'payment.mode'
  • supplier_payment_mode Many2one → payment.mode
    company_dependent=True domain="[('purchase_ok', '=', True)]" help='Select the default payment mode for this supplier.' string='Supplier Payment Mode' args: 'payment.mode'
Public methods (0)

No public methods.

Loading…

Loading…