mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
[IMP] document_page_project: black, isort
This commit is contained in:
committed by
ntsirintanis
parent
cd39224667
commit
1632ae9ef0
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user