[IMP] document_page_project: black, isort

This commit is contained in:
Joan Sisquella
2020-01-15 12:15:05 +01:00
committed by Bhavesh Heliconia
parent e275593f5c
commit 120ee8a7f5
3 changed files with 15 additions and 29 deletions

View File

@@ -6,9 +6,6 @@ from odoo import fields, models
class DocumentPage(models.Model):
_inherit = 'document.page'
_inherit = "document.page"
project_id = fields.Many2one(
string='Project',
comodel_name='project.project',
)
project_id = fields.Many2one(string="Project", comodel_name="project.project")