mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_payment_transfer: remove a field that has been moved
payment_term_ids is now in account_payment_mode_term
This commit is contained in:
@@ -44,8 +44,3 @@ class PaymentMode(models.Model):
|
|||||||
('date', 'One move per payment date'),
|
('date', 'One move per payment date'),
|
||||||
('line', 'One move per payment line'),
|
('line', 'One move per payment line'),
|
||||||
], string='Transfer move option', default='date')
|
], string='Transfer move option', default='date')
|
||||||
# TODO: extract this to account_banking_payment_term
|
|
||||||
payment_term_ids = fields.Many2many(
|
|
||||||
'account.payment.term', 'account_payment_order_terms_rel',
|
|
||||||
'mode_id', 'term_id', string='Payment terms',
|
|
||||||
help='Limit selected invoices to invoices with these payment terms')
|
|
||||||
|
|||||||
Reference in New Issue
Block a user