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

Hi All,
 I got an error during migration module to odoo 11 and I discovered that ir.values is not supported any more in Odoo 11, could you please help me to change the below XML to work in Odoo 11


<record id="action_my_account" model="ir.values">
<field eval="'tree_but_open'" name="key2"/>
<field eval="'account.account'" name="model"/>
<field name="name">Accounts</field>
<field eval="'ir.actions.act_window,%d'%action_my_details" name="value"/>
</record>
아바타
취소
작성자

Thanks Niyas fro your reply.

I already checked it but I'm new to Odoo so could you please give me more details about how can I change it.

Regards

작성자 베스트 답변

Hi All,

Regarding the above issue, I solved it by adding the below line of XML to the action "action_my_details" which I need to be in account.account drop down actions menu


<field name="binding_model_id" ref="model_account_account" />
아바타
취소
베스트 답변

Hi Waleed Mohsen , I have same problem ir.values after odoo 11 migration, can help to share completed xml code? Thank a lot

아바타
취소
관련 게시물 답글 화면 활동
6
4월 23
17246
2
7월 24
2653
1
6월 24
5128
1
10월 23
10831
1
10월 23
98