Commit Graph

2 Commits

Author SHA1 Message Date
Miquel Alzanillas
4d1c73bd14 [MIG] account_payment_partner: Migration to 17.0 2023-11-25 08:46:06 +01:00
Danny W. Adair
409e64d44c Add pre_init_hook to add computed columns
Add columns to avoid Memory error on an existing Odoo instance
with lots of data.

The payment_mode_id fields are introduced by this module and computed only
from each other or the also newly introduced supplier_payment_mode_id and
customer_payment_mode_id on res.partner, so they can stay NULL, nothing
to compute.
2023-11-22 22:13:18 +01:00