Skip to content

Commit

Permalink
[8.0.2.0.0][l10n_id_faktur_pajak_masukan]
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Jul 2, 2017
1 parent c415d6d commit 552200d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion l10n_id_taxform_faktur_pajak_masukan/__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 Masukan",
"version": "8.0.1.0.0",
"version": "8.0.2.0.0",
"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 @@ -18,14 +18,14 @@ def _get_faktur_pajak_type(self):

reference_id = fields.Many2one(
string="Doc. Reference",
comodel_name="account.invoice",
comodel_name="account.move",
)
reference_ids = fields.Many2many(
string="Doc. References",
comodel_name="account.invoice",
relation="rel_fp_masukan_2_invoice",
comodel_name="account.move",
relation="rel_fp_masukan_2_move",
column1="fp_masukan_id",
column2="invoice_id",
column2="move_id",
)
reverse_id = fields.Many2one(
string="Reverse From",
Expand Down

0 comments on commit 552200d

Please sign in to comment.