Merge lp:~unifield-team/unifield-wm/UTP-60 into lp:unifield-wm

Proposed by jftempo
Status: Needs review
Proposed branch: lp:~unifield-team/unifield-wm/UTP-60
Merge into: lp:unifield-wm
Diff against target: 13 lines (+3/-0)
1 file modified
account_override/account_invoice_view.xml (+3/-0)
To merge this branch: bzr merge lp:~unifield-team/unifield-wm/UTP-60
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+237059@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

2229. By Sean Carroll

UTP-60[IMP] restricted to customers only

2228. By jftempo

UTP-1209 [FIX] Unable to save an AD on PO/FO

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_override/account_invoice_view.xml'
2--- account_override/account_invoice_view.xml 2014-09-26 09:49:52 +0000
3+++ account_override/account_invoice_view.xml 2014-10-03 13:12:07 +0000
4@@ -575,6 +575,9 @@
5 <xpath expr="/form" position="attributes">
6 <attribute name="string">Stock Transfer Voucher</attribute>
7 </xpath>
8+ <xpath expr="/form/group/field[@string='Customer']" position="attributes">
9+ <attribute name="domain">[('customer','=','t')]</attribute>
10+ </xpath>
11 <xpath expr="/form/notebook/page[@string='Invoice']/field[@name='account_id']" position="attributes">
12 <attribute name="domain">[('company_id', '=', company_id), ('restricted_area', '=', 'out_invoice')]</attribute>
13 </xpath>

Subscribers

People subscribed via source and target branches