~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: Sabrina Romero
  • Date: 2013-08-20 21:10:39 UTC
  • mto: (543.7.272 vaddddddd)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: sabrina@vauxoo.com-20130820211039-9jqrffvg2nz8q3vx

[ADD] Module product_do_merge added

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>