[IMP] membership, account: usability improvements

bzr revid: qdp-launchpad@tinyerp.com-20101013161342-xhpkr9sarxurs6be
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-10-13 18:13:42 +02:00
parent 5ab157228f
commit b59586458b
2 changed files with 6 additions and 6 deletions

View File

@ -369,8 +369,9 @@
</group>
<newline/>
<group expand="0" string="Group By...">
<filter string="Type" context="{'group_by':'type'}" icon="terp-stock_effects-object-colorize"/>
<filter string="User" context="{'group_by':'user_id'}" icon="terp-personal"/>
<separator orientation="vertical"/>
<filter string="Type" context="{'group_by':'type'}" icon="terp-stock_effects-object-colorize"/>
</group>
</tree>
</field>

View File

@ -14,17 +14,16 @@
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Membership Products">
<filter string="To Sell" icon="terp-accessories-archiver-minus" domain="[('sale_ok','=',1)]"/>
<filter string="To Purchase" icon="terp-accessories-archiver+" domain="[('purchase_ok', '=', 1)]" />
<filter string="Inactive" icon="terp-inactive.png" domain="[('active','=',0)]"/>
<separator orientation="vertical"/>
<field name="default_code"/>
<field name="code"/>
<field name="name"/>
<field name="categ_id" widget="selection" operator="child_of"/>
<newline/>
<group expand='0' string='Group by...' groups="base.group_extended">
<filter string='Category' icon="terp-stock_symbol-selection" domain="[]" context="{'group_by' : 'categ_id'}" />
<separator orientation="vertical"/>
<filter string='Default UOM' icon="terp-mrp" domain="[]" context="{'group_by' : 'uom_id'}" />
<filter string='Date From' icon="terp-go-month" domain="[]" context="{'group_by' : 'membership_date_from'}" />
</group>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended">
@ -70,7 +69,7 @@
<page string="General">
<separator string="Accounting Info" colspan="2"/>
<separator string="Categorization" colspan="2"/>
<field name="list_price" />
<field name="list_price" string="Membership Fee"/>
<field name="type" />
<field name="property_account_income"/>
<field name="categ_id"/>