Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Comunicación VERI*FACTU
Entity: verifactu.invoice.entry.response.line
Compute Method: _compute_is_cancellation
| Inputs | Method | Outputs |
|---|---|---|
|
- for rec in self: - rec.is_cancellation = rec.entry_id.entry_type == "cancel" |
|
