mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] : black, isort, prettier
This commit is contained in:
committed by
Pedro M. Baeza
parent
5b5b55c8c7
commit
df7608d90b
@@ -1,17 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright 2017 LasLabs Inc.
|
||||
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
||||
-->
|
||||
|
||||
<odoo>
|
||||
|
||||
<record id="external_system_os" model="external.system.os">
|
||||
<field name="name">Example OS Connection</field>
|
||||
<field name="system_type">external.system.os</field>
|
||||
<field name="remote_path">/tmp</field>
|
||||
<field name="company_ids" eval="[(5, 0), (4, ref('base.main_company'))]" />
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user