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.

18 lines
422 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2014 Alexis de Lattre
  4. @author Alexis de Lattre <alexis@via.ecp.fr>
  5. The licence is in the file __openerp__.py
  6. -->
  7. <openerp>
  8. <data noupdate="1">
  9. <!-- I need a country on the company, because otherwize it raises an error -->
  10. <record id="base.main_company" model="res.company">
  11. <field name="country_id" ref="base.fr"/>
  12. </record>
  13. </data>
  14. </openerp>