Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
18737 Visualizzazioni

<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

Avatar
Abbandona
Autore Risposta migliore

image description

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

Avatar
Abbandona
Risposta migliore

you have a missing tag: </group>

Avatar
Abbandona
Autore

actually that tag was there. it was copy mistake.

Post correlati Risposte Visualizzazioni Attività
1
nov 16
5905
4
nov 24
13706
1
apr 24
4331
1
ago 20
5397
0
giu 16
3503