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.

25 lines
728 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- © 2015 Antiun Ingeniería S.L. - Jairo Llopis
  3. © 2015 Antiun Ingeniería S.L. - Antonio Espinosa
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
  5. <openerp>
  6. <data>
  7. <record id="view_country_form" model="ir.ui.view">
  8. <field name="name">NUTS fields</field>
  9. <field name="model">res.country</field>
  10. <field name="inherit_id" ref="base.view_country_form"/>
  11. <field name="arch" type="xml">
  12. <xpath expr="/form">
  13. <group name="nuts" string="NUTS">
  14. <group>
  15. <field name="state_level"/>
  16. </group>
  17. </group>
  18. </xpath>
  19. </field>
  20. </record>
  21. </data>
  22. </openerp>