Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个模块,它显示目录中文件的文件名、大小、创建时间等。我使用 openerp Web 框架在表格中展示了这一点。现在我想要按此数据的选项搜索和分组。我怎样才能做到这一点?我没有在数据库中保存任何数据。有谁请帮忙!!
好吧,阿努拉达,
我看到你已经完成了纯粹使用网络(qWeb)的事情,所以你需要单独的小部件来启用你的视图上的搜索工具,类似的例子可以在聊天墙上找到,即消息菜单。
谢谢你