Files
bank-payment/account_banking_pain_base/models
sebalix 25d179859a [IMP] account_banking_pain_base: switch from @api.model to @api.multi
The calls are the following:
`generate_payment_file()` -> `generate_party_block(...)` -> `generate_party_agent(...)`

The first was decorated with `api.multi` (with ensure_one) and the others with `api.model`.

This change allows to get the reference of the current payment order in
`generate_party_block(...)` and `generate_party_agent(...)` methods (for
instance to modulate the generation of the file depending on the related
payment method configuration).
2020-08-04 17:16:27 +02:00
..