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.

27 lines
729 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2014 Akretion (http://www.akretion.com/)
  4. @author Alexis de Lattre <alexis.delattre@akretion.com>
  5. The licence is in the file __openerp__.py
  6. -->
  7. <openerp>
  8. <data>
  9. <record id="view_company_form" model="ir.ui.view">
  10. <field name="name">base_phone.company.form</field>
  11. <field name="model">res.company</field>
  12. <field name="inherit_id" ref="base.view_company_form" />
  13. <field name="arch" type="xml">
  14. <group name="account_grp" position="after">
  15. <group name="phone" string="Phone">
  16. <field name="number_of_digits_to_match_from_end" />
  17. </group>
  18. </group>
  19. </field>
  20. </record>
  21. </data>
  22. </openerp>