mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
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.
6 lines
146 B
Python
6 lines
146 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from .hooks import pre_init_hook
|
|
from . import models
|
|
from . import reports
|