-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] ssi_general_audit_worksheet_preliminary_analytic_procedure
- Loading branch information
Showing
44 changed files
with
2,659 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
ssi_general_audit_worksheet_preliminary_analytic_procedure/README.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
======================================================== | ||
General Audit Worksheet - Preliminary Analytic Procedure | ||
======================================================== | ||
|
||
|
||
Installation | ||
============ | ||
|
||
To install this module, you need to: | ||
|
||
1. Clone the branch 14.0 of the repository https://github.com/open-synergy/ssi-general-audit | ||
2. Add the path to this repository in your configuration (addons-path) | ||
3. Update the module list (Must be on developer mode) | ||
4. Go to menu *Apps -> Apps -> Main Apps* | ||
5. Search For *General Audit Worksheet - Preliminary Analytic Procedure* | ||
6. Install the module | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/open-synergy/ssi-general-audit/issues>`_. In case of trouble, please | ||
check there if your issue has already been reported. If you spotted it first, | ||
help us smash it by providing detailed and welcomed feedback. | ||
|
||
|
||
Credits | ||
======= | ||
|
||
Contributors | ||
------------ | ||
|
||
* Andhitia Rama <[email protected]> | ||
|
||
Maintainer | ||
---------- | ||
|
||
.. image:: https://simetri-sinergi.id/logo.png | ||
:alt: PT. Simetri Sinergi Indonesia | ||
:target: https://simetri-sinergi.id | ||
|
||
This module is maintained by the PT. Simetri Sinergi Indonesia. |
7 changes: 7 additions & 0 deletions
7
ssi_general_audit_worksheet_preliminary_analytic_procedure/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Copyright 2022 OpenSynergy Indonesia | ||
# Copyright 2022 PT. Simetri Sinergi Indonesia | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0-standalone.html). | ||
|
||
from . import ( | ||
models, | ||
) |
47 changes: 47 additions & 0 deletions
47
ssi_general_audit_worksheet_preliminary_analytic_procedure/__manifest__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Copyright 2022 OpenSynergy Indonesia | ||
# Copyright 2022 PT. Simetri Sinergi Indonesia | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0-standalone.html). | ||
# pylint: disable=locally-disabled, manifest-required-author | ||
{ | ||
"name": "General Audit Worksheet - Preliminary Analytic Procedure", | ||
"version": "14.0.1.0.0", | ||
"website": "https://simetri-sinergi.id", | ||
"author": "OpenSynergy Indonesia, PT. Simetri Sinergi Indonesia", | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"depends": [ | ||
"ssi_general_audit", | ||
], | ||
"data": [ | ||
"security/ir_module_category_data.xml", | ||
"security/res_group/general_audit_ws_c8740d4.xml", | ||
"security/res_group/general_audit_ws_b32655a.xml", | ||
"security/res_group/general_audit_ws_d4289e4.xml", | ||
"security/res_group_data.xml", | ||
"security/ir_model_access/general_audit_ws_c8740d4.xml", | ||
"security/ir_model_access/general_audit_ws_b32655a.xml", | ||
"security/ir_model_access/general_audit_ws_d4289e4.xml", | ||
"security/ir.model.access.csv", | ||
"security/ir_rule/general_audit_ws_c8740d4.xml", | ||
"security/ir_rule/general_audit_ws_b32655a.xml", | ||
"security/ir_rule/general_audit_ws_d4289e4.xml", | ||
"data/ir_sequence/general_audit_ws_c8740d4.xml", | ||
"data/ir_sequence/general_audit_ws_b32655a.xml", | ||
"data/ir_sequence/general_audit_ws_d4289e4.xml", | ||
"data/sequence_template/general_audit_ws_c8740d4.xml", | ||
"data/sequence_template/general_audit_ws_b32655a.xml", | ||
"data/sequence_template/general_audit_ws_d4289e4.xml", | ||
"data/policy_template/general_audit_ws_c8740d4.xml", | ||
"data/policy_template/general_audit_ws_b32655a.xml", | ||
"data/policy_template/general_audit_ws_d4289e4.xml", | ||
"data/approval_template/general_audit_ws_c8740d4.xml", | ||
"data/approval_template/general_audit_ws_b32655a.xml", | ||
"data/approval_template/general_audit_ws_d4289e4.xml", | ||
"data/general_audit_worksheet_type_data.xml", | ||
"views/analytic_procedure_conclusion_category_views.xml", | ||
"views/general_audit_ws_b32655a_views.xml", | ||
"views/general_audit_ws_c8740d4_views.xml", | ||
"views/general_audit_ws_d4289e4_views.xml", | ||
], | ||
"demo": [], | ||
} |
26 changes: 26 additions & 0 deletions
26
...ksheet_preliminary_analytic_procedure/data/approval_template/general_audit_ws_b32655a.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2022 OpenSynergy Indonesia | ||
Copyright 2022 PT. Simetri Sinergi Indonesia | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
<odoo> | ||
<record id="approval_template_general_audit_ws_b32655a" model="approval.template"> | ||
<field name="name">Standard</field> | ||
<field name="model_id" ref="model_general_audit_ws_b32655a" /> | ||
<field name="sequence" eval="100" /> | ||
<field name="computation_method">use_python</field> | ||
<field name="python_code">result = True</field> | ||
<field name="validate_sequence" eval="1" /> | ||
</record> | ||
|
||
<record | ||
id="approval_template_detail_general_audit_ws_b32655a" | ||
model="approval.template_detail" | ||
> | ||
<field name="template_id" ref="approval_template_general_audit_ws_b32655a" /> | ||
<field name="approver_selection_method">use_group</field> | ||
<field | ||
name="approver_group_ids" | ||
eval="[(6,0,[ref('general_audit_ws_b32655a_validator_group')])]" | ||
/> | ||
</record> | ||
</odoo> |
26 changes: 26 additions & 0 deletions
26
...ksheet_preliminary_analytic_procedure/data/approval_template/general_audit_ws_c8740d4.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2022 OpenSynergy Indonesia | ||
Copyright 2022 PT. Simetri Sinergi Indonesia | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
<odoo> | ||
<record id="approval_template_general_audit_ws_c8740d4" model="approval.template"> | ||
<field name="name">Standard</field> | ||
<field name="model_id" ref="model_general_audit_ws_c8740d4" /> | ||
<field name="sequence" eval="100" /> | ||
<field name="computation_method">use_python</field> | ||
<field name="python_code">result = True</field> | ||
<field name="validate_sequence" eval="1" /> | ||
</record> | ||
|
||
<record | ||
id="approval_template_detail_general_audit_ws_c8740d4" | ||
model="approval.template_detail" | ||
> | ||
<field name="template_id" ref="approval_template_general_audit_ws_c8740d4" /> | ||
<field name="approver_selection_method">use_group</field> | ||
<field | ||
name="approver_group_ids" | ||
eval="[(6,0,[ref('general_audit_ws_c8740d4_validator_group')])]" | ||
/> | ||
</record> | ||
</odoo> |
26 changes: 26 additions & 0 deletions
26
...ksheet_preliminary_analytic_procedure/data/approval_template/general_audit_ws_d4289e4.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2022 OpenSynergy Indonesia | ||
Copyright 2022 PT. Simetri Sinergi Indonesia | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
<odoo> | ||
<record id="approval_template_general_audit_ws_d4289e4" model="approval.template"> | ||
<field name="name">Standard</field> | ||
<field name="model_id" ref="model_general_audit_ws_d4289e4" /> | ||
<field name="sequence" eval="100" /> | ||
<field name="computation_method">use_python</field> | ||
<field name="python_code">result = True</field> | ||
<field name="validate_sequence" eval="1" /> | ||
</record> | ||
|
||
<record | ||
id="approval_template_detail_general_audit_ws_d4289e4" | ||
model="approval.template_detail" | ||
> | ||
<field name="template_id" ref="approval_template_general_audit_ws_d4289e4" /> | ||
<field name="approver_selection_method">use_group</field> | ||
<field | ||
name="approver_group_ids" | ||
eval="[(6,0,[ref('general_audit_ws_d4289e4_validator_group')])]" | ||
/> | ||
</record> | ||
</odoo> |
32 changes: 32 additions & 0 deletions
32
...audit_worksheet_preliminary_analytic_procedure/data/general_audit_worksheet_type_data.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" ?> | ||
<!-- Copyright 2020 OpenSynergy Indonesia | ||
Copyright 2020 PT. Simetri Sinergi Indonesia | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0) --> | ||
<odoo> | ||
<data> | ||
<record id="worksheet_type_c8740d4" model="general_audit_worksheet_type"> | ||
<field name="code">C8740D4</field> | ||
<field name="name">Preliminary Analytic Procedure</field> | ||
<field name="sequence" eval="14000" /> | ||
<field name="category_id" ref="ssi_general_audit.worksheet_type_category_ra" /> | ||
</record> | ||
|
||
<record id="worksheet_type_b32655a" model="general_audit_worksheet_type"> | ||
<field name="code">B32655A</field> | ||
<field | ||
name="name" | ||
>Preliminary Analytic Procedure - Vertical and Horizontal Analysis</field> | ||
<field name="sequence" eval="14000" /> | ||
<field name="parent_id" ref="worksheet_type_c8740d4" /> | ||
<field name="category_id" ref="ssi_general_audit.worksheet_type_category_ra" /> | ||
</record> | ||
|
||
<record id="worksheet_type_d4289e4" model="general_audit_worksheet_type"> | ||
<field name="code">D4289E4</field> | ||
<field name="name">Preliminary Analytic Procedure - Ratio Analysis</field> | ||
<field name="sequence" eval="14000" /> | ||
<field name="parent_id" ref="worksheet_type_c8740d4" /> | ||
<field name="category_id" ref="ssi_general_audit.worksheet_type_category_ra" /> | ||
</record> | ||
</data> | ||
</odoo> |
17 changes: 17 additions & 0 deletions
17
...it_worksheet_preliminary_analytic_procedure/data/ir_sequence/general_audit_ws_b32655a.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2022 OpenSynergy Indonesia | ||
Copyright 2022 PT. Simetri Sinergi Indonesia | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
<odoo> | ||
<record id="sequence_general_audit_ws_b32655a" model="ir.sequence"> | ||
<field | ||
name="name" | ||
>Preliminary Analytic Procedure - Vertical and Horizontal Analysis (b32655a)</field> | ||
<field name="code">general_audit_ws_b32655a</field> | ||
<field name="padding">6</field> | ||
<field name="prefix">WS-B32655A/%(range_year)s/</field> | ||
<field eval="1" name="number_next" /> | ||
<field eval="1" name="number_increment" /> | ||
<field name="use_date_range" eval="1" /> | ||
</record> | ||
</odoo> |
15 changes: 15 additions & 0 deletions
15
...it_worksheet_preliminary_analytic_procedure/data/ir_sequence/general_audit_ws_c8740d4.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2022 OpenSynergy Indonesia | ||
Copyright 2022 PT. Simetri Sinergi Indonesia | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
<odoo> | ||
<record id="sequence_general_audit_ws_c8740d4" model="ir.sequence"> | ||
<field name="name">Preliminary Analytic Procedure (c8740d4)</field> | ||
<field name="code">general_audit_ws_c8740d4</field> | ||
<field name="padding">6</field> | ||
<field name="prefix">WS-C8740D4/%(range_year)s/</field> | ||
<field eval="1" name="number_next" /> | ||
<field eval="1" name="number_increment" /> | ||
<field name="use_date_range" eval="1" /> | ||
</record> | ||
</odoo> |
15 changes: 15 additions & 0 deletions
15
...it_worksheet_preliminary_analytic_procedure/data/ir_sequence/general_audit_ws_d4289e4.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2022 OpenSynergy Indonesia | ||
Copyright 2022 PT. Simetri Sinergi Indonesia | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
<odoo> | ||
<record id="sequence_general_audit_ws_d4289e4" model="ir.sequence"> | ||
<field name="name">Preliminary Analytic Procedure - Ratio Analysis (d4289e4)</field> | ||
<field name="code">general_audit_ws_d4289e4</field> | ||
<field name="padding">6</field> | ||
<field name="prefix">WS-C8740D4/%(range_year)s/</field> | ||
<field eval="1" name="number_next" /> | ||
<field eval="1" name="number_increment" /> | ||
<field name="use_date_range" eval="1" /> | ||
</record> | ||
</odoo> |
Oops, something went wrong.