Account_invoice_layout :Payment term name needs to be displayed (along with notes if added)

Bug #649030 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Status tracked in Trunk
5.0
Fix Released
Undecided
Unassigned
Trunk
Fix Released
Undecided
Unassigned

Bug Description

account_invoice_layout/report/report_account_invoice_layout.rml

          <para style="terp_default_9">[[ format((o.payment_term and o.payment_term.note) or removeParentNode('blockTable')) ]]</para>

this requires o.payment_term.note which is not mandatory and mostly not necessary

IMHO this should be o.payment_term.name

          <para style="terp_default_9">[[ format((o.payment_term and o.payment_term.name) or removeParentNode('blockTable')) ]]</para>

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Fixed in: by revision

Stable : 2860 <email address hidden>
Trunk : 5016 <email address hidden>
Thanks Dr. Ferdinand.

affects: openobject-client → openobject-addons
Changed in openobject-addons:
status: New → Confirmed
summary: - [V5] invoice_loayout does not print payment term
+ Account_invoice_layout :Payment term name needs to be displayed (along
+ with notes if added)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.