mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] config settings are transient models
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
from openerp import models, fields
|
||||
|
||||
|
||||
class AccountConfigSettings(models.Model):
|
||||
class AccountConfigSettings(models.TransientModel):
|
||||
_inherit = 'account.config.settings'
|
||||
|
||||
module_base_bank_account_number_unique = fields.Boolean(
|
||||
|
||||
Reference in New Issue
Block a user