Skip to content

Commit

Permalink
[FIX] Fixed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
egrivero committed Mar 16, 2016
1 parent ffca479 commit c89720b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ve_withholding_iva/model/wh_iva.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def action_move_create(self):
"""
ctx = dict(self._context,
vat_wh=True,
company_id=self.env.user.company_id.idv)
company_id=self.env.user.company_id.id)
for ret in self.with_context(ctx):
for line in ret.wh_lines:
if line.move_id or line.invoice_id.wh_iva:
Expand Down

0 comments on commit c89720b

Please sign in to comment.