Browse Source

[FIX] Bug Fixed 'invoice_format_editor'

pull/175/head
Ajmal Cybro 4 years ago
parent
commit
0dd8470214
  1. 2
      invoice_format_editor/__manifest__.py
  2. 2
      invoice_format_editor/reports/custom_invoice_template.xml
  3. 2
      invoice_format_editor/reports/custom_invoice_template_fantacy.xml

2
invoice_format_editor/__manifest__.py

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

2
invoice_format_editor/reports/custom_invoice_template.xml

@ -372,7 +372,7 @@
</b>
</p>
<p t-if="o.invoice_payment_term_id" name="payment_term">
<span t-field="o.invoice_paymennt_term_id.note"/>
<span t-field="o.invoice_payment_term_id.note"/>
</p>
<p t-if="o.fiscal_position_id.note" name="note">
<span t-field="o.fiscal_position_id.note"/>

2
invoice_format_editor/reports/custom_invoice_template_fantacy.xml

@ -306,7 +306,7 @@
</b>
</p>
<p t-if="o.invoice_payment_term_id" name="payment_term">
<span t-field="o.invoice_paymennt_term_id.note"/>
<span t-field="o.invoice_payment_term_id.note"/>
</p>
<p t-if="o.fiscal_position_id.note" name="note">
<span t-field="o.fiscal_position_id.note"/>

Loading…
Cancel
Save