~invitu/openerp-mgmtsystem/7-0_fix_security

« back to all changes in this revision

Viewing changes to mgmtsystem_review_audittrail/__openerp__.py

  • Committer: Maxime Chambreuil
  • Date: 2013-08-29 19:45:45 UTC
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: maxime.chambreuil@savoirfairelinux.com-20130829194545-ohxyf9pl22x05i0q
[FIX] PEP8 compliance after running flake8

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    "license": "AGPL-3",
27
27
    "category": "Management System",
28
28
    "description": """\
29
 
Adds rule to track changes to Management System Reviews, if Audit Trail module 
 
29
Adds rule to track changes to Management System Reviews, if Audit Trail module
30
30
is installed.
31
31
""",
32
32
    "depends": ['mgmtsystem_review', 'audittrail'],