mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 17:08:46 -06:00
[FIX] document_url: Fix module dependencies.
document_url 13.0.1.0.1
This commit is contained in:
parent
85c567a01a
commit
46810643af
@ -2,11 +2,12 @@
|
|||||||
# Copyright 2020 Tecnativa - Manuel Calero
|
# Copyright 2020 Tecnativa - Manuel Calero
|
||||||
{
|
{
|
||||||
"name": "URL attachment",
|
"name": "URL attachment",
|
||||||
"version": "13.0.1.0.0",
|
"version": "13.0.1.0.1",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"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,
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user