c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #10935
[Bug 697195] Re: [6.0 RC2] account_invoice_layout - duplicate payment terms
Hello Dr. Ferdinand,
I have seen your screen-shot.
These are two different fields,One is "name" and another one is "note" filed.
Go to Accounting-->Configuration-->Miscellaneous -- >Payment Term
-->Open Form view .
You can see there is Payment Term("name" field) and Description on
invoice("note" field) both have the same value in our demo data, If you
change any of these you will get different value in your report
(supplier invoices or customer invoices).
Thanks.
** Changed in: openobject-addons
Status: New => Invalid
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/697195
Title:
[6.0 RC2] account_invoice_layout - duplicate payment terms
Status in OpenObject Addons Modules:
Invalid
Bug description:
"report_account_invoice_layout.rml" prints terms obviously twice
<td>
<para style="terp_default_9"><font face="Helvetica" size="10.0">[[ o.payment_term and o.payment_term.name ]] </font>: <font face="Helvetica" size="10.0">[[ (o.payment_term and o.payment_term.note and format(o.payment_term.note)) or removeParentNode('blockTable') ]]</font></para>
</td>
References