mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 18:38:41 -06:00
cleanup
This commit is contained in:
parent
ed0dbcfee1
commit
488c3962b1
@ -1,3 +1,2 @@
|
|||||||
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
|
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
|
||||||
document_definition_all,document.definition,model_document_definition,,1,1,1,1
|
document_definition_all,document.definition,model_document_definition,,1,1,1,1
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.2 KiB |
@ -1,7 +0,0 @@
|
|||||||
//-*- coding: utf-8 -*-
|
|
||||||
//© 2017 Therp BV <http://therp.nl>
|
|
||||||
//License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
||||||
|
|
||||||
openerp.document_definition = function(instance)
|
|
||||||
{
|
|
||||||
}
|
|
@ -1,14 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<openerp>
|
<openerp>
|
||||||
<data>
|
<data>
|
||||||
<template id="assets_backend" name="document_definition assets" inherit_id="web.assets_backend">
|
|
||||||
<xpath expr="." position="inside">
|
|
||||||
<script type="text/javascript" src="/document_definition/static/src/js/document_definition.js"/>
|
|
||||||
<link rel="stylesheet" href="/document_definition/static/src/css/document_definition.css"/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
|
|
||||||
<record id="view_definition_tree" model="ir.ui.view">
|
<record id="view_definition_tree" model="ir.ui.view">
|
||||||
<field name="name">document.definition.tree</field>
|
<field name="name">document.definition.tree</field>
|
||||||
<field name="model">document.definition</field>
|
<field name="model">document.definition</field>
|
||||||
|
Loading…
Reference in New Issue
Block a user