[MIG] document_page_project: Migration to 12.0

This commit is contained in:
mreficent
2019-03-19 18:16:50 +01:00
committed by ntsirintanis
parent ac00976177
commit 9a680c3008
8 changed files with 32 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ class ProjectProject(models.Model):
document_page_ids = fields.One2many(
string='Wiki',
comodel_name='document.page',
inverse_name='project_id'
inverse_name='project_id',
)
document_page_count = fields.Integer(
compute='_compute_document_page_count',