mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-29 03:46:29 -06:00
cleanup
This commit is contained in:
parent
32174296f0
commit
b1d79b786c
@ -234,8 +234,3 @@ class DocumentPage(models.Model):
|
||||
res = super().unlink()
|
||||
menus.unlink()
|
||||
return res
|
||||
|
||||
@api.multi
|
||||
def open_childs(self):
|
||||
self.ensure_one()
|
||||
action = self.env.ref('document_page.')
|
@ -24,9 +24,5 @@ odoo.define('document_page.update_kanban', function (require) {
|
||||
this._super.apply(this, arguments);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user