Skip to content

Commit

Permalink
Merge PR #225 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Aug 31, 2023
2 parents 5a6fb0c + d779208 commit 1dbbd8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions intrastat_product/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,8 @@ def compute_intrastat_lines(self):

def _get_intrastat_line_vals(self, line):
vals = {}
notedict = {
"note": "",
"line_nbr": 0,
}
decl_model = self.env["intrastat.product.declaration"]
notedict, key2label = decl_model._prepare_notedict()
if decl_model._is_product(line):
hs_code = line.product_id.get_hs_code_recursively()
if not hs_code:
Expand Down

0 comments on commit 1dbbd8c

Please sign in to comment.