Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
8191 Ansichten

How can I delete the template_id of report which is used in delivery module to inherit the delivery order report.

Main Id of the report: report_pickng (in stock module)

inherited report id: report_shipping2 (in delivery module)

I have to override the report_picking report how can I do?

or is there any way to delete the template id (report_shipping2) ?

Avatar
Verwerfen
Beste Antwort

Hi Krupesh Laiya,

you can use this :


<delete id="stock.report_picking" model="ir.ui.view" />


Try this one

Avatar
Verwerfen
Autor

@Vasanth It is used to delete menu not template id.

Sorry. Then try as

@Vasanth, what you suggested is bearly correct and useful to delete a report menu item from the dropdown menu button "Print" (in sale order or stock pickings for example). here is the correct syntaxe: you've chosen the wrong model, that's all

Beste Antwort

@Vasanth, what you suggested is bearly correct and useful to delete a report menu item from the dropdown menu button "Print" (in sale order or stock pickings for example).

here is the correct syntaxe:

<delete id="stock.report_picking" model="ir.actions.report.xml" />

you've chosen the wrong model, that's all

Avatar
Verwerfen
Beste Antwort

syntax in odoo v 13 

ir.actions.report" />



Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Nov. 21
16358
5
Juni 17
9057
5
Nov. 16
6899
0
Aug. 16
5138
2
Juni 16
3884