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
855 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. © 2014-2017 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. <record id="view_general_configuration" model="ir.ui.view">
  8. <field name="name">base_phone.base.config.settings.form</field>
  9. <field name="model">base.config.settings</field>
  10. <field name="inherit_id" ref="base_setup.view_general_configuration" />
  11. <field name="arch" type="xml">
  12. <group name="report" position="before">
  13. <group name="phone" string="Phone">
  14. <label for="number_of_digits_to_match_from_end"/>
  15. <div>
  16. <field name="number_of_digits_to_match_from_end" class="oe_inline"/>
  17. </div>
  18. </group>
  19. </group>
  20. </field>
  21. </record>
  22. </odoo>