Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 09:06:23
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Anusha
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
- This module adds a button on Sale Order Form in order to see all the
  payment transactions related to that Sale Order.

![image](https://user-images.githubusercontent.com/19529533/129061695-62739c7a-2d35-4764-b922-d5ea6dc0102d.png)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_order_form_view sale.order.form (in sale_transaction_form_link) sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • payment_transaction_count Integer
    compute='_compute_payment_transaction_count' string='Number of payment transactions'
Public methods (1)
  • action_view_transaction(self)

Loading…

Loading…

Loading…