Browse Source

[FIX] Module 'auditlog' - Remove 'active' field from __openerp__.py

pull/119/head
sebalix 10 years ago
parent
commit
dd6b5d8554
  1. 1
      auditlog/__openerp__.py

1
auditlog/__openerp__.py

@ -34,6 +34,5 @@
], ],
'application': True, 'application': True,
'installable': True, 'installable': True,
'active': False,
'pre_init_hook': 'pre_init_hook', 'pre_init_hook': 'pre_init_hook',
} }
Loading…
Cancel
Save