Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
8153 Widoki

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) ?

Awatar
Odrzuć
Najlepsza odpowiedź

Hi Krupesh Laiya,

you can use this :


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


Try this one

Awatar
Odrzuć
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

Najlepsza odpowiedź

@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

Awatar
Odrzuć
Najlepsza odpowiedź

syntax in odoo v 13 

ir.actions.report" />



Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
lis 21
16314
5
cze 17
9029
5
lis 16
6876
0
sie 16
5114
2
cze 16
3864