TIP: You can type at any time to perform a new search.
Account Payment Base OCA - Sale
account_payment_base_oca_sale · OCA/bank-payment-alternative
- Repository
- OCA/bank-payment-alternative · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Banking addons
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/bank-payment-alternative
- Last tracking update
- 2026-08-07 09:06:26
- Authors
- Akretion, Odoo Community Association (OCA), Tecnativa
- Maintainers
- Akretion, Odoo Community Association (OCA), Tecnativa
- Committers
- Alexis de Lattre, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_payment_mandate_sale
- Description
This modules improves the implementation of *Payment Mode* of sale orders: - it adds the *Payment Mode* field in *Sales > Reporting > Sales* - it updates the *Quotation / Order* report with Payment instructions
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_sale_payment_mode |
report_sale_payment_mode | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
sale_report_view_tree |
sale.report | tree | Inherits sale.sale_report_view_tree | |
view_order_product_search |
sale.report | search | Inherits sale.view_order_product_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
preferred_payment_method_line_idMany2onedomain="[('payment_type', '=', 'inbound'), ('company_id', '=', company_id), ('selectable', '=', True)]"
No public methods.
New fields (1)
-
preferred_payment_method_line_idMany2one → account.payment.method.linereadonly=Truestring='Payment Method' args: 'account.payment.method.line'
No public methods.
Loading…