콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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

아바타
취소
베스트 답변

Hi Krupesh Laiya,

you can use this :


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


Try this one

아바타
취소
작성자

@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

베스트 답변

@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

아바타
취소
베스트 답변

syntax in odoo v 13 

ir.actions.report" />



아바타
취소
관련 게시물 답글 화면 활동
2
11월 21
16452
5
6월 17
9175
5
11월 16
7035
0
8월 16
5254
2
6월 16
3966