Merge lp:~vauxoo/openerp-venezuela-localization/hbto_wkf_wh into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Proposed by hbto [Vauxoo] http://www.vauxoo.com
Status: Merged
Merged at revision: 565
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/hbto_wkf_wh
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 16 lines (+7/-0)
1 file modified
l10n_ve_withholding/workflow/account_workflow.xml (+7/-0)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/hbto_wkf_wh
Reviewer Review Type Date Requested Status
Gabriela Quilarque Pending
Nhomar - Vauxoo Pending
Review via email: mp+90052@code.launchpad.net

Description of the change

Withhold Base Module Workflow Fixing

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_withholding/workflow/account_workflow.xml'
2--- l10n_ve_withholding/workflow/account_workflow.xml 2011-10-31 08:24:34 +0000
3+++ l10n_ve_withholding/workflow/account_workflow.xml 2012-01-25 06:43:39 +0000
4@@ -18,5 +18,12 @@
5 <field name="act_to" ref="act_wh_router"/>
6 <field name="condition">True</field>
7 </record>
8+ <record id="trans_wh_router_paid" model="workflow.transition">
9+ <field name="act_from" ref="act_wh_router"/>
10+ <field name="act_to" ref="account.act_paid"/>
11+ <field name="trigger_model">account.move.line</field>
12+ <field name="trigger_expr_id">move_line_id_payment_get()</field>
13+ <field name="condition">test_paid()</field>
14+ </record>
15 </data>
16 </openerp>