I would like to create a view that is not based on any model. But I have no idea how to implement that. please someone can help? Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
3
Replies
2585
Views
Hello Mohamed,
You cannot create any backend view (tree, form, kanban etc.) without defining any model. But if you want to create a website view then you can do it by creating template.
Let me share you template example
<template id="index">
<title>Academy</title>
<div class="container mt32 mb16">
<h1>Demo</h1>
<table class="table table-bordered table-sm">
<tr>
<td>...</td>
<td>...</td>
</tr>
</table>
</div>
</template>
Regards,
Aktiv Software
Hi Mohamed,
It is not possible to create any backend view without defining any model. But you can try to creating templates,
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
See this view : Settings -> Dashboard