[IMP] account, invoice analysis: set child_of operator on categ_id field

bzr revid: qdp-launchpad@tinyerp.com-20101118143220-omqy2vxljfj2nf89
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-11-18 15:32:20 +01:00
parent 73c2dc2059
commit f5e96e5d09
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
<field name="partner_id"/>
<field name="user_id" />
<field name="date" string="Invoice Date"/>
<field name="categ_id" />
<field name="categ_id" filter_domain="[('categ_id', 'child_of', self)]"/>
</group>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended">