Skip to content

Commit

Permalink
[8.0.2.0.1][l10n_id_taxform_bukti_potong_pph_common]
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Jul 7, 2017
1 parent 627a79e commit 3b2eb88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_id_taxform_bukti_potong_pph_common/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Indonesia - Common Feature for Bukti Potong",
"version": "8.0.2.0.0",
"version": "8.0.2.0.1",
"category": "localization",
"website": "https://opensynergy-indonesia.com/",
"author": "OpenSynergy Indonesia",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ def _prepare_move_line_data(self, data):
"partner_id": partner.id,
"analytic_account_id": self.analytic_account_id and
self.analytic_account_id.id or False,
"tax_code_id": self.tax_id.base_code_id and \
self.tax_id.base_code_id.id and False,
"tax_amount": self.tax_id.tax_sign * float(int(self.amount)),
})
data.append(res)
return data
Expand Down

0 comments on commit 3b2eb88

Please sign in to comment.