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.

19 lines
570 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. Copyright 2020 - Iván Todorovich
  4. License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  5. -->
  6. <odoo>
  7. <record id="view_partner_form" model="ir.ui.view">
  8. <field name="model">res.partner</field>
  9. <field name="inherit_id" ref="base.view_partner_form" />
  10. <field name="priority" eval="1" />
  11. <field name="arch" type="xml">
  12. <field name="phone" position="after">
  13. <field name="phone2" widget="phone" />
  14. </field>
  15. </field>
  16. </record>
  17. </odoo>