Can set Py3o servers as inactive

--HG--
branch : odoo8
This commit is contained in:
Jérémie Gavrel
2016-03-09 17:53:01 +01:00
parent 1826aa2c45
commit 7e9a76558c
3 changed files with 10 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
<sheet>
<group>
<field name="url" />
<field name="is_active" />
</group>
</sheet>
</form>
@@ -21,6 +22,7 @@
<field name="arch" type="xml">
<tree string="Py3o Server Configuration" version="7.0">
<field name="url" />
<field name="is_active" />
</tree>
</field>
</record>