mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-25 14:37:45 -06:00
IMP: Add single menu for content browsing
* Categories and content are now available and browsable in a single menu. * Navigation helps user to find content easily * Cleanups for pylint and flake
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
|
||||
<template id="assets_backend" name="document_page assets" inherit_id="web.assets_backend">
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="document_page assets"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" href="/document_page/static/src/css/document_page.css"/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/document_page/static/src/css/document_page.css"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/document_page/static/src/js/document_page_kanban.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user