mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
remove unused column
This commit is contained in:
@@ -93,10 +93,4 @@ class AccountStatementLine(Model):
|
|||||||
size=64,
|
size=64,
|
||||||
serialization_field='additionnal_bank_fields',
|
serialization_field='additionnal_bank_fields',
|
||||||
help="Account number of the partner"),
|
help="Account number of the partner"),
|
||||||
'partner_bank_bic': fields.sparse(
|
|
||||||
type='char',
|
|
||||||
string='Bank Identifier Code',
|
|
||||||
size=16,
|
|
||||||
serialization_field='additionnal_bank_fields',
|
|
||||||
help="Bank Identifier Code"),
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user