Merge lp:~therp-nl/openobject-addons/7.0-lp1207375-payment_order_amounts_visibility into lp:~openerp-dev/openobject-addons/7.0-opw-596134-dhr

Proposed by Stefan Rijnhart (Opener)
Status: Needs review
Proposed branch: lp:~therp-nl/openobject-addons/7.0-lp1207375-payment_order_amounts_visibility
Merge into: lp:~openerp-dev/openobject-addons/7.0-opw-596134-dhr
Diff against target: 20 lines (+2/-1)
1 file modified
account_payment/account_payment_view.xml (+2/-1)
To merge this branch: bzr merge lp:~therp-nl/openobject-addons/7.0-lp1207375-payment_order_amounts_visibility
Reviewer Review Type Date Requested Status
Stéphane Bidoul (Acsone) (community) Approve
Dharti Ratani(OpenERP) Pending
OpenERP R&D Team Pending
Review via email: mp+180578@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stéphane Bidoul (Acsone) (sbi) :
review: Approve

Unmerged revisions

9353. By Stefan Rijnhart (Opener)

[FIX] Show payment order line amount in tree view, payment order amount in form view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_payment/account_payment_view.xml'
2--- account_payment/account_payment_view.xml 2013-08-12 06:13:46 +0000
3+++ account_payment/account_payment_view.xml 2013-08-16 14:26:37 +0000
4@@ -102,6 +102,7 @@
5 </div>
6 <group>
7 <group>
8+ <field name="total"/>
9 <field name="user_id"/>
10 <field name="mode"/>
11 </group>
12@@ -159,7 +160,7 @@
13 <field name="bank_id" domain="[('partner_id', '=', partner_id)]"/>
14 <field name="ml_maturity_date"/>
15 <field name="date"/>
16- <field name="amount_currency" string="Amount" groups="base.group_multi_currency"/>
17+ <field name="amount_currency" string="Amount"/>
18 <field name="currency" groups="base.group_multi_currency"/>
19 <field name="name"/>
20 <field name="amount" sum="Total in Company Currency" invisible="1"/>

Subscribers

People subscribed via source and target branches

to all changes: