Merge lp:~vxkikevx/openerp-venezuela-localization/luiseev-wh_iva-fiscal_requirement into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Proposed by Luis Escobar V. (Vauxoo)
Status: Rejected
Rejected by: Gabriela Quilarque
Proposed branch: lp:~vxkikevx/openerp-venezuela-localization/luiseev-wh_iva-fiscal_requirement
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 12 lines (+1/-1)
1 file modified
l10n_ve_withholding_islr/view/islr_wh_doc_view.xml (+1/-1)
To merge this branch: bzr merge lp:~vxkikevx/openerp-venezuela-localization/luiseev-wh_iva-fiscal_requirement
Reviewer Review Type Date Requested Status
Gabriela Quilarque Pending
Review via email: mp+89307@code.launchpad.net

Description of the change

[FIX] Modified domain to filter only sale invoices.

To post a comment you must log in.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_withholding_islr/view/islr_wh_doc_view.xml'
2--- l10n_ve_withholding_islr/view/islr_wh_doc_view.xml 2012-01-17 00:15:29 +0000
3+++ l10n_ve_withholding_islr/view/islr_wh_doc_view.xml 2012-01-19 17:54:28 +0000
4@@ -127,7 +127,7 @@
5 </group>
6 <notebook colspan="6">
7 <page string="Invoices">
8- <field domain="[('partner_id','=',partner_id),('status','=','no_pro'),('state','in',['open','paid'])]" colspan="6" name="islr_wh_doc_id" nolabel="1" widget="many2many"/>
9+ <field domain="[('partner_id','=',partner_id),('status','=','no_pro'),('state','in',['open','paid']),('type','in',['out_invoice','out_refund'])]" colspan="6" name="islr_wh_doc_id" nolabel="1" widget="many2many"/>
10 </page>
11 <page string="Concept of Withholding Income">
12 <field colspan="6" name="concept_ids" nolabel="1" widget="one2many_list"/>