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
=== modified file 'account_override/account_invoice_view.xml'
--- account_override/account_invoice_view.xml 2014-09-26 09:49:52 +0000
+++ account_override/account_invoice_view.xml 2014-10-03 13:12:07 +0000
@@ -575,6 +575,9 @@
575 <xpath expr="/form" position="attributes">575 <xpath expr="/form" position="attributes">
576 <attribute name="string">Stock Transfer Voucher</attribute>576 <attribute name="string">Stock Transfer Voucher</attribute>
577 </xpath>577 </xpath>
578 <xpath expr="/form/group/field[@string='Customer']" position="attributes">
579 <attribute name="domain">[('customer','=','t')]</attribute>
580 </xpath>
578 <xpath expr="/form/notebook/page[@string='Invoice']/field[@name='account_id']" position="attributes">581 <xpath expr="/form/notebook/page[@string='Invoice']/field[@name='account_id']" position="attributes">
579 <attribute name="domain">[('company_id', '=', company_id), ('restricted_area', '=', 'out_invoice')]</attribute>582 <attribute name="domain">[('company_id', '=', company_id), ('restricted_area', '=', 'out_invoice')]</attribute>
580 </xpath>583 </xpath>

Subscribers

People subscribed via source and target branches