Skip to content
Snippets Groups Projects
Commit 58263bcb authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

Merge pull request #468 from sve-odoo/patch-4

[IMP] base ir.model.field, improve search view.
parents 65752d3a 6ed133d8
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,13 @@
string="Readonly"
domain="[('readonly', '=', True)]"/>
<separator/>
<filter
string="Custom"
domain="[('state', '=', 'manual')]"/>
<filter
string="Base"
domain="[('state', '=', 'base')]"/>
<separator/>
<filter icon="terp-translate"
string="Translate"
domain="[('translate', '=', True)]"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment