mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Can set Py3o servers as inactive
--HG-- branch : odoo8
This commit is contained in:
@@ -9,4 +9,11 @@ class py3o_server(osv.Model):
|
||||
u"URL",
|
||||
size=256,
|
||||
),
|
||||
'is_active': fields.boolean(
|
||||
u"Active",
|
||||
)
|
||||
}
|
||||
|
||||
_defaults = {
|
||||
'is_active': True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user