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

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data>
<template id="shrinkage_report_template" inherit_id="shrinkage_monitoring.shrinkage_report_template">
<xpath expr="//table[@class='table-shrinkage']//thead//tr[1]//th[3]" position="after">
<th class="text-upper-text-head">New Column 1</th>
</xpath>
</template>
</data>
</odoo>


This is my code in inheriting the qweb so that I can add new column in my another custom module, I already added the dependencies , the __init__ and manifest but the new column still doesn't show up. Then i tried to make the class name wrong and it shows up error message that it can't locate the view, it means it can read the file I created but still the new column doesn't apply even how many times I upgrade the module. Why? 

아바타
취소

it might be becuase of the wrong inherit_id or your xpath expr.

try to add something else like, a field and check if your inheritance works. and from front end please check the file is inherited.

작성자

Dear Trainee,

I can already add a row and column then after I upgrade some of my module , the row and column doesn't show up again? What might be the cause?

베스트 답변

Hi,

Make sure that the file in which you have inherited the qweb is called inside the manifest file. Also are you getting any error message while upgrading the module ? If so update the question with  the error message.

For inherit and modifying an existing report in Odoo: Inherit And Modify Existing PDF Reports in Odoo

Thanks

아바타
취소
작성자

Dear Niyas,

Thank for the tips, I can add a column and row now but after I upgrade some module including the base, the column and row I added doesn't show up again.

베스트 답변

Hi,

Please refer

https://www.odoo.yenthevg.com/inheriting-and-modifying-qweb-reports/

Hope it will be help you

Thanks !!!  


Aswini @ iWesabe



아바타
취소
작성자

Thank Aswini,

The problem has been solved but I upgrade some of my module and also the base, my new added column and row doesn't show up again, why?

관련 게시물 답글 화면 활동
2
12월 22
22954
2
1월 24
1409
2
12월 21
22444
1
9월 20
7516
3
8월 20
27384