Merge lp:~vauxoo/addons-vauxoo/7.0-account_move_line_extended-rev-2075-kty into lp:~vauxoo/addons-vauxoo/addons-vauxoo-cicsa

Proposed by Katherine Zaoral (Vauxoo)
Status: Merged
Merged at revision: 1090
Proposed branch: lp:~vauxoo/addons-vauxoo/7.0-account_move_line_extended-rev-2075-kty
Merge into: lp:~vauxoo/addons-vauxoo/addons-vauxoo-cicsa
Diff against target: 25 lines (+15/-0)
1 file modified
account_move_line_extended/view/account_move_line_view.xml (+15/-0)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/7.0-account_move_line_extended-rev-2075-kty
Reviewer Review Type Date Requested Status
Katherine Zaoral (Vauxoo) Approve
Review via email: mp+231094@code.launchpad.net

Description of the change

[MERGE] add group by Currency and search by currency filter in the Journal Entries view.

To post a comment you must log in.
Revision history for this message
Katherine Zaoral (Vauxoo) (kathy-zaoral) wrote :

waiting for runbot.

1089. By Katherine Zaoral (Vauxoo)

[MERGE] addons-vauxoo-cicsa revno 1089.

Revision history for this message
Katherine Zaoral (Vauxoo) (kathy-zaoral) wrote :

runbot is green.
I will proceed with the merge.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_move_line_extended/view/account_move_line_view.xml'
2--- account_move_line_extended/view/account_move_line_view.xml 2014-08-04 19:15:36 +0000
3+++ account_move_line_extended/view/account_move_line_view.xml 2014-08-17 18:56:45 +0000
4@@ -1,6 +1,21 @@
5 <?xml version="1.0" encoding="utf-8"?>
6 <openerp>
7 <data>
8+
9+ <record id="aml_extended_search" model="ir.ui.view">
10+ <field name="name">Journal Entries Extended Search</field>
11+ <field name="model">account.move.line</field>
12+ <field name="inherit_id" ref="account.view_account_move_line_filter"/>
13+ <field name="arch" type="xml">
14+ <xpath expr="//search" position="inside">
15+ <field name="currency_id"/>
16+ </xpath>
17+ <xpath expr="//group" position="inside">
18+ <filter string="Currency" icon="terp-folder-orange" domain="[]" context="{'group_by':'currency_id'}"/>
19+ </xpath>
20+ </field>
21+ </record>
22+
23 <record id="aml_extended_tree" model="ir.ui.view">
24 <field name="name">Journal Entries Extended</field>
25 <field name="model">account.move.line</field>

Subscribers

People subscribed via source and target branches

to all changes: