[IMP] pre-commit: first run on whole repo
This commit is contained in:
@@ -7,6 +7,6 @@ from odoo import fields, models
|
||||
|
||||
|
||||
class ProductSupplierinfo(models.Model):
|
||||
_inherit = 'product.supplierinfo'
|
||||
_inherit = "product.supplierinfo"
|
||||
|
||||
name = fields.Many2one(domain=[('parent_id', '=', False)])
|
||||
name = fields.Many2one(domain=[("parent_id", "=", False)])
|
||||
|
||||
Reference in New Issue
Block a user