[IMP] document_page_portal: black, isort, prettier

This commit is contained in:
Marcel Savegnago
2021-02-28 17:26:09 -03:00
committed by kaynnan
parent b3cd765358
commit f9ec6231c9
10 changed files with 238 additions and 151 deletions

View File

@@ -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.",
)