~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to account_entries_report_group_by_ref/account_entries_report_view.xml

  • Committer: nhomar at vauxoo
  • Date: 2011-06-11 22:55:27 UTC
  • Revision ID: nhomar@vauxoo.com-20110611225527-v2mlv4fbx38j0gg3
[SHELDON ] commiting ortografy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='utf-8'?>
2
 
<openerp>
3
 
    <data>
4
 
        
5
 
        <record id="view_account_entries_report_search_origin_inh" model="ir.ui.view">
6
 
            <field name="name">view.account.entries.report.search.origin.inh</field>
7
 
            <field name="model">account.entries.report</field>
8
 
            <field name="inherit_id" ref="account.view_account_entries_report_search"/>
9
 
            <field name="arch" type="xml">
10
 
                <xpath expr="//group[@string='Group By...']/filter[@string='Fiscal Year']" position="after">
11
 
                   <filter string="Origin" icon="terp-stock_symbol-selection" context="{'group_by':'ref'}"/>
12
 
                </xpath>
13
 
            </field>
14
 
        </record>
15
 
        
16
 
    </data>
17
 
</openerp>