Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
5 Risposte
5004 Visualizzazioni

menu = "False" Attribute is not working where i'm wrong please correct my mistake or any advice to achieve my goal 

Code Preview

Problem Preview

Avatar
Abbandona

did you upgrade related module? after make changes in XML....

Autore

yes i restart my server and upgrade this module ....

Risposta migliore

You should try with this code, Hope it is worked

<report
string="Purchase Order"
id="purchase.action_report_purchase_order"
model="purchase.order"
report_type="qweb-pdf"
name="purchase.report_purchaseorder"
file="purchase.report_purchaseorder"
print_report_name="
(object.state in ('draft', 'sent') and 'Request for Quotation - %s' % (object.name) or
'Purchase Order - %s' % (object.name))"
menu="False"
/>

Restart the server and update the module.

Avatar
Abbandona
Risposta migliore

how can i compute two fields?

Avatar
Abbandona
Autore

you can post question on form for getting best answer this is already solved issue ...

Risposta migliore

Hi,

   In your code, there are two report definitions with the same name Purchase Order. Make sure which report is working by changing the Report String.  Then check it .         

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
ago 23
1693
3
set 19
5693
3
giu 20
5617
1
gen 20
6000
2
gen 24
15909