Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/oca/bank-payment
Last tracking update
2026-08-07 07:32:01
Authors
Odoo Community Association (OCA), KMEE
Maintainers
Odoo Community Association (OCA), KMEE
Committers
Weblate, Luis Felipe Mileo, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
repair_order_form_view repair.order.form (in account_payment_repair) repair.order form Inherits repair.view_repair_order_form
report_sale_payment_mode report_sale_payment_mode ir.ui.view qweb Inherits repair.report_repairorder
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • payment_mode_id Many2one → account.payment.mode
    comodel_name='account.payment.mode' domain=[('payment_type', '=', 'inbound')] string='Payment Mode'
Public methods (2)
  • action_invoice_create(self, group=False)
    @api.multi
  • onchange_partner_id(self)
    @api.onchange('partner_id')