Hi,
How can i create a new Grid view for my custom module in Odoo 13, is there any free tutorials available for this?
Python Brains
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
How can i create a new Grid view for my custom module in Odoo 13, is there any free tutorials available for this?
Python Brains
In Odoo we have different type of views some are available in community and some are available only in enterprise.
Activity
Calendar
Cohort (Enterprise Only)
Dashboard (Enterprise Only)
Diagram
Form
Gantt (Enterprise Only)
Graph
Grid (Enterprise Only)
Kanban
List
Map (Enterprise Only)
Pivot
Qweb
Search
Here, Grid is only available in enterprise edition. So you cannot use that in community.
But you can create your own grid view just like many have already created gantt view for community.
Here is a useful link that will help you on this:
Odoo Experience 2018 - Visualizing Data in Odoo: How to Create a New View
https://www.odoo.com/documentation/13.0/reference/views.html#generic-structure
Is that possible to create grid view in community edition or is that an enterprise feature?
Hi,
You can add new views in odoo as per the need, in the odoo app store, there are free modules which add the new view types like map and timeline. You can download those modules and see how the new view has been added into odoo.
See:-
1. Map View
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Mar 22
|
1221 | ||
|
1
Mar 21
|
6081 | ||
|
2
Jan 20
|
132 | ||
|
1
Nov 24
|
1613 | ||
|
2
Apr 23
|
14529 |
Views in Odoo: https://goo.gl/pZpTVu
Thank all of you for your suggestions but i cant get the correct answer for my question(Creating Grid view in Odoo 13), is that possible with the community version?