[IMP] pre-commit: first run on whole repo
This commit is contained in:
@@ -6,7 +6,7 @@ from odoo import fields, models
|
||||
|
||||
|
||||
class PosPaymentMethod(models.Model):
|
||||
_inherit = 'pos.payment.method'
|
||||
_inherit = "pos.payment.method"
|
||||
_check_company_auto = True
|
||||
|
||||
cash_journal_id = fields.Many2one(check_company=True)
|
||||
|
||||
Reference in New Issue
Block a user