|
|
@ -406,7 +406,8 @@ |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
</template> |
|
|
|
<template id="account.report_invoice_with_payments"> |
|
|
|
<template id="report_invoice_with_payments_inherit" inherit_id="account.report_invoice_with_payments"> |
|
|
|
<xpath expr="//t[@t-call='web.html_container']" position="replace"> |
|
|
|
<t t-call="web.html_container"> |
|
|
|
<t t-foreach="docs" t-as="o"> |
|
|
|
<t t-set="lang" |
|
|
@ -430,8 +431,10 @@ |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
</xpath> |
|
|
|
</template> |
|
|
|
<template id="account.report_invoice"> |
|
|
|
<template id="report_invoice_inherit" inherit_id="account.report_invoice"> |
|
|
|
<xpath expr="//t[@t-call='web.html_container']" position="replace"> |
|
|
|
<t t-call="web.html_container"> |
|
|
|
<t t-foreach="docs" t-as="o"> |
|
|
|
<t t-set="lang" |
|
|
@ -455,6 +458,7 @@ |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
</xpath> |
|
|
|
</template> |
|
|
|
</data> |
|
|
|
</odoo> |