mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-16 04:02:56 -06:00
[FIX] - document-page-approval: Fixes #60 url not valid when website module is installed.
This commit is contained in:
parent
f0cef0fa76
commit
2f590b6656
@ -134,7 +134,7 @@ class document_page_history_wkfl(models.Model):
|
|||||||
)
|
)
|
||||||
|
|
||||||
page.get_page_url = (
|
page.get_page_url = (
|
||||||
'{}/#db={}&id={}&view_type=form&'
|
'{}/web#db={}&id={}&view_type=form&'
|
||||||
'model=document.page.history').format(
|
'model=document.page.history').format(
|
||||||
base_url,
|
base_url,
|
||||||
self.env.cr.dbname,
|
self.env.cr.dbname,
|
||||||
|
Loading…
Reference in New Issue
Block a user