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

Hi I have created an openerp 7 custom module. I am using eclipse IDE with Python for debugging. I have added 2 fields in my module and is working fine . But on adding the 3rd field am having "xml architecture " error .

1) I cant resolve this issue

2) Next thing is that I want to add field for image attachment . So that users can attach their image along with their account. How can this be done?

Hopes for suggestion

아바타
취소

Hi! Please specify or paste your error here. So we can solve your problem.

베스트 답변

In regards to 2): add the field into your python file with:

'image': fields.binary("Image", help="Select image here"),

and into you view xml file with:

<field name="image" widget='image' />

As for question 1) you will need to provide more details or a proper stacktrace. XML architecture errors could refer to any number of things.

아바타
취소
작성자

" Error occurred while validating the field(s) arch: Invalid XML for View Architecture! " I am having this error

As I said, you will need to provide more details about the error, theres no way to tell whats wrong with that message alone...Edit your post with your actual code so we can have hope of seeing what the issue is, or post the full stack trace from the openerp log