Skip to content

Commit

Permalink
[8.0.7.0.1][l10n_id_taxform_faktur_pajak_common]
Browse files Browse the repository at this point in the history
* Fix singleton error
  • Loading branch information
andhit-r committed Jul 9, 2017
1 parent b4c0cde commit 59bb539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_id_taxform_faktur_pajak_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 - Faktur Pajak Common Feature",
"version": "8.0.7.0.0",
"version": "8.0.7.0.1",
"license": "AGPL-3",
"author": "OpenSynergy Indonesia",
"website": "https://opensynergy-indonesia.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _compute_taxform_period(self):
fp.taxform_period_id = False
if fp.date:
fp.taxform_period_id = self.env["l10n_id.tax_period"].\
_find_period(self.date).id
_find_period(fp.date).id

@api.depends(
"taxform_period_id",
Expand Down

0 comments on commit 59bb539

Please sign in to comment.