mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
post_move default True, to keep the previous behavior
Bump up version number
This commit is contained in:
committed by
Enric Tobella
parent
6bd9f48aa6
commit
fce7b19800
@@ -9,7 +9,7 @@
|
||||
|
||||
{
|
||||
'name': 'Account Payment Order',
|
||||
'version': '10.0.1.1.1',
|
||||
'version': '10.0.1.1.2',
|
||||
'license': 'AGPL-3',
|
||||
'author': "ACSONE SA/NV, "
|
||||
"Therp BV, "
|
||||
|
||||
@@ -73,7 +73,7 @@ class AccountPaymentMode(models.Model):
|
||||
('date', 'One move per payment date'),
|
||||
('line', 'One move per payment line'),
|
||||
], string='Move Option', default='date')
|
||||
post_move = fields.Boolean(string='Post Move')
|
||||
post_move = fields.Boolean(string='Post Move', default=True)
|
||||
|
||||
@api.multi
|
||||
@api.constrains(
|
||||
|
||||
Reference in New Issue
Block a user