Browse Source

[UPDT] Update in 'invoice_format_editor'

pull/206/head
AjmalCybro 3 years ago
parent
commit
2c84a03f7f
  1. 2
      invoice_format_editor/__manifest__.py
  2. 6
      invoice_format_editor/doc/RELEASE_NOTES.md
  3. 8
      invoice_format_editor/reports/custom_invoice_template.xml

2
invoice_format_editor/__manifest__.py

@ -22,7 +22,7 @@
{ {
'name': 'Invoice Format Editor', 'name': 'Invoice Format Editor',
'version': '15.0.1.0.0', 'version': '15.0.1.0.1',
'category': 'Accounting', 'category': 'Accounting',
'summary': 'Invoice Format Editor', 'summary': 'Invoice Format Editor',
'description': """Invoice Format Editor For Configuring the Invoice Templates""", 'description': """Invoice Format Editor For Configuring the Invoice Templates""",

6
invoice_format_editor/doc/RELEASE_NOTES.md

@ -4,3 +4,9 @@
#### Version 15.0.1.0.0 #### Version 15.0.1.0.0
#### ADD #### ADD
- Initial commit for invoice_format_editor - Initial commit for invoice_format_editor
#### 10.06.2022
#### Version 15.0.1.0.1
#### UPDT AND BUGFIX
- Invoice printing issue

8
invoice_format_editor/reports/custom_invoice_template.xml

@ -406,7 +406,8 @@
</div> </div>
</t> </t>
</template> </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-call="web.html_container">
<t t-foreach="docs" t-as="o"> <t t-foreach="docs" t-as="o">
<t t-set="lang" <t t-set="lang"
@ -430,8 +431,10 @@
</t> </t>
</t> </t>
</t> </t>
</xpath>
</template> </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-call="web.html_container">
<t t-foreach="docs" t-as="o"> <t t-foreach="docs" t-as="o">
<t t-set="lang" <t t-set="lang"
@ -455,6 +458,7 @@
</t> </t>
</t> </t>
</t> </t>
</xpath>
</template> </template>
</data> </data>
</odoo> </odoo>
Loading…
Cancel
Save