~unifield-team/unifield-wm/trunk

« back to all changes in this revision

Viewing changes to account_msf/attachment_view.xml

Removed groups= in xml (except for group_multi_company and group_no_one)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                            <field name="res_id" invisible="1"/>
35
35
                            <field name="res_name"/>
36
36
                        </group>
37
 
                    <group col="2" groups="base.group_extended">
 
37
                    <group col="2">
38
38
                        <separator string="Created" colspan="2"/>
39
39
                        <field name="create_uid" select="2"/>
40
40
                        <field name="create_date" select="2"/>
95
95
                    <newline/>
96
96
                    <group expand="0" string="Group By...">
97
97
                        <filter string="Owner" icon="terp-personal" domain="[]" context="{'group_by':'create_uid'}"/>
98
 
                        <filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"  groups="base.group_extended"/>
 
98
                        <filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}" />
99
99
                        <filter string="Company" icon="terp-gtk-home" domain="[]" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
100
100
                        <separator orientation="vertical"/>
101
101
                        <filter string="Month" help="Creation Month" icon="terp-go-month" domain="[]" context="{'group_by':'create_date'}"/>