Skip to content

Commit

Permalink
[FIX] Corrige teste nfse paulistana.
Browse files Browse the repository at this point in the history
Migra Danfes para a versão 11
  • Loading branch information
fabioluna committed Nov 29, 2017
1 parent 4d7dd38 commit 80aac28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion br_nfse/reports/danfse_ginfes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
</template>

<template id="main_template_br_nfse_danfe_ginfes">
<t t-call="report.html_container">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="doc">
<t t-call="br_nfse.danfse_report_template_ginfes" t-lang="doc.partner_id.lang"/>
</t>
Expand Down
2 changes: 1 addition & 1 deletion br_nfse/reports/danfse_imperial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
</template>

<template id="main_template_br_nfse_danfe_imperial">
<t t-call="report.html_container">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="doc">
<t t-call="br_nfse.danfse_report_template_imperial" t-lang="doc.partner_id.lang"/>
</t>
Expand Down
2 changes: 1 addition & 1 deletion br_nfse/reports/danfse_sao_paulo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
</template>

<template id="main_template_br_nfse_danfe">
<t t-call="report.html_container">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="doc">
<t t-call="br_nfse.danfse_report_template" t-lang="doc.partner_id.lang"/>
</t>
Expand Down
2 changes: 1 addition & 1 deletion br_nfse/reports/danfse_simpliss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
</template>

<template id="main_template_br_nfse_danfe_simpliss">
<t t-call="report.html_container">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="doc">
<t t-call="br_nfse.danfse_report_template_simpliss" t-lang="doc.partner_id.lang"/>
</t>
Expand Down
1 change: 1 addition & 0 deletions br_nfse/tests/test_nfse_paulistana.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def setUp(self):
'reference_type': "none",
'service_document_id': self.env.ref(
'br_data_account.fiscal_document_001').id,
'service_serie_id': self.fpos.service_serie_id.id,
'journal_id': self.journalrec.id,
'account_id': self.receivable_account.id,
'fiscal_position_id': self.fpos.id,
Expand Down

0 comments on commit 80aac28

Please sign in to comment.