【问题标题】:Filters and groups Odoo 10过滤器和分组 Odoo 10
【发布时间】:2019-02-06 08:02:32
【问题描述】:

我有几个这样写的过滤器:

--> 对于经典过滤器

<filter string="Pas inscrit restauration scolaire" name="pasinscritcantine" domain="[('half_pension','=',False)]"></filter>

--> 对于按分组的过滤器

<filter string="Restauration Scolaire" name="demipension" domain="[]" context="{'group_by':'half_pension'}"></filter>

我找不到有关某些组的过滤器(访问)可见性的文档。

让我解释一下:

当我以管理员身份登录时,这些过滤器可以完美运行。 另一方面,当我和 lambda 用户在一起时,我看不到他们。 我创建了一个 School Restore 组以授予对某些视图或模型的权限,但未考虑过滤器。如何在 School Restore 组中查看这两个过滤器?

提前谢谢你

【问题讨论】:

  • 没人帮我吗?

标签: python xml odoo


【解决方案1】:

【讨论】:

  • 您好,是的。对于视图,它是完美的,但对于过滤器,它不起作用
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2017-05-06
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多