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.

23 lines
651 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2018 Akretion France
  4. @author: Alexis de Lattre <alexis.delattre@akretion.com>
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  6. -->
  7. <odoo>
  8. <record id="view_event_registration_form" model="ir.ui.view">
  9. <field name="name">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. </odoo>