menu = "False" Attribute is not working where i'm wrong please correct my mistake or any advice to achieve my goal
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
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.
how can i compute two fields?
you can post question on form for getting best answer this is already solved issue ...
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 .
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
sie 23
|
1681 | ||
how to customize Qweb report
Rozwiązane
|
|
3
wrz 19
|
5680 | |
|
3
cze 20
|
5588 | ||
|
1
sty 20
|
5998 | ||
|
2
sty 24
|
15900 |
did you upgrade related module? after make changes in XML....
yes i restart my server and upgrade this module ....