[IMP] account_financial_report: select accounts between two codes

This commit is contained in:
Joan Sisquella
2020-04-30 15:35:09 +02:00
committed by chaule97
parent 7d96ea4f74
commit 177447155f
9 changed files with 229 additions and 25 deletions

View File

@@ -173,8 +173,8 @@ class TestVATReport(common.TransactionCase):
line_form.price_unit = 250.0
line_form.account_id = self.income_account
line_form.tax_ids.add(self.tax_20)
self.cbinvoice = move_form.save()
self.cbinvoice.post()
invoice = move_form.save()
invoice.post()
def _get_report_lines(self, taxgroups=False):
based_on = "taxtags"