We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ecc9d commit dfff4bcCopy full SHA for dfff4bc
1 file changed
intrastat_product/tests/test_intrastat_product.py
@@ -98,6 +98,7 @@ def test_declaration_manual_lines(self):
98
99
# Test Greece country code conversion
100
computation_line_form.src_dest_country_id = self.env.ref("base.gr")
101
+ computation_line_form.save()
102
declaration_line_form_greece = Form(
103
self.env["intrastat.product.computation.line"].with_context(
104
default_parent_id=self.declaration.id
0 commit comments