Skip to content

Commit

Permalink
Merge pull request #27 from savoirfairelinux/8.0-mgmtsystem_audit
Browse files Browse the repository at this point in the history
[REF] 8.0 mgmtsystem audit
  • Loading branch information
Maxime Chambreuil - http://www.savoirfairelinux.com committed Aug 7, 2015
2 parents e8f8b64 + a4b6601 commit 8ea640b
Show file tree
Hide file tree
Showing 38 changed files with 611 additions and 466 deletions.
5 changes: 0 additions & 5 deletions __unported__/mgmtsystem_audit/__init__.py

This file was deleted.

274 changes: 0 additions & 274 deletions __unported__/mgmtsystem_audit/i18n/es.po

This file was deleted.

4 changes: 0 additions & 4 deletions __unported__/mgmtsystem_audit/report/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions __unported__/mgmtsystem_audit/wizard/__init__.py

This file was deleted.

76 changes: 76 additions & 0 deletions mgmtsystem_audit/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

Management Systems - Audit
==========================

This module was written to manage audits and verifications lists of your management system.

Configuration
=============

Users must be added to the appropriate groups within openERP as follows:

* Creators: Settings > Users > Groups > Management System / User
* Responsible Persons: Settings > Users > Groups > Management System / Approving User

Usage
=====

To use this module, you need to:

* go to Management Systems > Audits
* create a new audit
* fill up its name, its auditors and schedule the date
* prepare your questions with the verification list and print it
* drive the audit and log answers in your verification list
* finish your audit by writing the strong points, points to improve and creating improvements opportunities and nonconformities
* print the audit report and close the audit

`Try it live! <https://runbot.odoo-community.org/runbot/128/8.0>`_

For further information, please visit:

* http://fr.slideshare.net/max3903/iso-anmanagement-systemswithopenerpen

Known issues / Roadmap
======================

* None

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/management-system/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_audit%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------

* Daniel Reis <dreis.pt@hotmail.com>
* Joao Alfredo Gama Batista <joao.gama@savoirfairelinux.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Sandy Carter <sandy.carter@savoirfairelinux.com>
* Virgil Dupras <virgil.dupras@savoirfairelinux.com>
* Loïc lacroix <loic.lacroix@savoirfairelinux.com>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.
6 changes: 6 additions & 0 deletions mgmtsystem_audit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
from . import (
models,
report,
wizard
)
Loading

0 comments on commit 8ea640b

Please sign in to comment.