You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
653 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
  5. -->
  6. <odoo>
  7. <data>
  8. <record id="view_event_registration_form" model="ir.ui.view">
  9. <field name="name">event_phone.event_registration.form</field>
  10. <field name="model">event.registration</field>
  11. <field name="inherit_id" ref="event.view_event_registration_form"/>
  12. <field name="arch" type="xml">
  13. <field name="phone" position="attributes">
  14. <attribute name="widget">phone</attribute>
  15. </field>
  16. </field>
  17. </record>
  18. </data>
  19. </odoo>