mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 13:22:19 -06:00
[IMP] document_page_portal: black, isort, prettier
This commit is contained in:
committed by
kaynnan
parent
b3cd765358
commit
f9ec6231c9
@@ -6,9 +6,10 @@ from odoo import fields, models
|
||||
|
||||
class DocumentPage(models.Model):
|
||||
|
||||
_inherit = 'document.page'
|
||||
_inherit = "document.page"
|
||||
|
||||
is_public = fields.Boolean(
|
||||
'Public Page',
|
||||
help='If true it allows any user of the portal to have '
|
||||
'access to this document.')
|
||||
"Public Page",
|
||||
help="If true it allows any user of the portal to have "
|
||||
"access to this document.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user