This commit is contained in:
Florent THOMAS 2022-02-03 00:25:39 +01:00
parent 9c25ff1d45
commit 92414514ad
2 changed files with 0 additions and 9 deletions

View File

@ -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.')

View File

@ -24,9 +24,5 @@ odoo.define('document_page.update_kanban', function (require) {
this._super.apply(this, arguments);
}
},
});
});