Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Point of Sale

Entity: pos.payment.method

Compute Method: _compute_is_cash_count

Inputs Method Outputs
for pm in self:
            pm.is_cash_count = pm.type == 'cash'

Back to entity