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.

17 lines
493 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2017 LasLabs Inc.
  4. License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  5. -->
  6. <odoo>
  7. <record id="external_system_os" model="external.system.os">
  8. <field name="name">Example OS Connection</field>
  9. <field name="system_type">external.system.os</field>
  10. <field name="remote_path">/tmp</field>
  11. <field name="company_ids" eval="[(5, 0), (4, ref('base.main_company'))]" />
  12. </record>
  13. </odoo>