Browse Source

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

pull/1040/head
sebalix 10 years ago
committed by Enric Tobella
parent
commit
38da89fcc9
No known key found for this signature in database GPG Key ID: 1A2546A1B7BA2451
  1. 1
      auditlog/__openerp__.py

1
auditlog/__openerp__.py

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