mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Moved _name up
This commit is contained in:
committed by
Sandy Carter
parent
1ece155baf
commit
9b1bd95e54
@@ -33,6 +33,8 @@ class bank_acc_rec_statement(orm.Model):
|
||||
|
||||
"""Bank account rec statement."""
|
||||
|
||||
_name = "bank.acc.rec.statement"
|
||||
|
||||
def check_group(self, cr, uid, ids, context=None):
|
||||
"""
|
||||
Check if following security constraints are implemented for groups.
|
||||
@@ -755,7 +757,6 @@ class bank_acc_rec_statement(orm.Model):
|
||||
|
||||
return res
|
||||
|
||||
_name = "bank.acc.rec.statement"
|
||||
_columns = {
|
||||
'name': fields.char(
|
||||
'Name',
|
||||
|
||||
Reference in New Issue
Block a user