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

<report

 id="account_invoices" 

 model="account.invoice" 

 string="Invoices"

 report_type="qweb-pdf" 

 name="account.report_invoice_with_payments"

 file="account.report_invoice_with_payments" 

 attachment="(object.state in ('open','in_payment','paid')) and ('INV'+(object.number or '').replace('/','')+'.pdf')" print_report_name="(object._get_report_base_filename())" 

groups="account.group_account_invoice" 

 menu="False" />


i'm using this syntex but menu not goes to false any help 

Avatar
Zrušit
Nejlepší odpověď

Hi,

Once you give menu="False", the report will get invisible from the print menu in the top of the view. Make sure that you have upgraded the module after the changes.

See this: How To Remove Report From Print Menu in Odoo

Thanks

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
lis 19
3011
0
dub 24
686
5
zář 19
5022
2
říj 18
5725
1
led 21
5653