Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
5 Odpovědi
4976 Zobrazení

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
Zrušit

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

Autor

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

Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

how can i compute two fields?

Avatar
Zrušit
Autor

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

Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
srp 23
1670
3
zář 19
5671
3
čvn 20
5576
1
led 20
5996
2
led 24
15892