[FIX] document_url: Fix module dependencies.

This commit is contained in:
sergio-teruel 2021-03-07 09:34:40 +01:00 committed by Bhavesh Heliconia
parent 1b271c7ea7
commit 2d39de5b06
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
"author": "Tecnativa, Odoo Community Association (OCA)", "author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge", "website": "https://github.com/OCA/knowledge",
"license": "AGPL-3", "license": "AGPL-3",
"depends": ["mail"],
"data": ["view/document_url_view.xml"], "data": ["view/document_url_view.xml"],
"qweb": ["static/src/xml/url.xml"], "qweb": ["static/src/xml/url.xml"],
"installable": True, "installable": True,

View File

@ -2,7 +2,7 @@
<odoo> <odoo>
<template <template
id="assets_backend" id="assets_backend"
name="google_drive assets" name="document_url assets"
inherit_id="web.assets_backend" inherit_id="web.assets_backend"
> >
<xpath expr="." position="inside"> <xpath expr="." position="inside">