Browse Source

Merge PR #705 into 13.0

Signed-off-by pedrobaeza
pull/696/merge
OCA-git-bot 4 years ago
parent
commit
c1a6aa14a0
  1. 1
      account_financial_report/tests/test_vat_report.py

1
account_financial_report/tests/test_vat_report.py

@ -166,6 +166,7 @@ class TestVATReport(common.TransactionCase):
self.env["account.move"].with_context(default_type="out_invoice")
)
move_form.partner_id = self.env.ref("base.res_partner_2")
move_form.invoice_date = time.strftime("%Y-%m-04")
with move_form.invoice_line_ids.new() as line_form:
line_form.product_id = self.env.ref("product.product_product_4")
line_form.quantity = 1.0

Loading…
Cancel
Save