Skip to content

Commit bb7ba36

Browse files
Merge pull request #80 from Escodoo/14.0-add-epa_mgmtsystem_nonconformity_custom
[14.0][ADD] epa_mgmtsystem_nonconformity_custom: add new module
2 parents dd85080 + 37fac75 commit bb7ba36

File tree

11 files changed

+722
-0
lines changed

11 files changed

+722
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
===================================
2+
Epa Mgmtsystem Nonconformity Custom
3+
===================================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:0329f30c421ab726e2c487352384946308a5a2228cfa84e7a37360c60bff53ad
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-Escodoo%2Fepa--addons-lightgray.png?logo=github
20+
:target: https://github.com/Escodoo/epa-addons/tree/14.0/epa_mgmtsystem_nonconformity_custom
21+
:alt: Escodoo/epa-addons
22+
23+
|badge1| |badge2| |badge3|
24+
25+
This module brings back the version 12 non-conformity pdf report.
26+
27+
**Table of contents**
28+
29+
.. contents::
30+
:local:
31+
32+
Usage
33+
=====
34+
35+
- Open a non-conformity record
36+
- Click on Print > Non-Conformity Report
37+
38+
Bug Tracker
39+
===========
40+
41+
Bugs are tracked on `GitHub Issues <https://github.com/Escodoo/epa-addons/issues>`_.
42+
In case of trouble, please check there if your issue has already been reported.
43+
If you spotted it first, help us to smash it by providing a detailed and welcomed
44+
`feedback <https://github.com/Escodoo/epa-addons/issues/new?body=module:%20epa_mgmtsystem_nonconformity_custom%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
45+
46+
Do not contact contributors directly about support or help with technical issues.
47+
48+
Credits
49+
=======
50+
51+
Authors
52+
~~~~~~~
53+
54+
* Escodoo
55+
56+
Contributors
57+
~~~~~~~~~~~~
58+
59+
* `Escodoo <https://escodoo.com.br>`_:
60+
61+
* Marcel Savegnago <[email protected]>
62+
* Wesley Oliveira <[email protected]>
63+
64+
Maintainers
65+
~~~~~~~~~~~
66+
67+
This module is part of the `Escodoo/epa-addons <https://github.com/Escodoo/epa-addons/tree/14.0/epa_mgmtsystem_nonconformity_custom>`_ project on GitHub.
68+
69+
You are welcome to contribute.

epa_mgmtsystem_nonconformity_custom/__init__.py

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright 2024 - TODAY, Escodoo
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Epa Mgmtsystem Nonconformity Custom",
6+
"summary": """
7+
Epa Management System Nonconformity Custom""",
8+
"version": "14.0.1.0.0",
9+
"license": "AGPL-3",
10+
"author": "Escodoo",
11+
"website": "https://github.com/Escodoo/epa-addons",
12+
"depends": ["mgmtsystem_nonconformity"],
13+
"data": ["views/report_mgmtsystem_nonconformity.xml"],
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* `Escodoo <https://escodoo.com.br>`_:
2+
3+
* Marcel Savegnago <[email protected]>
4+
* Wesley Oliveira <[email protected]>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This module brings back the version 12 non-conformity pdf report.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Open a non-conformity record
2+
- Click on Print > Non-Conformity Report
Loading

0 commit comments

Comments
 (0)