mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] a_i_c_chronology: cosmetics, pylint
This commit is contained in:
committed by
Zina Rasoamanana
parent
045616358d
commit
8abfd3c145
@@ -8,7 +8,7 @@ from odoo import models, fields, api
|
||||
class AccountJournal(models.Model):
|
||||
_inherit = ['account.journal']
|
||||
|
||||
check_chronology = fields.Boolean(string='Check Chronology', default=False)
|
||||
check_chronology = fields.Boolean(default=False)
|
||||
|
||||
@api.onchange('type')
|
||||
def _onchange_type(self):
|
||||
|
||||
Reference in New Issue
Block a user