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

<record id="route_form_view" model="ir.ui.view"> <field name="name">busticket.form</field> <field name="model">busticket.route</field> <field name="arch" type="xml"> <form string="Route" version="7.0"> <header> <button name="%(create_trip_wizard_action)d" string="Create Trip" type="action"/> </header> <group> <field name="name" placeholder="FromlocationTolocation"/> <field name="from_id"/> <field name="to_id"/> <field name="distance"/> <field name="path_ids" colspan="4" nolabel="1"> <tree editable="bottom"> <field name="name"/> <field name="loc_id"/> </tree> <form> <field name="name"/> <field name="loc_id"/> </form> </field> </form> </field> </record>

This is the form view. I want to align the button having action create_trip_wizard_action

아바타
취소
작성자 베스트 답변

image description

It solved the problem. I have aligned it to the right. Is there any method to align it to middle?

아바타
취소
베스트 답변

you have a missing tag: </group>

아바타
취소
작성자

actually that tag was there. it was copy mistake.

관련 게시물 답글 화면 활동
1
11월 16
5366
4
11월 24
12189
1
4월 24
3808
1
8월 20
5005
0
6월 16
3125