mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Left-over field references from former refactoring
This commit is contained in:
@@ -1211,8 +1211,6 @@ class banking_import_transaction(orm.Model):
|
|||||||
'match_type',
|
'match_type',
|
||||||
'move_line_id',
|
'move_line_id',
|
||||||
'invoice_id',
|
'invoice_id',
|
||||||
'manual_invoice_id',
|
|
||||||
'manual_move_line_id',
|
|
||||||
]] +
|
]] +
|
||||||
[(x, [(6, 0, [])]) for x in [
|
[(x, [(6, 0, [])]) for x in [
|
||||||
'move_line_ids',
|
'move_line_ids',
|
||||||
|
|||||||
@@ -367,13 +367,6 @@ class banking_transaction_wizard(orm.TransientModel):
|
|||||||
('payment_order_manual', 'Payment order (manual)'),
|
('payment_order_manual', 'Payment order (manual)'),
|
||||||
],
|
],
|
||||||
string='Match type', readonly=True),
|
string='Match type', readonly=True),
|
||||||
'manual_invoice_id': fields.many2one(
|
|
||||||
'account.invoice', 'Match this invoice',
|
|
||||||
domain=[('reconciled', '=', False)]),
|
|
||||||
'manual_move_line_id': fields.many2one(
|
|
||||||
'account.move.line', 'Or match this entry',
|
|
||||||
domain=[('account_id.reconcile', '=', True),
|
|
||||||
('reconcile_id', '=', False)]),
|
|
||||||
'manual_invoice_ids': fields.many2many(
|
'manual_invoice_ids': fields.many2many(
|
||||||
'account.invoice',
|
'account.invoice',
|
||||||
'banking_transaction_wizard_account_invoice_rel',
|
'banking_transaction_wizard_account_invoice_rel',
|
||||||
|
|||||||
Reference in New Issue
Block a user