mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
[FIX] document_url: Fix module dependencies.
This commit is contained in:
parent
1b271c7ea7
commit
2d39de5b06
@ -7,6 +7,7 @@
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["mail"],
|
||||
"data": ["view/document_url_view.xml"],
|
||||
"qweb": ["static/src/xml/url.xml"],
|
||||
"installable": True,
|
||||
|
@ -2,7 +2,7 @@
|
||||
<odoo>
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="google_drive assets"
|
||||
name="document_url assets"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
|
Loading…
Reference in New Issue
Block a user