How can i get value of field amount in my report?
I did this code in report but it return 0.0 in amount!
    <t t-foreach="o.other_alw_ids" t-as="alw">
 
 <span t-esc="alw\.alw_id\.name\"/\>
\ \ \<span\ t\-esc=\"alw.alw_id.amount"/>
 
    </t>
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
How can i get value of field amount in my report?
I did this code in report but it return 0.0 in amount!
    <t t-foreach="o.other_alw_ids" t-as="alw">
 
 <span t-esc="alw\.alw_id\.name\"/\>
\ \ \<span\ t\-esc=\"alw.alw_id.amount"/>
 
    </t>
Hi,
Try this code:
<tr t-foreach="o.other_alw_ids" t-as="alw">
<span t-esc="alw.amount"/>
tr>
Thanks
 <tr t-foreach="o.other_alw_ids" t-as="alw">
        <span t-esc="alw.amount"/>
    </tr>
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|  | 3 aug. 24  | 4054 | ||
|  | 1 mrt. 24  | 2272 | ||
|  | 0 mei 23  | 2815 | ||
|  | 2 mei 23  | 3062 | ||
|  | 0 jan. 23  | 2771 |