Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
18705 Переглядів

<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.

Related Posts Відповіді Переглядів Дія
1
лист. 16
5869
4
лист. 24
13582
1
квіт. 24
4301
1
серп. 20
5373
0
черв. 16
3477