Showing preview only (7,247K chars total). Download the full file or copy to clipboard to get everything.
Repository: OCA/management-system
Branch: 18.0
Commit: 158090d022cf
Files: 967
Total size: 6.7 MB
Directory structure:
gitextract_yizcxry9/
├── .copier-answers.yml
├── .editorconfig
├── .gitattributes
├── .github/
│ └── workflows/
│ ├── pre-commit.yml
│ ├── stale.yml
│ └── test.yml
├── .gitignore
├── .pre-commit-config.yaml
├── .pylintrc
├── .pylintrc-mandatory
├── .ruff.toml
├── LICENSE
├── README.md
├── checklog-odoo.cfg
├── document_page_environment_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page_environment_manual.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── document_page_environment_manual.pot
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── nb.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── document_page_environmental_aspect/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── document_page_environmental_aspect.pot
│ │ ├── es.po
│ │ ├── es_CL.po
│ │ ├── fa.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── nb.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── document_page.xml
├── document_page_health_safety_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page.xml
│ ├── i18n/
│ │ ├── document_page_health_safety_manual.pot
│ │ └── it.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── document_page_procedure/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── checklog-odoo.cfg
│ ├── data/
│ │ └── document_page_procedure.xml
│ ├── demo/
│ │ └── document_page_procedure.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── document_page_procedure.pot
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── fa.po
│ │ ├── fr.po
│ │ ├── hr.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── nb.po
│ │ ├── nl_NL.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ └── DESCRIPTION.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── document_page_procedure.xml
├── document_page_quality_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page.xml
│ ├── i18n/
│ │ ├── ar.po
│ │ ├── bg.po
│ │ ├── ca.po
│ │ ├── cs.po
│ │ ├── da.po
│ │ ├── de.po
│ │ ├── document_page_quality_manual.pot
│ │ ├── es.po
│ │ ├── es_CR.po
│ │ ├── es_MX.po
│ │ ├── es_VE.po
│ │ ├── fa.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── ja.po
│ │ ├── lv.po
│ │ ├── mn.po
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── oc.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── ro.po
│ │ ├── ru.po
│ │ ├── sk.po
│ │ ├── sl.po
│ │ ├── sr@latin.po
│ │ ├── sv.po
│ │ ├── tr.po
│ │ ├── vi.po
│ │ └── zh_CN.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── document_page_work_instruction/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── document_page_work_instruction.pot
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── fa.po
│ │ ├── fr.po
│ │ ├── hr_HR.po
│ │ ├── it.po
│ │ ├── nb.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── no.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ └── DESCRIPTION.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── document_page_work_instructions.xml
├── eslint.config.cjs
├── mgmtsystem/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── cs.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_AR.po
│ │ ├── es_CL.po
│ │ ├── es_CO.po
│ │ ├── es_CR.po
│ │ ├── es_EC.po
│ │ ├── es_ES.po
│ │ ├── es_MX.po
│ │ ├── es_VE.po
│ │ ├── et.po
│ │ ├── fa.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lt.po
│ │ ├── lv.po
│ │ ├── mgmtsystem.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_BE.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pl.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── ro.po
│ │ ├── ru.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ ├── vi.po
│ │ └── zh_CN.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_system.py
│ │ └── res_config.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ └── DESCRIPTION.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_create_mgmtsystem.py
│ └── views/
│ ├── menus.xml
│ ├── mgmtsystem_system.xml
│ └── res_config.xml
├── mgmtsystem_action/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── action_sequence.xml
│ │ ├── automated_reminder.xml
│ │ ├── email_template.xml
│ │ └── mgmtsystem_action_stage.xml
│ ├── demo/
│ │ └── mgmtsystem_action.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── es_ES.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_action.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_action.py
│ │ ├── mgmtsystem_action_stage.py
│ │ └── mgmtsystem_action_tag.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ ├── INSTALL.md
│ │ └── USAGE.md
│ ├── reports/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_action_report.py
│ │ └── mgmtsystem_action_report.xml
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_action_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_create_action.py
│ └── views/
│ ├── menus.xml
│ ├── mgmtsystem_action.xml
│ ├── mgmtsystem_action_stage.xml
│ └── mgmtsystem_action_tag.xml
├── mgmtsystem_action_efficacy/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fa.po
│ │ ├── it.po
│ │ └── mgmtsystem_action_efficacy.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_action.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_efficacy.py
│ └── views/
│ └── mgmtsystem_action_views.xml
├── mgmtsystem_action_template/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── it.po
│ │ └── mgmtsystem_action_template.pot
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_action.py
│ │ └── mgmtsystem_action_template.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ ├── security/
│ │ └── ir.model.access.csv
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_action_template.py
│ └── views/
│ ├── mgmtsystem_action_template.xml
│ └── mgmtsystem_action_views.xml
├── mgmtsystem_audit/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── audit_automated_actions.xml
│ │ └── audit_sequence.xml
│ ├── demo/
│ │ └── demo_audit.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── es_ES.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_audit.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_audit.py
│ │ ├── mgmtsystem_nonconformity.py
│ │ └── mgmtsystem_verification_line.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── report/
│ │ ├── audit.xml
│ │ ├── mgmtsystem_audit_pivot.xml
│ │ ├── report.xml
│ │ └── verification.xml
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_audit_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_audit.py
│ ├── views/
│ │ ├── mgmtsystem_audit.xml
│ │ └── res_users.xml
│ └── wizard/
│ ├── __init__.py
│ ├── copy_verification_lines.py
│ └── copy_verification_lines.xml
├── mgmtsystem_claim/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── automated_reminder.xml
│ │ ├── claim_sequence.xml
│ │ ├── email_template.xml
│ │ └── mgmtsystem_claim_stage.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── mgmtsystem_claim.pot
│ │ ├── nb.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_claim.py
│ │ ├── mgmtsystem_claim_stage.py
│ │ └── res_partner.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_claim_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_create_claim.py
│ └── views/
│ ├── menus.xml
│ ├── mgmtsystem_claim.xml
│ ├── mgmtsystem_claim_stage.xml
│ └── res_partner_views.xml
├── mgmtsystem_hazard/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── demo/
│ │ ├── mgmtsystem_hazard_hazard.xml
│ │ ├── mgmtsystem_hazard_origin.xml
│ │ ├── mgmtsystem_hazard_probability.xml
│ │ ├── mgmtsystem_hazard_severity.xml
│ │ ├── mgmtsystem_hazard_type.xml
│ │ └── mgmtsystem_hazard_usage.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ar.po
│ │ ├── bg.po
│ │ ├── bs.po
│ │ ├── ca.po
│ │ ├── ca_ES.po
│ │ ├── cs.po
│ │ ├── da.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── en_GB.po
│ │ ├── es.po
│ │ ├── es_AR.po
│ │ ├── es_CL.po
│ │ ├── es_CO.po
│ │ ├── es_CR.po
│ │ ├── es_DO.po
│ │ ├── es_EC.po
│ │ ├── es_ES.po
│ │ ├── es_MX.po
│ │ ├── es_PE.po
│ │ ├── es_PY.po
│ │ ├── es_VE.po
│ │ ├── et.po
│ │ ├── eu.po
│ │ ├── fa.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── fr_CA.po
│ │ ├── fr_CH.po
│ │ ├── fr_FR.po
│ │ ├── gl.po
│ │ ├── gl_ES.po
│ │ ├── he.po
│ │ ├── hr.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── id.po
│ │ ├── it.po
│ │ ├── ja.po
│ │ ├── ko.po
│ │ ├── lt.po
│ │ ├── lt_LT.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_hazard.pot
│ │ ├── mk.po
│ │ ├── mn.po
│ │ ├── nb.po
│ │ ├── nb_NO.po
│ │ ├── nl.po
│ │ ├── nl_BE.po
│ │ ├── nl_NL.po
│ │ ├── pl.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── ro.po
│ │ ├── ru.po
│ │ ├── sk.po
│ │ ├── sl.po
│ │ ├── sr.po
│ │ ├── sr@latin.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ ├── tr_TR.po
│ │ ├── uk.po
│ │ ├── vi.po
│ │ ├── vi_VN.po
│ │ ├── zh_CN.po
│ │ └── zh_TW.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_hazard.py
│ │ ├── mgmtsystem_hazard_control_measure.py
│ │ ├── mgmtsystem_hazard_hazard.py
│ │ ├── mgmtsystem_hazard_origin.py
│ │ ├── mgmtsystem_hazard_probability.py
│ │ ├── mgmtsystem_hazard_severity.py
│ │ ├── mgmtsystem_hazard_test.py
│ │ ├── mgmtsystem_hazard_type.py
│ │ └── mgmtsystem_hazard_usage.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_hazard_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ ├── mgmtsystem_hazard.xml
│ ├── mgmtsystem_hazard_control_measure.xml
│ ├── mgmtsystem_hazard_origin.xml
│ ├── mgmtsystem_hazard_probability.xml
│ ├── mgmtsystem_hazard_severity.xml
│ ├── mgmtsystem_hazard_test.xml
│ ├── mgmtsystem_hazard_type.xml
│ └── mgmtsystem_hazard_usage.xml
├── mgmtsystem_hazard_risk/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── mgmtsystem_hazard_risk_computation.xml
│ │ └── mgmtsystem_hazard_risk_type.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── hr.po
│ │ ├── id.po
│ │ ├── it.po
│ │ ├── mgmtsystem_hazard_risk.pot
│ │ ├── nb.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── common.py
│ │ ├── mgmtsystem_hazard.py
│ │ ├── mgmtsystem_hazard_residual_risk.py
│ │ ├── mgmtsystem_hazard_risk_computation.py
│ │ ├── mgmtsystem_hazard_risk_type.py
│ │ ├── res_company.py
│ │ └── res_config_settings.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ └── DESCRIPTION.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_hazard_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_mgmtsystem_hazard.py
│ └── views/
│ ├── mgmtsystem_hazard.xml
│ ├── mgmtsystem_hazard_residual_risk.xml
│ ├── mgmtsystem_hazard_risk_computation.xml
│ ├── mgmtsystem_hazard_risk_type.xml
│ └── res_config_settings_views.xml
├── mgmtsystem_info_security_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── information_security_manual.xml
│ ├── i18n/
│ │ ├── it.po
│ │ ├── mgmtsystem_info_security_manual.pot
│ │ └── sv.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── mgmtsystem_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── mgmtsystem_manual.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── hr_HR.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_manual.pot
│ │ ├── nb.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_manual.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ ├── INSTALL.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ ├── document_page.xml
│ └── mgmtsystem_manual.xml
├── mgmtsystem_nonconformity/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── mail_message_subtype.xml
│ │ ├── mgmtsystem_nonconformity_cause.xml
│ │ ├── mgmtsystem_nonconformity_origin.xml
│ │ ├── mgmtsystem_nonconformity_severity.xml
│ │ ├── mgmtsystem_nonconformity_stage.xml
│ │ └── sequence.xml
│ ├── demo/
│ │ ├── mgmtsystem_nonconformity.xml
│ │ ├── mgmtsystem_nonconformity_cause.xml
│ │ └── mgmtsystem_nonconformity_origin.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── es_ES.po
│ │ ├── fa.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_nonconformity.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── migrations/
│ │ └── 16.0.1.1.0/
│ │ └── pre-migrate.py
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mail_thread.py
│ │ ├── mgmtsystem_action.py
│ │ ├── mgmtsystem_nonconformity.py
│ │ ├── mgmtsystem_nonconformity_cause.py
│ │ ├── mgmtsystem_nonconformity_origin.py
│ │ ├── mgmtsystem_nonconformity_severity.py
│ │ └── mgmtsystem_nonconformity_stage.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ ├── reports/
│ │ └── mgmtsystem_nonconformity_report.xml
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_nonconformity_security.xml
│ ├── static/
│ │ ├── description/
│ │ │ └── index.html
│ │ ├── src/
│ │ │ └── components/
│ │ │ └── chatter_topbar/
│ │ │ ├── chatter_topbar.esm.js
│ │ │ └── chatter_topbar.xml
│ │ └── tests/
│ │ └── test_chatter.test.js
│ ├── tests/
│ │ ├── __init__.py
│ │ ├── test_cause.py
│ │ ├── test_js.py
│ │ ├── test_nonconformity.py
│ │ └── test_origin.py
│ └── views/
│ ├── mgmtsystem_action.xml
│ ├── mgmtsystem_cause.xml
│ ├── mgmtsystem_nonconformity.xml
│ ├── mgmtsystem_nonconformity_stage.xml
│ ├── mgmtsystem_origin.xml
│ └── mgmtsystem_severity.xml
├── mgmtsystem_nonconformity_hazard/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_nonconformity_hazard.pot
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_hazard.py
│ │ └── mgmtsystem_nonconformity.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ ├── mgmtsystem_hazard.xml
│ └── mgmtsystem_nonconformity.xml
├── mgmtsystem_nonconformity_hr/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fa.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── mgmtsystem_nonconformity_hr.pot
│ │ └── pt.po
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity_hr.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_nonconformity_views.xml
├── mgmtsystem_nonconformity_maintenance_equipment/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_nonconformity_maintenance_equipment.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_nonconformity.xml
├── mgmtsystem_nonconformity_mrp/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ └── mgmtsystem_nonconformity_mrp.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity_mrp.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ ├── INSTALL.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_nonconformity_views.xml
├── mgmtsystem_nonconformity_product/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fa.po
│ │ ├── it.po
│ │ ├── mgmtsystem_nonconformity_product.pot
│ │ └── pt_BR.po
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_nonconformity_views.xml
├── mgmtsystem_nonconformity_repair/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── it.po
│ │ ├── mgmtsystem_nonconformity_repair.pot
│ │ └── pt_BR.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_nonconformity.py
│ │ └── repair_order.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_nonconformity_repair.py
│ └── views/
│ └── mgmtsystem_nonconformity.xml
├── mgmtsystem_nonconformity_type/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── mgmtsystem_nonconformity_mail_data.xml
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ └── mgmtsystem_nonconformity_type.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_nonconformity_type.py
│ └── views/
│ └── mgmtsystem_nonconformity_views.xml
├── mgmtsystem_objective/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── demo/
│ │ └── mgmtsystem_objective.xml
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_objective.pot
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_indicator.py
│ │ ├── mgmtsystem_indicator_value.py
│ │ └── mgmtsystem_objective.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── ROADMAP.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── security.xml
│ ├── static/
│ │ ├── description/
│ │ │ └── index.html
│ │ ├── src/
│ │ │ └── components/
│ │ │ └── objective_state_selection/
│ │ │ └── objective_state_selection.esm.js
│ │ └── tests/
│ │ └── components/
│ │ └── objective_state_selection.test.js
│ ├── tests/
│ │ ├── __init__.py
│ │ ├── test_js.py
│ │ └── test_objective.py
│ └── views/
│ ├── mgmtsystem_indicator.xml
│ ├── mgmtsystem_indicator_value.xml
│ └── mgmtsystem_objective.xml
├── mgmtsystem_partner/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fa.po
│ │ ├── it.po
│ │ └── mgmtsystem_partner.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── res_partner.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── mgmtsystem_quality/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── mgmtsystem_system.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── mgmtsystem_quality.pot
│ │ ├── nb.po
│ │ ├── pt_BR.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── mgmtsystem_review/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── ir_sequence.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── es_ES.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_review.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_review.py
│ │ └── mgmtsystem_review_line.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── report/
│ │ ├── report.xml
│ │ └── review.xml
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_review_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_create_review.py
│ └── views/
│ ├── mgmtsystem_review.xml
│ └── res_users.xml
├── mgmtsystem_review_objective/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_review_objective.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_review.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ └── DESCRIPTION.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ ├── mgmtsystem_indicator_value.xml
│ └── mgmtsystem_review.xml
├── mgmtsystem_review_survey/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_review_survey.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_review.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ └── DESCRIPTION.md
│ ├── report/
│ │ └── review.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_review_views.xml
├── mgmtsystem_survey/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_survey.pot
│ │ ├── nb.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── survey_survey.xml
├── prettier.config.cjs
└── setup/
└── _metapackage/
└── pyproject.toml
================================================
FILE CONTENTS
================================================
================================================
FILE: .copier-answers.yml
================================================
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.34
_src_path: git+https://github.com/OCA/oca-addons-repo-template
additional_ruff_rules: []
ci: GitHub
convert_readme_fragments_to_markdown: true
enable_checklog_odoo: true
generate_requirements_txt: true
github_check_license: true
github_ci_extra_env: {}
github_enable_codecov: true
github_enable_makepot: true
github_enable_stale_action: true
github_enforce_dev_status_compatibility: true
include_wkhtmltopdf: false
odoo_test_flavor: Both
odoo_version: 18.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups: []
repo_description: management-system
repo_name: management-system
repo_slug: management-system
repo_website: https://github.com/OCA/management-system
use_pyproject_toml: true
use_ruff: true
================================================
FILE: .editorconfig
================================================
# Configuration for known file extensions
[*.{css,js,json,less,md,py,rst,sass,scss,xml,yaml,yml}]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{json,yml,yaml,rst,md}]
indent_size = 2
# Do not configure editor for libs and autogenerated content
[{*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst}]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = false
trim_trailing_whitespace = false
================================================
FILE: .gitattributes
================================================
test-requirements.txt merge=union
================================================
FILE: .github/workflows/pre-commit.yml
================================================
name: pre-commit
on:
pull_request:
branches:
- "18.0*"
push:
branches:
- "18.0"
- "18.0-ocabot-*"
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files --show-diff-on-failure --color=always
env:
# Consider valid a PR that changes README fragments but doesn't
# change the README.rst file itself. It's not really a problem
# because the bot will update it anyway after merge. This way, we
# lower the barrier for functional contributors that want to fix the
# readme fragments, while still letting developers get README
# auto-generated (which also helps functionals when using runboat).
# DOCS https://pre-commit.com/#temporarily-disabling-hooks
SKIP: oca-gen-addon-readme
- name: Check that all files generated by pre-commit are in git
run: |
newfiles="$(git ls-files --others --exclude-from=.gitignore)"
if [ "$newfiles" != "" ] ; then
echo "Please check-in the following files:"
echo "$newfiles"
exit 1
fi
================================================
FILE: .github/workflows/stale.yml
================================================
name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 12 * * 0"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Stale PRs and issues policy
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# General settings.
ascending: true
remove-stale-when-updated: true
# Pull Requests settings.
# 120+30 day stale policy for PRs
# * Except PRs marked as "no stale"
days-before-pr-stale: 120
days-before-pr-close: 30
exempt-pr-labels: "no stale"
stale-pr-label: "stale"
stale-pr-message: >
There hasn't been any activity on this pull request in the past 4 months, so
it has been marked as stale and it will be closed automatically if no
further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply
the "no stale" label.
# Issues settings.
# 180+30 day stale policy for open issues
# * Except Issues marked as "no stale"
days-before-issue-stale: 180
days-before-issue-close: 30
exempt-issue-labels: "no stale,needs more information"
stale-issue-label: "stale"
stale-issue-message: >
There hasn't been any activity on this issue in the past 6 months, so it has
been marked as stale and it will be closed automatically if no further
activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to
apply the "no stale" label.
# 15+30 day stale policy for issues pending more information
# * Issues that are pending more information
# * Except Issues marked as "no stale"
- name: Needs more information stale issues policy
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ascending: true
only-labels: "needs more information"
exempt-issue-labels: "no stale"
days-before-stale: 15
days-before-close: 30
days-before-pr-stale: -1
days-before-pr-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
stale-issue-message: >
This issue needs more information and there hasn't been any activity
recently, so it has been marked as stale and it will be closed automatically
if no further activity occurs in the next 30 days.
If you think this is a mistake, please ask a PSC member to remove the "needs
more information" label.
================================================
FILE: .github/workflows/test.yml
================================================
name: tests
on:
pull_request:
branches:
- "18.0*"
push:
branches:
- "18.0"
- "18.0-ocabot-*"
jobs:
unreleased-deps:
runs-on: ubuntu-latest
name: Detect unreleased dependencies
steps:
- uses: actions/checkout@v4
- run: |
for reqfile in requirements.txt test-requirements.txt ; do
if [ -f ${reqfile} ] ; then
result=0
# reject non-comment lines that contain a / (i.e. URLs, relative paths)
grep "^[^#].*/" ${reqfile} || result=$?
if [ $result -eq 0 ] ; then
echo "Unreleased dependencies found in ${reqfile}."
exit 1
fi
fi
done
test:
runs-on: ubuntu-22.04
container: ${{ matrix.container }}
name: ${{ matrix.name }}
strategy:
fail-fast: false
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
name: test with OCB
makepot: "true"
services:
postgres:
image: postgres:12
env:
POSTGRES_USER: odoo
POSTGRES_PASSWORD: odoo
POSTGRES_DB: odoo
ports:
- 5432:5432
env:
OCA_ENABLE_CHECKLOG_ODOO: "1"
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install addons and dependencies
run: oca_install_addons
- name: Check licenses
run: manifestoo -d . check-licenses
- name: Check development status
run: manifestoo -d . check-dev-status --default-dev-status=Beta
- name: Initialize test db
run: oca_init_test_database
- name: Run tests
run: oca_run_tests
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Update .pot files
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN }}@github.com/${{ github.repository }}
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'OCA' }}
================================================
FILE: .gitignore
================================================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
/.venv
/.pytest_cache
/.ruff_cache
# C extensions
*.so
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
*.eggs
# Windows installers
*.msi
# Debian packages
*.deb
# Redhat packages
*.rpm
# MacOS packages
*.dmg
*.pkg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Pycharm
.idea
# Eclipse
.settings
# Visual Studio cache/options directory
.vs/
.vscode
# OSX Files
.DS_Store
# Django stuff:
*.log
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Sphinx documentation
docs/_build/
# Backup files
*~
*.swp
# OCA rules
!static/lib/
================================================
FILE: .pre-commit-config.yaml
================================================
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
# We don't want to mess with tool-generated files
.svg$|/tests/([^/]+/)?cassettes/|^.copier-answers.yml$|^.github/|^eslint.config.cjs|^prettier.config.cjs|
# Maybe reactivate this when all README files include prettier ignore tags?
^README\.md$|
# Library files can have extraneous formatting (even minimized)
/static/(src/)?lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# Don't bother non-technical authors with formatting issues in docs
readme/.*\.(rst|md)$|
# Ignore build and dist directories in addons
/build/|/dist/|
# Ignore test files in addons
/tests/samples/.*|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
python: python3
node: "22.9.0"
repos:
- repo: local
hooks:
# These files are most likely copier diff rejection junks; if found,
# review them manually, fix the problem (if needed) and remove them
- id: forbidden-files
name: forbidden files
entry: found forbidden files; remove them
language: fail
files: "\\.rej$"
- id: en-po-files
name: en.po files cannot exist
entry: found a en.po file
language: fail
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
- repo: https://github.com/sbidoul/whool
rev: v1.3
hooks:
- id: whool-init
- repo: https://github.com/oca/maintainer-tools
rev: b89f767503be6ab2b11e4f50a7557cb20066e667
hooks:
# update the NOT INSTALLABLE ADDONS section above
- id: oca-update-pre-commit-excluded-addons
- id: oca-fix-manifest-website
args: ["https://github.com/OCA/management-system"]
- id: oca-gen-addon-readme
args:
- --addons-dir=.
- --branch=18.0
- --org-name=OCA
- --repo-name=management-system
- --if-source-changed
- --keep-source-digest
- --convert-fragments-to-markdown
- id: oca-gen-external-dependencies
- repo: https://github.com/OCA/odoo-pre-commit-hooks
rev: v0.0.33
hooks:
- id: oca-checks-odoo-module
- id: oca-checks-po
args:
- --disable=po-pretty-format
- repo: local
hooks:
- id: prettier
name: prettier (with plugin-xml)
entry: prettier
args:
- --write
- --list-different
- --ignore-unknown
types: [text]
files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
language: node
additional_dependencies:
- "prettier@3.3.3"
- "@prettier/plugin-xml@3.4.1"
- repo: local
hooks:
- id: eslint
name: eslint
entry: eslint
args:
- --color
- --fix
verbose: true
types: [javascript]
language: node
additional_dependencies:
- "eslint@9.12.0"
- "eslint-plugin-jsdoc@50.3.1"
- "globals@16.0.0"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
# exclude autogenerated files
exclude: /README\.rst$|\.pot?$
- id: end-of-file-fixer
# exclude autogenerated files
exclude: /README\.rst$|\.pot?$
- id: debug-statements
- id: fix-encoding-pragma
args: ["--remove"]
- id: check-case-conflict
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-merge-conflict
# exclude files where underlines are not distinguishable from merge conflicts
exclude: /README\.rst$|^docs/.*\.rst$
- id: check-symlinks
- id: check-xml
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/OCA/pylint-odoo
rev: v9.1.3
hooks:
- id: pylint_odoo
name: pylint with optional checks
args:
- --rcfile=.pylintrc
- --exit-zero
verbose: true
- id: pylint_odoo
args:
- --rcfile=.pylintrc-mandatory
================================================
FILE: .pylintrc
================================================
[MASTER]
load-plugins=pylint_odoo
score=n
[ODOOLINT]
readme-template-url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
manifest-required-authors=Odoo Community Association (OCA)
manifest-required-keys=license
manifest-deprecated-keys=description,active
license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid-odoo-versions=18.0
[MESSAGES CONTROL]
disable=all
# This .pylintrc contains optional AND mandatory checks and is meant to be
# loaded in an IDE to have it check everything, in the hope this will make
# optional checks more visible to contributors who otherwise never look at a
# green travis to see optional checks that failed.
# .pylintrc-mandatory containing only mandatory checks is used the pre-commit
# config as a blocking check.
enable=anomalous-backslash-in-string,
api-one-deprecated,
api-one-multi-together,
assignment-from-none,
attribute-deprecated,
class-camelcase,
dangerous-default-value,
dangerous-view-replace-wo-priority,
development-status-allowed,
duplicate-id-csv,
duplicate-key,
duplicate-xml-fields,
duplicate-xml-record-id,
eval-referenced,
eval-used,
incoherent-interpreter-exec-perm,
license-allowed,
manifest-author-string,
manifest-deprecated-key,
manifest-required-author,
manifest-required-key,
manifest-version-format,
method-compute,
method-inverse,
method-required-super,
method-search,
openerp-exception-warning,
pointless-statement,
pointless-string-statement,
print-used,
redundant-keyword-arg,
redundant-modulename-xml,
reimported,
relative-import,
return-in-init,
rst-syntax-error,
sql-injection,
too-few-format-args,
translation-field,
translation-required,
unreachable,
use-vim-comment,
wrong-tabs-instead-of-spaces,
xml-syntax-error,
attribute-string-redundant,
character-not-valid-in-resource-link,
consider-merging-classes-inherited,
context-overridden,
create-user-wo-reset-password,
dangerous-filter-wo-user,
dangerous-qweb-replace-wo-priority,
deprecated-data-xml-node,
deprecated-openerp-xml-node,
duplicate-po-message-definition,
except-pass,
file-not-used,
invalid-commit,
manifest-maintainers-list,
missing-newline-extrafiles,
missing-readme,
missing-return,
odoo-addons-relative-import,
old-api7-method-defined,
po-msgstr-variables,
po-syntax-error,
renamed-field-parameter,
resource-not-exist,
str-format-used,
test-folder-imported,
translation-contains-variable,
translation-positional-used,
unnecessary-utf8-coding-comment,
website-manifest-key-not-valid-uri,
xml-attribute-translatable,
xml-deprecated-qweb-directive,
xml-deprecated-tree-attribute,
external-request-timeout,
# messages that do not cause the lint step to fail
consider-merging-classes-inherited,
create-user-wo-reset-password,
dangerous-filter-wo-user,
deprecated-module,
file-not-used,
invalid-commit,
missing-manifest-dependency,
missing-newline-extrafiles,
missing-readme,
no-utf8-coding-comment,
odoo-addons-relative-import,
old-api7-method-defined,
redefined-builtin,
too-complex,
unnecessary-utf8-coding-comment,
manifest-external-assets
[REPORTS]
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
output-format=colorized
reports=no
================================================
FILE: .pylintrc-mandatory
================================================
[MASTER]
load-plugins=pylint_odoo
score=n
[ODOOLINT]
readme-template-url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
manifest-required-authors=Odoo Community Association (OCA)
manifest-required-keys=license
manifest-deprecated-keys=description,active
license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid-odoo-versions=18.0
[MESSAGES CONTROL]
disable=all
enable=anomalous-backslash-in-string,
api-one-deprecated,
api-one-multi-together,
assignment-from-none,
attribute-deprecated,
class-camelcase,
dangerous-default-value,
dangerous-view-replace-wo-priority,
development-status-allowed,
duplicate-id-csv,
duplicate-key,
duplicate-xml-fields,
duplicate-xml-record-id,
eval-referenced,
eval-used,
incoherent-interpreter-exec-perm,
license-allowed,
manifest-author-string,
manifest-deprecated-key,
manifest-required-author,
manifest-required-key,
manifest-version-format,
method-compute,
method-inverse,
method-required-super,
method-search,
openerp-exception-warning,
pointless-statement,
pointless-string-statement,
print-used,
redundant-keyword-arg,
redundant-modulename-xml,
reimported,
relative-import,
return-in-init,
rst-syntax-error,
sql-injection,
too-few-format-args,
translation-field,
translation-required,
unreachable,
use-vim-comment,
wrong-tabs-instead-of-spaces,
xml-syntax-error,
attribute-string-redundant,
character-not-valid-in-resource-link,
consider-merging-classes-inherited,
context-overridden,
create-user-wo-reset-password,
dangerous-filter-wo-user,
dangerous-qweb-replace-wo-priority,
deprecated-data-xml-node,
deprecated-openerp-xml-node,
duplicate-po-message-definition,
except-pass,
file-not-used,
invalid-commit,
manifest-maintainers-list,
missing-newline-extrafiles,
missing-readme,
missing-return,
odoo-addons-relative-import,
old-api7-method-defined,
po-msgstr-variables,
po-syntax-error,
renamed-field-parameter,
resource-not-exist,
str-format-used,
test-folder-imported,
translation-contains-variable,
translation-positional-used,
unnecessary-utf8-coding-comment,
website-manifest-key-not-valid-uri,
xml-attribute-translatable,
xml-deprecated-qweb-directive,
xml-deprecated-tree-attribute,
external-request-timeout
[REPORTS]
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
output-format=colorized
reports=no
================================================
FILE: .ruff.toml
================================================
target-version = "py310"
fix = true
[lint]
extend-select = [
"B",
"C90",
"E501", # line too long (default 88)
"I", # isort
"UP", # pyupgrade
]
extend-safe-fixes = ["UP008"]
exclude = ["setup/*"]
[format]
exclude = ["setup/*"]
[lint.per-file-ignores]
"__init__.py" = ["F401", "I001"] # ignore unused and unsorted imports in __init__.py
"__manifest__.py" = ["B018"] # useless expression
[lint.isort]
section-order = ["future", "standard-library", "third-party", "odoo", "odoo-addons", "first-party", "local-folder"]
[lint.isort.sections]
"odoo" = ["odoo"]
"odoo-addons" = ["odoo.addons"]
[lint.mccabe]
max-complexity = 16
================================================
FILE: LICENSE
================================================
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.
================================================
FILE: README.md
================================================
[](https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0)
[](https://github.com/OCA/management-system/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[](https://github.com/OCA/management-system/actions/workflows/test.yml?query=branch%3A18.0)
[](https://codecov.io/gh/OCA/management-system)
[](https://translation.odoo-community.org/engage/management-system-18-0/?utm_source=widget)
<!-- /!\ do not modify above this line -->
# management-system
management-system
<!-- /!\ do not modify below this line -->
<!-- prettier-ignore-start -->
[//]: # (addons)
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[document_page_environment_manual](document_page_environment_manual/) | 18.0.1.0.1 | | Document Management - Wiki - Environment Manual
[document_page_environmental_aspect](document_page_environmental_aspect/) | 18.0.1.0.1 | | Environmental Aspects
[document_page_health_safety_manual](document_page_health_safety_manual/) | 18.0.1.0.1 | | Health and Safety Manual
[document_page_procedure](document_page_procedure/) | 18.0.1.0.1 | | Document Management - Wiki - Procedures
[document_page_quality_manual](document_page_quality_manual/) | 18.0.1.0.1 | | Quality Manual
[document_page_work_instruction](document_page_work_instruction/) | 18.0.1.0.1 | | Document Management - Wiki - Work Instructions
[mgmtsystem](mgmtsystem/) | 18.0.1.2.0 | | Support for management systems, such as ISO compliance.
[mgmtsystem_action](mgmtsystem_action/) | 18.0.1.0.2 | | Management System - Action
[mgmtsystem_action_efficacy](mgmtsystem_action_efficacy/) | 18.0.1.0.0 | | Add information on the application of the Action.
[mgmtsystem_action_template](mgmtsystem_action_template/) | 18.0.1.0.0 | | Add Template management for Actions.
[mgmtsystem_audit](mgmtsystem_audit/) | 18.0.1.1.0 | | Management System - Audit
[mgmtsystem_claim](mgmtsystem_claim/) | 18.0.1.0.0 | | Management System - Claim
[mgmtsystem_hazard](mgmtsystem_hazard/) | 18.0.1.1.0 | | Hazard
[mgmtsystem_hazard_risk](mgmtsystem_hazard_risk/) | 18.0.1.2.0 | | Hazard Risk
[mgmtsystem_info_security_manual](mgmtsystem_info_security_manual/) | 18.0.1.0.0 | | Information Security Management System Manual
[mgmtsystem_manual](mgmtsystem_manual/) | 18.0.1.0.1 | | Management System - Manual
[mgmtsystem_nonconformity](mgmtsystem_nonconformity/) | 18.0.1.3.0 | | Management System - Nonconformity
[mgmtsystem_nonconformity_hazard](mgmtsystem_nonconformity_hazard/) | 18.0.1.0.0 | | Management System - Nonconformity Hazard
[mgmtsystem_nonconformity_hr](mgmtsystem_nonconformity_hr/) | 18.0.1.0.0 | | Bridge module between hr and mgmsystem and
[mgmtsystem_nonconformity_maintenance_equipment](mgmtsystem_nonconformity_maintenance_equipment/) | 18.0.1.0.0 | | Management System - Nonconformity Maintenance Equipment
[mgmtsystem_nonconformity_mrp](mgmtsystem_nonconformity_mrp/) | 18.0.1.0.0 | | Bridge module between mrp and mgmsystem
[mgmtsystem_nonconformity_product](mgmtsystem_nonconformity_product/) | 18.0.1.0.0 | | Bridge module between Product and Management System.
[mgmtsystem_nonconformity_repair](mgmtsystem_nonconformity_repair/) | 18.0.1.0.0 | | Bridge module between Repair and Non Conformities
[mgmtsystem_nonconformity_type](mgmtsystem_nonconformity_type/) | 18.0.1.1.0 | | Add Nonconformity classification for the root context.
[mgmtsystem_objective](mgmtsystem_objective/) | 18.0.1.0.1 | | Define objectives on your management system
[mgmtsystem_partner](mgmtsystem_partner/) | 18.0.1.0.0 | | Add Management System reference on Partner's Contacts.
[mgmtsystem_quality](mgmtsystem_quality/) | 18.0.1.0.1 | <a href='https://github.com/max3903'><img src='https://github.com/max3903.png' width='32' height='32' style='border-radius:50%;' alt='max3903'/></a> | Manage your quality management system
[mgmtsystem_review](mgmtsystem_review/) | 18.0.2.0.1 | | Management System - Review
[mgmtsystem_review_objective](mgmtsystem_review_objective/) | 18.0.1.0.1 | | Integrate reviews and objectives
[mgmtsystem_review_survey](mgmtsystem_review_survey/) | 18.0.2.0.0 | | Management System - Review Survey
[mgmtsystem_survey](mgmtsystem_survey/) | 18.0.1.0.0 | <a href='https://github.com/max3903'><img src='https://github.com/max3903.png' width='32' height='32' style='border-radius:50%;' alt='max3903'/></a> | Management System - Survey
[//]: # (end addons)
<!-- prettier-ignore-end -->
## Licenses
This repository is licensed under [AGPL-3.0](LICENSE).
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.
----
OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
organization whose mission is to support the collaborative development of Odoo features
and promote its widespread use.
================================================
FILE: checklog-odoo.cfg
================================================
[checklog-odoo]
ignore=
WARNING.* 0 failed, 0 error\(s\).*
================================================
FILE: document_page_environment_manual/README.rst
================================================
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association
===============================================
Document Management - Wiki - Environment Manual
===============================================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:65a025b3e40762b14a95c08467a52c97af793decddb8cf897d279b3bc2a3ab74
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
:target: https://github.com/OCA/management-system/tree/18.0/document_page_environment_manual
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-document_page_environment_manual
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module adds a menu Environment Manual and a wiki document page
category.
**Table of contents**
.. contents::
:local:
Usage
=====
To use this module, you need to:
- go to Management Systems > Documentation > Manuals
- Create a new page and select the environment category.
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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20document_page_environment_manual%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
-------
* Savoir-faire Linux
Contributors
------------
- Odoo SA <info@odoo.com>
- Savoir-faire Linux <support@savoirfairelinux.com>
- Gervais Naoussi <gervaisnaoussi@gmail.com>
- `Guadaltech <https://www.guadaltech.es>`__:
- Fernando La Chica <fernando.lachica@guadaltech.es>
- Yvan Dotet <yvan.dotet@logicasoft.eu>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
Maintainers
-----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
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.
This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/18.0/document_page_environment_manual>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
================================================
FILE: document_page_environment_manual/__init__.py
================================================
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
================================================
FILE: document_page_environment_manual/__manifest__.py
================================================
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
"name": "Document Management - Wiki - Environment Manual",
"version": "18.0.1.0.1",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Generic Modules/Others",
"depends": ["mgmtsystem_manual"],
"data": ["data/document_page_environment_manual.xml"],
"installable": True,
}
================================================
FILE: document_page_environment_manual/data/document_page_environment_manual.xml
================================================
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">
<record id="document_page_environment_manual" model="document.page">
<field name="name">Environment Manual</field>
<field name="type">category</field>
<field name="company_id" eval="False" />
<field name="template">
<![CDATA[
<h1>Application Domain</h1>
<h2>General</h2>
<h2>Application Perimeter</h2>
<h1>Standards References</h1>
<h1>Terms and Definitions</h1>
<h2>Confidentiality</h2>
<h1>Environment Management System</h1>
<h2>General Requirements</h2>
<h2>Environmental Policy</h2>
<h2>Planning</h2>
<h3>Environmental Aspects</h3>
<h3>Legal and Other Requirements</h3>
<h3>Objectives, Targets and Programs</h3>
<h2>Implementation and Operation</h2>
<h3>Resources, Roles, Responsibilities and Authority</h3>
<h3>Training, Awareness and Competence</h3>
<h3>Communication</h3>
<h3>Documentation</h3>
<h3>Documentation Control</h3>
<h3>Operational Control</h3>
<h3>Emergency Preparedness and Response</h3>
<h2>Control</h2>
<h3>Monitoring and Measurement</h3>
<h3>Evaluation of Compliance</h3>
<h3>Nonconformity, Corrective Action and Preventive Action</h3>
<h3>Control of Records</h3>
<h3>Internal Audit</h3>
<h2>Management Review</h2>
]]>
</field>
</record>
</odoo>
================================================
FILE: document_page_environment_manual/i18n/de.po
================================================
# German translation for openerp-mgmtsystem
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2012-09-17 11:38+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German <de@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#~ msgid "Document Management - Wiki - Environment Manual"
#~ msgstr "Dokumentenmanagement-Wiki - Umwelthandbuch"
#~ msgid ""
#~ "Environment Manual Template\n"
#~ " "
#~ msgstr ""
#~ "Vorlage für ein Umwelthandbuch\n"
#~ " "
================================================
FILE: document_page_environment_manual/i18n/document_page_environment_manual.pot
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
================================================
FILE: document_page_environment_manual/i18n/fr.po
================================================
# French translation for openerp-mgmtsystem
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2012-09-09 04:50+0000\n"
"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) <maxime."
"chambreuil@savoirfairelinux.com>\n"
"Language-Team: French <fr@li.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#~ msgid "Document Management - Wiki - Environment Manual"
#~ msgstr "Gestion des Documents - Wiki - Manuel environnemental"
#~ msgid ""
#~ "Environment Manual Template\n"
#~ " "
#~ msgstr ""
#~ "Modèle de manuel environnemental\n"
#~ " "
================================================
FILE: document_page_environment_manual/i18n/it.po
================================================
================================================
FILE: document_page_environment_manual/i18n/nb.po
================================================
# Norwegian Bokmal translation for openerp-mgmtsystem
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2014-01-22 17:53+0000\n"
"Last-Translator: Torvald Baade Bringsvor <torvald@bringsvor.com>\n"
"Language-Team: Norwegian Bokmal <nb@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#~ msgid "Document Management - Wiki - Environment Manual"
#~ msgstr "Dokumenthåndtering - Wiki - Miljømanual"
#~ msgid ""
#~ "Environment Manual Template\n"
#~ " "
#~ msgstr ""
#~ "Miljømanual Mal\n"
#~ " "
================================================
FILE: document_page_environment_manual/i18n/pt_BR.po
================================================
# Brazilian Portuguese translation for openerp-mgmtsystem
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2013-07-18 14:05+0000\n"
"Last-Translator: Claudio de Araujo Santos <claudioaraujosantos@gmail.com>\n"
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#~ msgid "Document Management - Wiki - Environment Manual"
#~ msgstr "Gerenciamento de Documento - Wiki - Manual"
#~ msgid ""
#~ "Environment Manual Template\n"
#~ " "
#~ msgstr ""
#~ "Manual do Meio Ambiente\n"
#~ " "
================================================
FILE: document_page_environment_manual/i18n/sl.po
================================================
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * document_page_environment_manual
#
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.1-dev\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2015-05-04 17:15+0100\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian <translate@matmoz.si>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"X-Generator: Lokalize 2.0\n"
#~ msgid "Document Management - Wiki - Environment Manual"
#~ msgstr "Upravljanje dokumentov - Wiki - Okoljski vodič"
#~ msgid ""
#~ "Environment Manual Template\n"
#~ " "
#~ msgstr ""
#~ "Predloga za okoljski vodič\n"
#~ " "
================================================
FILE: document_page_environment_manual/i18n/sv.po
================================================
# Swedish translation for openerp-mgmtsystem
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2012-12-03 16:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swedish <sv@li.org>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#~ msgid "Document Management - Wiki - Environment Manual"
#~ msgstr "Dokumenthantering - Wiki - Miljö Manual"
#~ msgid ""
#~ "Environment Manual Template\n"
#~ " "
#~ msgstr ""
#~ "Miljö Manual Mall\n"
#~ " "
================================================
FILE: document_page_environment_manual/i18n/vi.po
================================================
================================================
FILE: document_page_environment_manual/pyproject.toml
================================================
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
================================================
FILE: document_page_environment_manual/readme/CONTRIBUTORS.md
================================================
- Odoo SA \<<info@odoo.com>\>
- Savoir-faire Linux \<<support@savoirfairelinux.com>\>
- Gervais Naoussi \<<gervaisnaoussi@gmail.com>\>
- [Guadaltech](https://www.guadaltech.es):
- Fernando La Chica \<<fernando.lachica@guadaltech.es>\>
- Yvan Dotet \<<yvan.dotet@logicasoft.eu>\>
- \[Heliconia Solutions Pvt. Ltd.\](<https://www.heliconia.io>)
================================================
FILE: document_page_environment_manual/readme/DESCRIPTION.md
================================================
This module adds a menu Environment Manual and a wiki document page
category.
================================================
FILE: document_page_environment_manual/readme/USAGE.md
================================================
To use this module, you need to:
- go to Management Systems \> Documentation \> Manuals
- Create a new page and select the environment category.
================================================
FILE: document_page_environment_manual/static/description/index.html
================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>README.rst</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic, pre.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document">
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
</a>
<div class="section" id="document-management-wiki-environment-manual">
<h1>Document Management - Wiki - Environment Manual</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:65a025b3e40762b14a95c08467a52c97af793decddb8cf897d279b3bc2a3ab74
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/18.0/document_page_environment_manual"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-document_page_environment_manual"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds a menu Environment Manual and a wiki document page
category.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="usage">
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
<p>To use this module, you need to:</p>
<ul class="simple">
<li>go to Management Systems > Documentation > Manuals</li>
<li>Create a new page and select the environment category.</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/management-system/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/management-system/issues/new?body=module:%20document_page_environment_manual%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
<div class="section" id="authors">
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
<ul class="simple">
<li>Savoir-faire Linux</li>
</ul>
</div>
<div class="section" id="contributors">
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
<ul class="simple">
<li>Odoo SA <<a class="reference external" href="mailto:info@odoo.com">info@odoo.com</a>></li>
<li>Savoir-faire Linux <<a class="reference external" href="mailto:support@savoirfairelinux.com">support@savoirfairelinux.com</a>></li>
<li>Gervais Naoussi <<a class="reference external" href="mailto:gervaisnaoussi@gmail.com">gervaisnaoussi@gmail.com</a>></li>
<li><a class="reference external" href="https://www.guadaltech.es">Guadaltech</a>:<ul>
<li>Fernando La Chica <<a class="reference external" href="mailto:fernando.lachica@guadaltech.es">fernando.lachica@guadaltech.es</a>></li>
</ul>
</li>
<li>Yvan Dotet <<a class="reference external" href="mailto:yvan.dotet@logicasoft.eu">yvan.dotet@logicasoft.eu</a>></li>
<li>[Heliconia Solutions Pvt. Ltd.](<a class="reference external" href="https://www.heliconia.io">https://www.heliconia.io</a>)</li>
</ul>
</div>
<div class="section" id="maintainers">
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/management-system/tree/18.0/document_page_environment_manual">OCA/management-system</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</div>
</body>
</html>
================================================
FILE: document_page_environmental_aspect/README.rst
================================================
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association
=====================
Environmental Aspects
=====================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a3c297ce3ca3b8248f45e2115228affaf8d2438bdddceef5692ecf8907ee0c3d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
:target: https://github.com/OCA/management-system/tree/18.0/document_page_environmental_aspect
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-document_page_environmental_aspect
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the functionality of the Environment Management
System and adds a template for environmental aspects.
**Table of contents**
.. contents::
:local:
Configuration
=============
To configure this module, you need to:
- go to Management Systems > Configuration > Categories
- select the Environmental Aspect category and customize it
Usage
=====
To create environmental aspects, you need to:
- go to Management Systems > Documentation > Environmental Aspects
- click on Create and select the Environmental Aspect category
- enter your content
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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20document_page_environmental_aspect%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
-------
* Savoir-faire Linux
Contributors
------------
- Savoir-faire Linux <support@savoirfairelinux.com>
- Gervais Naoussi <gervaisnaoussi@gmail.com>
- `Guadaltech <https://www.guadaltech.es>`__:
- Fernando La Chica <fernando.lachica@guadaltech.es>
- Yvan Dotet <yvan.dotet@logicasoft.eu>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
Maintainers
-----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
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.
This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/18.0/document_page_environmental_aspect>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
================================================
FILE: document_page_environmental_aspect/__init__.py
================================================
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
================================================
FILE: document_page_environmental_aspect/__manifest__.py
================================================
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
"name": "Environmental Aspects",
"version": "18.0.1.0.1",
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Generic Modules/Others",
"depends": ["document_page", "mgmtsystem"],
"data": ["data/document_page.xml", "views/document_page.xml"],
"installable": True,
}
================================================
FILE: document_page_environmental_aspect/data/document_page.xml
================================================
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">
<record id="document_page_group_environmental_aspect" model="document.page">
<field name="name">Environmental Aspect</field>
<field name="type">category</field>
<field name="company_id" eval="False" />
<field name="template">
<![CDATA[
<h1>Activity</h1>
<h1>Environmental Aspect</h1>
<h1>Environmental Impact</h1>
<h1>Laws and Regulations</h1>
<h1>Operational Control</h1>
<h1>Responsibilities</h1>
<h1>Objectives</h1>
<h1>Programs</h1>
]]>
</field>
</record>
</odoo>
================================================
FILE: document_page_environmental_aspect/i18n/de.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012
# Rudolf Schnapka <rs@techno-flex.de>, 2016
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-07 01:44+0000\n"
"PO-Revision-Date: 2016-03-11 15:53+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-management-"
"system-9-0/language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Umweltaspekte"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Umweltaspekte Ihres Management-Systems."
================================================
FILE: document_page_environmental_aspect/i18n/document_page_environmental_aspect.pot
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr ""
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr ""
================================================
FILE: document_page_environmental_aspect/i18n/es.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-07-07 14:10+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspectos medioambientales"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspectos medioambientales de su sistema de gestión."
================================================
FILE: document_page_environmental_aspect/i18n/es_CL.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
# Translators:
# GABRIELA STEGEN <gabrstegen@gmx.net>, 2016
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-07 06:43+0000\n"
"PO-Revision-Date: 2016-09-14 21:32+0000\n"
"Last-Translator: GABRIELA STEGEN <gabrstegen@gmx.net>\n"
"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-management-"
"system-9-0/language/es_CL/)\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspectos medio ambientales"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspectos medio ambientales de tu sistema de administración"
================================================
FILE: document_page_environmental_aspect/i18n/fa.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-29 11:34+0000\n"
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>\n"
"Language-Team: none\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.17\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "جوانب زیستمحیطی"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "جوانب زیستمحیطی سیستم مدیریت کیفیت شما"
================================================
FILE: document_page_environmental_aspect/i18n/fr.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012
# Maxime Chambreuil <maxime.chambreuil@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: management-system (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-07 14:27+0000\n"
"PO-Revision-Date: 2015-05-26 18:45+0000\n"
"Last-Translator: Maxime Chambreuil <maxime.chambreuil@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-management-"
"system-8-0/language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspects environnementaux"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspects environnementaux de votre système de gestion."
================================================
FILE: document_page_environmental_aspect/i18n/it.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-11-03 13:44+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14.1\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspetti ambientali"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspetti ambientali per il tuo sistema di gestione."
================================================
FILE: document_page_environmental_aspect/i18n/nb.po
================================================
# Norwegian Bokmal translation for openerp-mgmtsystem
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2014-01-22 17:54+0000\n"
"Last-Translator: Torvald Baade Bringsvor <torvald@bringsvor.com>\n"
"Language-Team: Norwegian Bokmal <nb@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr ""
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
#, fuzzy
msgid "Environmental aspects of your management system."
msgstr ""
"Mal for miljøaspekter, brukbar for miljøstyringssystem\n"
" "
#~ msgid "Document Management - Wiki - Environmental Aspects"
#~ msgstr "Dokumenthåndtering - Wiki - Miljøaspekter"
================================================
FILE: document_page_environmental_aspect/i18n/pt.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-11-26 15:36+0000\n"
"Last-Translator: Daniel Reis <dgreis@sapo.pt>\n"
"Language-Team: none\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspetos ambientais"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspetos ambientais do seu sistema de gestão."
================================================
FILE: document_page_environmental_aspect/i18n/pt_BR.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
# Translators:
# danimaribeiro <danimaribeiro@gmail.com>, 2015
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013
msgid ""
msgstr ""
"Project-Id-Version: management-system (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-07 14:27+0000\n"
"PO-Revision-Date: 2015-07-20 19:10+0000\n"
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-"
"management-system-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspectos do ambiente"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspectos do ambiente de seu sistema de gestão"
================================================
FILE: document_page_environmental_aspect/i18n/sl.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-08 05:57+0000\n"
"PO-Revision-Date: 2015-05-08 07:58+0100\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian <translate@matmoz.si>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"X-Generator: Lokalize 2.0\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Okoljski vidiki"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Okoljski vidiki sistema upravljanja"
================================================
FILE: document_page_environmental_aspect/i18n/sv.po
================================================
# Swedish translation for openerp-mgmtsystem
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2024-06-19 16:36+0000\n"
"Last-Translator: jakobkrabbe <jakob@syscare.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Miljöaspekter"
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Miljöaspekter av ditt ledningssystem."
#~ msgid "Document Management - Wiki - Environmental Aspects"
#~ msgstr "Dokumenthantering - Wiki - Miljöaspekter"
================================================
FILE: document_page_environmental_aspect/i18n/vi.po
================================================
# Vietnamese translation for openerp-mgmtsystem
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2014-03-05 05:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Vietnamese <vi@li.org>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr ""
#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr ""
================================================
FILE: document_page_environmental_aspect/pyproject.toml
================================================
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
================================================
FILE: document_page_environmental_aspect/readme/CONFIGURE.md
================================================
To configure this module, you need to:
- go to Management Systems \> Configuration \> Categories
- select the Environmental Aspect category and customize it
================================================
FILE: document_page_environmental_aspect/readme/CONTRIBUTORS.md
================================================
- Savoir-faire Linux \<<support@savoirfairelinux.com>\>
- Gervais Naoussi \<<gervaisnaoussi@gmail.com>\>
- [Guadaltech](https://www.guadaltech.es):
- Fernando La Chica \<<fernando.lachica@guadaltech.es>\>
- Yvan Dotet \<<yvan.dotet@logicasoft.eu>\>
- \[Heliconia Solutions Pvt. Ltd.\](<https://www.heliconia.io>)
================================================
FILE: document_page_environmental_aspect/readme/DESCRIPTION.md
================================================
This module extends the functionality of the Environment Management
System and adds a template for environmental aspects.
================================================
FILE: document_page_environmental_aspect/readme/USAGE.md
================================================
To create environmental aspects, you need to:
- go to Management Systems \> Documentation \> Environmental Aspects
- click on Create and select the Environmental Aspect category
- enter your content
================================================
FILE: document_page_environmental_aspect/static/description/index.html
================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>README.rst</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic, pre.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document">
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
</a>
<div class="section" id="environmental-aspects">
<h1>Environmental Aspects</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a3c297ce3ca3b8248f45e2115228affaf8d2438bdddceef5692ecf8907ee0c3d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/18.0/document_page_environmental_aspect"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-document_page_environmental_aspect"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the functionality of the Environment Management
System and adds a template for environmental aspects.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
<p>To configure this module, you need to:</p>
<ul class="simple">
<li>go to Management Systems > Configuration > Categories</li>
<li>select the Environmental Aspect category and customize it</li>
</ul>
</div>
<div class="section" id="usage">
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
<p>To create environmental aspects, you need to:</p>
<ul class="simple">
<li>go to Management Systems > Documentation > Environmental Aspects</li>
<li>click on Create and select the Environmental Aspect category</li>
<li>enter your content</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/management-system/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/management-system/issues/new?body=module:%20document_page_environmental_aspect%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
<div class="section" id="authors">
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
<ul class="simple">
<li>Savoir-faire Linux</li>
</ul>
</div>
<div class="section" id="contributors">
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
<ul class="simple">
<li>Savoir-faire Linux <<a class="reference external" href="mailto:support@savoirfairelinux.com">support@savoirfairelinux.com</a>></li>
<li>Gervais Naoussi <<a class="reference external" href="mailto:gervaisnaoussi@gmail.com">gervaisnaoussi@gmail.com</a>></li>
<li><a class="reference external" href="https://www.guadaltech.es">Guadaltech</a>:<ul>
<li>Fernando La Chica <<a class="reference external" href="mailto:fernando.lachica@guadaltech.es">fernando.lachica@guadaltech.es</a>></li>
</ul>
</li>
<li>Yvan Dotet <<a class="reference external" href="mailto:yvan.dotet@logicasoft.eu">yvan.dotet@logicasoft.eu</a>></li>
<li>[Heliconia Solutions Pvt. Ltd.](<a class="reference external" href="https://www.heliconia.io">https://www.heliconia.io</a>)</li>
</ul>
</div>
<div class="section" id="maintainers">
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/management-system/tree/18.0/document_page_environmental_aspect">OCA/management-system</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</div>
</body>
</html>
================================================
FILE: document_page_environmental_aspect/views/document_page.xml
================================================
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record model="ir.actions.act_window" id="action_environmental_aspects">
<field name="name">Environmental Aspects</field>
<field name="res_model">document.page</field>
<field name="view_mode">list,form</field>
<field name="help">Environmental aspects of your management system.</field>
<field
name="domain"
eval="[('parent_id','=',ref('document_page_group_environmental_aspect'))]"
/>
<field
name="context"
eval="{'default_parent_id': ref('document_page_group_environmental_aspect')}"
/>
</record>
<record id="action_environmental_aspects_tree" model="ir.actions.act_window.view">
<field name="sequence" eval="0" />
<field name="view_mode">list</field>
<field name="view_id" ref="document_page.view_wiki_tree" />
<field name="act_window_id" ref="action_environmental_aspects" />
</record>
<record id="action_environmental_aspects_form" model="ir.actions.act_window.view">
<field name="sequence" eval="5" />
<field name="view_mode">form</field>
<field name="view_id" ref="document_page.view_wiki_form" />
<field name="act_window_id" ref="action_environmental_aspects" />
</record>
<menuitem
id="menu_mgmtsystem_manuals_environmental_aspects"
name="Environmental Aspects"
action="action_environmental_aspects"
parent="mgmtsystem.menu_mgmtsystem_manuals"
sequence="20"
groups="base.group_user"
/>
</odoo>
================================================
FILE: document_page_health_safety_manual/README.rst
================================================
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association
========================
Health and Safety Manual
========================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f22b6e7cf8c51529d73bd5a999288b5ee018b7c6ba895c012d6d9d8f28918323
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
:target: https://github.com/OCA/management-system/tree/18.0/document_page_health_safety_manual
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-document_page_health_safety_manual
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module provides an Health and Safety Manual template.
**Table of contents**
.. contents::
:local:
Usage
=====
To enter your information security manual, you need to:
- go to Management Systems > Documentation > Manuals
- click on Create and select the Health and Safety Manual category
- enter your content
Known issues / Roadmap
======================
- Report any issue or ideas to
https://github.com/OCA/management-system/issues
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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20document_page_health_safety_manual%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
-------
* Savoir-faire Linux
Contributors
------------
- Loïc Faure-Lacroix <loic.lacroix@savoirfairelinux.com>
- Gervais Naoussi <gervaisnaoussi@gmail.com>
- `Guadaltech <https://www.guadaltech.es>`__:
- Fernando La Chica <fernando.lachica@guadaltech.es>
- `Binhex <https://binhex.cloud//com>`__:
- David Luis Mora <d.luis@binhex.cloud>
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
Maintainers
-----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
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.
This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/18.0/document_page_health_safety_manual>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
================================================
FILE: document_page_health_safety_manual/__init__.py
================================================
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
================================================
FILE: document_page_health_safety_manual/__manifest__.py
================================================
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
"name": "Health and Safety Manual",
"version": "18.0.1.0.1",
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Generic Modules/Others",
"depends": ["mgmtsystem_manual"],
"data": ["data/document_page.xml"],
"installable": True,
}
================================================
FILE: document_page_health_safety_manual/data/document_page.xml
================================================
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="document_page_health_safety_manual" model="document.page">
<field name="name">Health and Safety Manual</field>
<field name="type">category</field>
<field name="company_id" eval="False" />
<field name="template">
TODO: Add the structure of the health and safety manual from the OHSAS 18001 standard.
</field>
</record>
</odoo>
================================================
FILE: document_page_health_safety_manual/i18n/document_page_health_safety_manual.pot
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
================================================
FILE: document_page_health_safety_manual/i18n/it.po
================================================
================================================
FILE: document_page_health_safety_manual/pyproject.toml
================================================
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
================================================
FILE: document_page_health_safety_manual/readme/CONTRIBUTORS.md
================================================
- Loïc Faure-Lacroix \<<loic.lacroix@savoirfairelinux.com>\>
- Gervais Naoussi \<<gervaisnaoussi@gmail.com>\>
- [Guadaltech](https://www.guadaltech.es):
- Fernando La Chica \<<fernando.lachica@guadaltech.es>\>
- [Binhex](https://binhex.cloud//com):
- David Luis Mora \<<d.luis@binhex.cloud>\>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
================================================
FILE: document_page_health_safety_manual/readme/DESCRIPTION.md
================================================
This module provides an Health and Safety Manual template.
================================================
FILE: document_page_health_safety_manual/readme/ROADMAP.md
================================================
- Report any issue or ideas to
<https://github.com/OCA/management-system/issues>
================================================
FILE: document_page_health_safety_manual/readme/USAGE.md
================================================
To enter your information security manual, you need to:
- go to Management Systems \> Documentation \> Manuals
- click on Create and select the Health and Safety Manual category
- enter your content
================================================
FILE: document_page_health_safety_manual/static/description/index.html
================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>README.rst</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic, pre.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document">
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
</a>
<div class="section" id="health-and-safety-manual">
<h1>Health and Safety Manual</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f22b6e7cf8c51529d73bd5a999288b5ee018b7c6ba895c012d6d9d8f28918323
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/18.0/document_page_health_safety_manual"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-document_page_health_safety_manual"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module provides an Health and Safety Manual template.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-2">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="usage">
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
<p>To enter your information security manual, you need to:</p>
<ul class="simple">
<li>go to Management Systems > Documentation > Manuals</li>
<li>click on Create and select the Health and Safety Manual category</li>
<li>enter your content</li>
</ul>
</div>
<div class="section" id="known-issues-roadmap">
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
<ul class="simple">
<li>Report any issue or ideas to
<a class="reference external" href="https://github.com/OCA/management-system/issues">https://github.com/OCA/management-system/issues</a></li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/management-system/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/management-system/issues/new?body=module:%20document_page_health_safety_manual%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
<div class="section" id="authors">
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
<ul class="simple">
<li>Savoir-faire Linux</li>
</ul>
</div>
<div class="section" id="contributors">
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
<ul class="simple">
<li>Loïc Faure-Lacroix <<a class="reference external" href="mailto:loic.lacroix@savoirfairelinux.com">loic.lacroix@savoirfairelinux.com</a>></li>
<li>Gervais Naoussi <<a class="reference external" href="mailto:gervaisnaoussi@gmail.com">gervaisnaoussi@gmail.com</a>></li>
<li><a class="reference external" href="https://www.guadaltech.es">Guadaltech</a>:<ul>
<li>Fernando La Chica <<a class="reference external" href="mailto:fernando.lachica@guadaltech.es">fernando.lachica@guadaltech.es</a>></li>
</ul>
</li>
<li><a class="reference external" href="https://binhex.cloud//com">Binhex</a>:<ul>
<li>David Luis Mora <<a class="reference external" href="mailto:d.luis@binhex.cloud">d.luis@binhex.cloud</a>></li>
</ul>
</li>
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a></li>
</ul>
</div>
<div class="section" id="maintainers">
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/management-system/tree/18.0/document_page_health_safety_manual">OCA/management-system</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</div>
</body>
</html>
================================================
FILE: document_page_procedure/README.rst
================================================
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association
=======================================
Document Management - Wiki - Procedures
=======================================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:78629f0af440f47b7abcec68b86f5ca4d8f5dab33645f871cfe42629bc357e2e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
:target: https://github.com/OCA/management-system/tree/18.0/document_page_procedure
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-document_page_procedure
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module provides a Procedure template.
- Go to Management Systems > Documentation > Procedures
- Create a new Procedure
- Fill in the title and the content
**Table of contents**
.. contents::
:local:
Configuration
=============
To configure your template of procedures:
- Go to Knowledge > Pages > Categories
- Select the Procedure category
- Customize the content
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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20document_page_procedure%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
-------
* Savoir-faire Linux
Contributors
------------
- Savoir-faire Linux <support@savoirfairelinux.com>
- Gervais Naoussi <gervaisnaoussi@gmail.com>
- Eugen Don <eugen.don@don-systems.de>
- Jose Maria Alzaga <jose.alzaga@aselcis.com>
- `Tecnativa <https://www.tecnativa.com>`__:
- Ernesto Tejeda
Trobz
- Dung Tran <dungtd@trobz.com>
- Yvan Dotet <yvan.dotet@logicasoft.eu>
- Tuan Nguyen <tuanna@trobz.com>
Other credits
-------------
The migration of this module has been financially supported by:
- Camptocamp
Maintainers
-----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
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.
This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/18.0/document_page_procedure>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
================================================
FILE: document_page_procedure/__init__.py
================================================
================================================
FILE: document_page_procedure/__manifest__.py
================================================
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Document Management - Wiki - Procedures",
"version": "18.0.1.0.1",
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": ["document_page", "mgmtsystem"],
"data": ["data/document_page_procedure.xml", "views/document_page_procedure.xml"],
"demo": ["demo/document_page_procedure.xml"],
"installable": True,
}
================================================
FILE: document_page_procedure/checklog-odoo.cfg
================================================
[checklog-odoo]
ignore=
WARNING.0 failed, 0 error\(s\).
================================================
FILE: document_page_procedure/data/document_page_procedure.xml
================================================
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">
<record id="document_page_group_procedure" model="document.page">
<field name="name">Procedure</field>
<field name="type">category</field>
<field name="company_id" eval="False" />
<field name="template">
<![CDATA[
<h1>Objective</h1>
<h1>Application Domain</h1>
<h1>Terms and Definitions</h1>
<h1>Responsibilities</h1>
<h1>Process</h1>
]]>
</field>
</record>
</odoo>
================================================
FILE: document_page_procedure/demo/document_page_procedure.xml
================================================
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="document_page_procedure" model="document.page">
<field name="name">Procedure</field>
<field name="parent_id" ref="document_page_group_procedure" />
<field name="type">content</field>
<field name="content">
<![CDATA[
<h1>Objective</h1>
<h1>Application Domain</h1>
<h1>Terms and Definitions</h1>
<h1>Responsibilities</h1>
<h1>Process</h1>
]]>
</field>
</record>
</odoo>
================================================
FILE: document_page_procedure/i18n/de.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-15 18:09+0000\n"
"PO-Revision-Date: 2018-01-15 18:09+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Vorgänge"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Prozeduren Ihres Management-Systems."
================================================
FILE: document_page_procedure/i18n/document_page_procedure.pot
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr ""
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr ""
================================================
FILE: document_page_procedure/i18n/es.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-28 14:32+0000\n"
"PO-Revision-Date: 2015-07-28 14:32+0000\n"
"Last-Translator: Glen Sojo <glen.sojo@clearcorp.co.cr>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedimientos"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedimientos de su sistema de gestión."
================================================
FILE: document_page_procedure/i18n/es_CO.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 07:18+0000\n"
"PO-Revision-Date: 2018-01-16 07:18+0000\n"
"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail."
"com>, 2018\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
"es_CO/)\n"
"Language: es_CO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedimientos"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedimientos de tu sistema de gestión."
================================================
FILE: document_page_procedure/i18n/fa.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-08-28 13:06+0000\n"
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>\n"
"Language-Team: none\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.6.2\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "رویهها"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "رویههای سیستم مدیریت شما."
================================================
FILE: document_page_procedure/i18n/fr.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012
# Maxime Chambreuil <maxime.chambreuil@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: management-system (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-07 14:27+0000\n"
"PO-Revision-Date: 2015-05-26 18:38+0000\n"
"Last-Translator: Maxime Chambreuil <maxime.chambreuil@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-management-"
"system-8-0/language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procédures"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procédures du système de gestion"
================================================
FILE: document_page_procedure/i18n/hr.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# Bole <bole@dajmi5.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-10 07:38+0000\n"
"PO-Revision-Date: 2018-02-10 07:38+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedure"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedure vašeg sustava kvalitete"
================================================
FILE: document_page_procedure/i18n/hr_HR.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# Bole <bole@dajmi5.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-01 20:06+0000\n"
"PO-Revision-Date: 2017-05-01 20:06+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedure"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedure vašeg sustava upravljanja"
================================================
FILE: document_page_procedure/i18n/hu.po
================================================
# Hungarian translation for openerp-mgmtsystem
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2013-07-22 07:15+0000\n"
"Last-Translator: krnkris <Unknown>\n"
"Language-Team: Hungarian <hu@li.org>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr ""
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr ""
#~ msgid ""
#~ "Procedure Template\n"
#~ " "
#~ msgstr ""
#~ "Folyamat sablon\n"
#~ " "
#~ msgid "Document Management - Wiki - Procedures"
#~ msgstr "Dokumentum menedzsment - Wiki - Folyamatok"
================================================
FILE: document_page_procedure/i18n/it.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-03-02 17:11+0000\n"
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.4\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedure"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedure del sistema di gestione."
================================================
FILE: document_page_procedure/i18n/nb.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-30 02:50+0000\n"
"PO-Revision-Date: 2016-03-04 19:38+0000\n"
"Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-management-"
"system-9-0/language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Prosedyrer"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr ""
================================================
FILE: document_page_procedure/i18n/nl_NL.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-17 04:23+0000\n"
"PO-Revision-Date: 2017-06-17 04:23+0000\n"
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedures"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedures van uw managementsysteem. "
================================================
FILE: document_page_procedure/i18n/pt.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-30 02:50+0000\n"
"PO-Revision-Date: 2016-03-04 19:38+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-management-"
"system-9-0/language/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedimentos"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr ""
================================================
FILE: document_page_procedure/i18n/pt_BR.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# danimaribeiro <danimaribeiro@gmail.com>, 2015
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013
msgid ""
msgstr ""
"Project-Id-Version: management-system (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-07 14:27+0000\n"
"PO-Revision-Date: 2015-07-20 19:10+0000\n"
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-"
"management-system-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedimentos"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedimentos do seu sistema de gestão."
================================================
FILE: document_page_procedure/i18n/sl.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-08 05:55+0000\n"
"PO-Revision-Date: 2015-05-08 07:56+0100\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian <translate@matmoz.si>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"X-Generator: Lokalize 2.0\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedure"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedure sistema upravljanja"
================================================
FILE: document_page_procedure/i18n/sv.po
================================================
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-30 02:50+0000\n"
"PO-Revision-Date: 2016-03-04 19:38+0000\n"
"Last-Translator: <>\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-management-"
"system-9-0/language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Rutiner"
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr ""
================================================
FILE: document_page_procedure/i18n/vi.po
================================================
# Vietnamese translation for openerp-mgmtsystem
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2014-03-04 11:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Vietnamese <vi@li.org>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr ""
#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr ""
================================================
FILE: document_page_procedure/pyproject.toml
================================================
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
================================================
FILE: document_page_procedure/readme/CONFIGURE.md
================================================
To configure your template of procedures:
- Go to Knowledge \> Pages \> Categories
- Select the Procedure category
- Customize the content
================================================
FILE: document_page_procedure/readme/CONTRIBUTORS.md
================================================
- Savoir-faire Linux \<<support@savoirfairelinux.com>\>
- Gervais Naoussi \<<gervaisnaoussi@gmail.com>\>
- Eugen Don \<<eugen.don@don-systems.de>\>
- Jose Maria Alzaga \<<jose.alzaga@aselcis.com>\>
- [Tecnativa](https://www.tecnativa.com):
- Ernesto Tejeda
Trobz
- Dung Tran \<<dungtd@trobz.com>\>
- Yvan Dotet \<<yvan.dotet@logicasoft.eu>\>
- Tuan Nguyen \<<tuanna@trobz.com>\>
================================================
FILE: document_page_procedure/readme/CREDITS.md
================================================
The migration of this module has been financially supported by:
- Camptocamp
================================================
FILE: document_page_procedure/readme/DESCRIPTION.md
================================================
This module provides a Procedure template.
- Go to Management Systems \> Documentation \> Procedures
- Create a new Procedure
- Fill in the title and the content
================================================
FILE: document_page_procedure/static/description/index.html
================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>README.rst</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic, pre.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document">
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
</a>
<div class="section" id="document-management-wiki-procedures">
<h1>Document Management - Wiki - Procedures</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:78629f0af440f47b7abcec68b86f5ca4d8f5dab33645f871cfe42629bc357e2e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/18.0/document_page_procedure"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-document_page_procedure"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module provides a Procedure template.</p>
<ul class="simple">
<li>Go to Management Systems > Documentation > Procedures</li>
<li>Create a new Procedure</li>
<li>Fill in the title and the content</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
<li><a class="reference internal" href="#other-credits" id="toc-entry-6">Other credits</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
<p>To configure your template of procedures:</p>
<ul class="simple">
<li>Go to Knowledge > Pages > Categories</li>
<li>Select the Procedure category</li>
<li>Customize the content</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/management-system/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/management-system/issues/new?body=module:%20document_page_procedure%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
<div class="section" id="authors">
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
<ul class="simple">
<li>Savoir-faire Linux</li>
</ul>
</div>
<div class="section" id="contributors">
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
<ul class="simple">
<li>Savoir-faire Linux <<a class="reference external" href="mailto:support@savoirfairelinux.com">support@savoirfairelinux.com</a>></li>
<li>Gervais Naoussi <<a class="reference external" href="mailto:gervaisnaoussi@gmail.com">gervaisnaoussi@gmail.com</a>></li>
<li>Eugen Don <<a class="reference external" href="mailto:eugen.don@don-systems.de">eugen.don@don-systems.de</a>
gitextract_yizcxry9/
├── .copier-answers.yml
├── .editorconfig
├── .gitattributes
├── .github/
│ └── workflows/
│ ├── pre-commit.yml
│ ├── stale.yml
│ └── test.yml
├── .gitignore
├── .pre-commit-config.yaml
├── .pylintrc
├── .pylintrc-mandatory
├── .ruff.toml
├── LICENSE
├── README.md
├── checklog-odoo.cfg
├── document_page_environment_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page_environment_manual.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── document_page_environment_manual.pot
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── nb.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── document_page_environmental_aspect/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── document_page_environmental_aspect.pot
│ │ ├── es.po
│ │ ├── es_CL.po
│ │ ├── fa.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── nb.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── document_page.xml
├── document_page_health_safety_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page.xml
│ ├── i18n/
│ │ ├── document_page_health_safety_manual.pot
│ │ └── it.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── document_page_procedure/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── checklog-odoo.cfg
│ ├── data/
│ │ └── document_page_procedure.xml
│ ├── demo/
│ │ └── document_page_procedure.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── document_page_procedure.pot
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── fa.po
│ │ ├── fr.po
│ │ ├── hr.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── nb.po
│ │ ├── nl_NL.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ └── DESCRIPTION.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── document_page_procedure.xml
├── document_page_quality_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page.xml
│ ├── i18n/
│ │ ├── ar.po
│ │ ├── bg.po
│ │ ├── ca.po
│ │ ├── cs.po
│ │ ├── da.po
│ │ ├── de.po
│ │ ├── document_page_quality_manual.pot
│ │ ├── es.po
│ │ ├── es_CR.po
│ │ ├── es_MX.po
│ │ ├── es_VE.po
│ │ ├── fa.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── ja.po
│ │ ├── lv.po
│ │ ├── mn.po
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── oc.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── ro.po
│ │ ├── ru.po
│ │ ├── sk.po
│ │ ├── sl.po
│ │ ├── sr@latin.po
│ │ ├── sv.po
│ │ ├── tr.po
│ │ ├── vi.po
│ │ └── zh_CN.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── document_page_work_instruction/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── document_page.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── document_page_work_instruction.pot
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── fa.po
│ │ ├── fr.po
│ │ ├── hr_HR.po
│ │ ├── it.po
│ │ ├── nb.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── no.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ └── DESCRIPTION.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── document_page_work_instructions.xml
├── eslint.config.cjs
├── mgmtsystem/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── cs.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_AR.po
│ │ ├── es_CL.po
│ │ ├── es_CO.po
│ │ ├── es_CR.po
│ │ ├── es_EC.po
│ │ ├── es_ES.po
│ │ ├── es_MX.po
│ │ ├── es_VE.po
│ │ ├── et.po
│ │ ├── fa.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lt.po
│ │ ├── lv.po
│ │ ├── mgmtsystem.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_BE.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pl.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── ro.po
│ │ ├── ru.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ ├── vi.po
│ │ └── zh_CN.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_system.py
│ │ └── res_config.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ └── DESCRIPTION.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_create_mgmtsystem.py
│ └── views/
│ ├── menus.xml
│ ├── mgmtsystem_system.xml
│ └── res_config.xml
├── mgmtsystem_action/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── action_sequence.xml
│ │ ├── automated_reminder.xml
│ │ ├── email_template.xml
│ │ └── mgmtsystem_action_stage.xml
│ ├── demo/
│ │ └── mgmtsystem_action.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── es_ES.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_action.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_action.py
│ │ ├── mgmtsystem_action_stage.py
│ │ └── mgmtsystem_action_tag.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ ├── INSTALL.md
│ │ └── USAGE.md
│ ├── reports/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_action_report.py
│ │ └── mgmtsystem_action_report.xml
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_action_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_create_action.py
│ └── views/
│ ├── menus.xml
│ ├── mgmtsystem_action.xml
│ ├── mgmtsystem_action_stage.xml
│ └── mgmtsystem_action_tag.xml
├── mgmtsystem_action_efficacy/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fa.po
│ │ ├── it.po
│ │ └── mgmtsystem_action_efficacy.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_action.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_efficacy.py
│ └── views/
│ └── mgmtsystem_action_views.xml
├── mgmtsystem_action_template/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── it.po
│ │ └── mgmtsystem_action_template.pot
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_action.py
│ │ └── mgmtsystem_action_template.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ ├── security/
│ │ └── ir.model.access.csv
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_action_template.py
│ └── views/
│ ├── mgmtsystem_action_template.xml
│ └── mgmtsystem_action_views.xml
├── mgmtsystem_audit/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── audit_automated_actions.xml
│ │ └── audit_sequence.xml
│ ├── demo/
│ │ └── demo_audit.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── es_ES.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_audit.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_audit.py
│ │ ├── mgmtsystem_nonconformity.py
│ │ └── mgmtsystem_verification_line.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── report/
│ │ ├── audit.xml
│ │ ├── mgmtsystem_audit_pivot.xml
│ │ ├── report.xml
│ │ └── verification.xml
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_audit_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_audit.py
│ ├── views/
│ │ ├── mgmtsystem_audit.xml
│ │ └── res_users.xml
│ └── wizard/
│ ├── __init__.py
│ ├── copy_verification_lines.py
│ └── copy_verification_lines.xml
├── mgmtsystem_claim/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── automated_reminder.xml
│ │ ├── claim_sequence.xml
│ │ ├── email_template.xml
│ │ └── mgmtsystem_claim_stage.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── mgmtsystem_claim.pot
│ │ ├── nb.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_claim.py
│ │ ├── mgmtsystem_claim_stage.py
│ │ └── res_partner.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_claim_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_create_claim.py
│ └── views/
│ ├── menus.xml
│ ├── mgmtsystem_claim.xml
│ ├── mgmtsystem_claim_stage.xml
│ └── res_partner_views.xml
├── mgmtsystem_hazard/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── demo/
│ │ ├── mgmtsystem_hazard_hazard.xml
│ │ ├── mgmtsystem_hazard_origin.xml
│ │ ├── mgmtsystem_hazard_probability.xml
│ │ ├── mgmtsystem_hazard_severity.xml
│ │ ├── mgmtsystem_hazard_type.xml
│ │ └── mgmtsystem_hazard_usage.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ar.po
│ │ ├── bg.po
│ │ ├── bs.po
│ │ ├── ca.po
│ │ ├── ca_ES.po
│ │ ├── cs.po
│ │ ├── da.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── en_GB.po
│ │ ├── es.po
│ │ ├── es_AR.po
│ │ ├── es_CL.po
│ │ ├── es_CO.po
│ │ ├── es_CR.po
│ │ ├── es_DO.po
│ │ ├── es_EC.po
│ │ ├── es_ES.po
│ │ ├── es_MX.po
│ │ ├── es_PE.po
│ │ ├── es_PY.po
│ │ ├── es_VE.po
│ │ ├── et.po
│ │ ├── eu.po
│ │ ├── fa.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── fr_CA.po
│ │ ├── fr_CH.po
│ │ ├── fr_FR.po
│ │ ├── gl.po
│ │ ├── gl_ES.po
│ │ ├── he.po
│ │ ├── hr.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── id.po
│ │ ├── it.po
│ │ ├── ja.po
│ │ ├── ko.po
│ │ ├── lt.po
│ │ ├── lt_LT.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_hazard.pot
│ │ ├── mk.po
│ │ ├── mn.po
│ │ ├── nb.po
│ │ ├── nb_NO.po
│ │ ├── nl.po
│ │ ├── nl_BE.po
│ │ ├── nl_NL.po
│ │ ├── pl.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── ro.po
│ │ ├── ru.po
│ │ ├── sk.po
│ │ ├── sl.po
│ │ ├── sr.po
│ │ ├── sr@latin.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ ├── tr_TR.po
│ │ ├── uk.po
│ │ ├── vi.po
│ │ ├── vi_VN.po
│ │ ├── zh_CN.po
│ │ └── zh_TW.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_hazard.py
│ │ ├── mgmtsystem_hazard_control_measure.py
│ │ ├── mgmtsystem_hazard_hazard.py
│ │ ├── mgmtsystem_hazard_origin.py
│ │ ├── mgmtsystem_hazard_probability.py
│ │ ├── mgmtsystem_hazard_severity.py
│ │ ├── mgmtsystem_hazard_test.py
│ │ ├── mgmtsystem_hazard_type.py
│ │ └── mgmtsystem_hazard_usage.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_hazard_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ ├── mgmtsystem_hazard.xml
│ ├── mgmtsystem_hazard_control_measure.xml
│ ├── mgmtsystem_hazard_origin.xml
│ ├── mgmtsystem_hazard_probability.xml
│ ├── mgmtsystem_hazard_severity.xml
│ ├── mgmtsystem_hazard_test.xml
│ ├── mgmtsystem_hazard_type.xml
│ └── mgmtsystem_hazard_usage.xml
├── mgmtsystem_hazard_risk/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── mgmtsystem_hazard_risk_computation.xml
│ │ └── mgmtsystem_hazard_risk_type.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── hr.po
│ │ ├── id.po
│ │ ├── it.po
│ │ ├── mgmtsystem_hazard_risk.pot
│ │ ├── nb.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── common.py
│ │ ├── mgmtsystem_hazard.py
│ │ ├── mgmtsystem_hazard_residual_risk.py
│ │ ├── mgmtsystem_hazard_risk_computation.py
│ │ ├── mgmtsystem_hazard_risk_type.py
│ │ ├── res_company.py
│ │ └── res_config_settings.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ └── DESCRIPTION.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_hazard_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_mgmtsystem_hazard.py
│ └── views/
│ ├── mgmtsystem_hazard.xml
│ ├── mgmtsystem_hazard_residual_risk.xml
│ ├── mgmtsystem_hazard_risk_computation.xml
│ ├── mgmtsystem_hazard_risk_type.xml
│ └── res_config_settings_views.xml
├── mgmtsystem_info_security_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── information_security_manual.xml
│ ├── i18n/
│ │ ├── it.po
│ │ ├── mgmtsystem_info_security_manual.pot
│ │ └── sv.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── mgmtsystem_manual/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── mgmtsystem_manual.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── hr_HR.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_manual.pot
│ │ ├── nb.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_manual.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ ├── INSTALL.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ ├── document_page.xml
│ └── mgmtsystem_manual.xml
├── mgmtsystem_nonconformity/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ ├── mail_message_subtype.xml
│ │ ├── mgmtsystem_nonconformity_cause.xml
│ │ ├── mgmtsystem_nonconformity_origin.xml
│ │ ├── mgmtsystem_nonconformity_severity.xml
│ │ ├── mgmtsystem_nonconformity_stage.xml
│ │ └── sequence.xml
│ ├── demo/
│ │ ├── mgmtsystem_nonconformity.xml
│ │ ├── mgmtsystem_nonconformity_cause.xml
│ │ └── mgmtsystem_nonconformity_origin.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── es_ES.po
│ │ ├── fa.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_nonconformity.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── migrations/
│ │ └── 16.0.1.1.0/
│ │ └── pre-migrate.py
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mail_thread.py
│ │ ├── mgmtsystem_action.py
│ │ ├── mgmtsystem_nonconformity.py
│ │ ├── mgmtsystem_nonconformity_cause.py
│ │ ├── mgmtsystem_nonconformity_origin.py
│ │ ├── mgmtsystem_nonconformity_severity.py
│ │ └── mgmtsystem_nonconformity_stage.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ ├── reports/
│ │ └── mgmtsystem_nonconformity_report.xml
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_nonconformity_security.xml
│ ├── static/
│ │ ├── description/
│ │ │ └── index.html
│ │ ├── src/
│ │ │ └── components/
│ │ │ └── chatter_topbar/
│ │ │ ├── chatter_topbar.esm.js
│ │ │ └── chatter_topbar.xml
│ │ └── tests/
│ │ └── test_chatter.test.js
│ ├── tests/
│ │ ├── __init__.py
│ │ ├── test_cause.py
│ │ ├── test_js.py
│ │ ├── test_nonconformity.py
│ │ └── test_origin.py
│ └── views/
│ ├── mgmtsystem_action.xml
│ ├── mgmtsystem_cause.xml
│ ├── mgmtsystem_nonconformity.xml
│ ├── mgmtsystem_nonconformity_stage.xml
│ ├── mgmtsystem_origin.xml
│ └── mgmtsystem_severity.xml
├── mgmtsystem_nonconformity_hazard/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_nonconformity_hazard.pot
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_hazard.py
│ │ └── mgmtsystem_nonconformity.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ ├── mgmtsystem_hazard.xml
│ └── mgmtsystem_nonconformity.xml
├── mgmtsystem_nonconformity_hr/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fa.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── mgmtsystem_nonconformity_hr.pot
│ │ └── pt.po
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity_hr.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_nonconformity_views.xml
├── mgmtsystem_nonconformity_maintenance_equipment/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_nonconformity_maintenance_equipment.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_nonconformity.xml
├── mgmtsystem_nonconformity_mrp/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ └── mgmtsystem_nonconformity_mrp.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity_mrp.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ ├── INSTALL.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_nonconformity_views.xml
├── mgmtsystem_nonconformity_product/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fa.po
│ │ ├── it.po
│ │ ├── mgmtsystem_nonconformity_product.pot
│ │ └── pt_BR.po
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_nonconformity_views.xml
├── mgmtsystem_nonconformity_repair/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── it.po
│ │ ├── mgmtsystem_nonconformity_repair.pot
│ │ └── pt_BR.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_nonconformity.py
│ │ └── repair_order.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_nonconformity_repair.py
│ └── views/
│ └── mgmtsystem_nonconformity.xml
├── mgmtsystem_nonconformity_type/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── mgmtsystem_nonconformity_mail_data.xml
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ └── mgmtsystem_nonconformity_type.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_nonconformity.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_nonconformity_type.py
│ └── views/
│ └── mgmtsystem_nonconformity_views.xml
├── mgmtsystem_objective/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── demo/
│ │ └── mgmtsystem_objective.xml
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_objective.pot
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_indicator.py
│ │ ├── mgmtsystem_indicator_value.py
│ │ └── mgmtsystem_objective.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ └── ROADMAP.md
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── security.xml
│ ├── static/
│ │ ├── description/
│ │ │ └── index.html
│ │ ├── src/
│ │ │ └── components/
│ │ │ └── objective_state_selection/
│ │ │ └── objective_state_selection.esm.js
│ │ └── tests/
│ │ └── components/
│ │ └── objective_state_selection.test.js
│ ├── tests/
│ │ ├── __init__.py
│ │ ├── test_js.py
│ │ └── test_objective.py
│ └── views/
│ ├── mgmtsystem_indicator.xml
│ ├── mgmtsystem_indicator_value.xml
│ └── mgmtsystem_objective.xml
├── mgmtsystem_partner/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── es.po
│ │ ├── fa.po
│ │ ├── it.po
│ │ └── mgmtsystem_partner.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── res_partner.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── HISTORY.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── mgmtsystem_quality/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── mgmtsystem_system.xml
│ ├── i18n/
│ │ ├── de.po
│ │ ├── fr.po
│ │ ├── it.po
│ │ ├── mgmtsystem_quality.pot
│ │ ├── nb.po
│ │ ├── pt_BR.po
│ │ ├── sv.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── DESCRIPTION.md
│ │ ├── ROADMAP.md
│ │ └── USAGE.md
│ └── static/
│ └── description/
│ └── index.html
├── mgmtsystem_review/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── data/
│ │ └── ir_sequence.xml
│ ├── i18n/
│ │ ├── am.po
│ │ ├── ca.po
│ │ ├── de.po
│ │ ├── el_GR.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── es_ES.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_review.pot
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── nl_NL.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── pt_PT.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── models/
│ │ ├── __init__.py
│ │ ├── mgmtsystem_review.py
│ │ └── mgmtsystem_review_line.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── report/
│ │ ├── report.xml
│ │ └── review.xml
│ ├── security/
│ │ ├── ir.model.access.csv
│ │ └── mgmtsystem_review_security.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_create_review.py
│ └── views/
│ ├── mgmtsystem_review.xml
│ └── res_users.xml
├── mgmtsystem_review_objective/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_review_objective.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_review.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ └── DESCRIPTION.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ ├── mgmtsystem_indicator_value.xml
│ └── mgmtsystem_review.xml
├── mgmtsystem_review_survey/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── it.po
│ │ └── mgmtsystem_review_survey.pot
│ ├── models/
│ │ ├── __init__.py
│ │ └── mgmtsystem_review.py
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONTRIBUTORS.md
│ │ └── DESCRIPTION.md
│ ├── report/
│ │ └── review.xml
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── mgmtsystem_review_views.xml
├── mgmtsystem_survey/
│ ├── README.rst
│ ├── __init__.py
│ ├── __manifest__.py
│ ├── i18n/
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── es_CO.po
│ │ ├── fi.po
│ │ ├── fr.po
│ │ ├── hr_HR.po
│ │ ├── hu.po
│ │ ├── it.po
│ │ ├── lv.po
│ │ ├── mgmtsystem_survey.pot
│ │ ├── nb.po
│ │ ├── nn.po
│ │ ├── pt.po
│ │ ├── pt_BR.po
│ │ ├── sl.po
│ │ ├── sv.po
│ │ ├── th.po
│ │ ├── tr.po
│ │ └── vi.po
│ ├── pyproject.toml
│ ├── readme/
│ │ ├── CONFIGURE.md
│ │ ├── CONTRIBUTORS.md
│ │ ├── CREDITS.md
│ │ ├── DESCRIPTION.md
│ │ └── USAGE.md
│ ├── static/
│ │ └── description/
│ │ └── index.html
│ └── views/
│ └── survey_survey.xml
├── prettier.config.cjs
└── setup/
└── _metapackage/
└── pyproject.toml
SYMBOL INDEX (211 symbols across 78 files)
FILE: mgmtsystem/models/mgmtsystem_system.py
class MgmtSystemSystem (line 7) | class MgmtSystemSystem(models.Model):
FILE: mgmtsystem/models/res_config.py
class MgmtsystemConfigSettings (line 7) | class MgmtsystemConfigSettings(models.TransientModel):
method execute (line 111) | def execute(self):
FILE: mgmtsystem/tests/test_create_mgmtsystem.py
class TestModelAction (line 7) | class TestModelAction(common.TransactionCase):
method test_create_system (line 8) | def test_create_system(self):
FILE: mgmtsystem_action/models/mgmtsystem_action.py
class MgmtsystemAction (line 16) | class MgmtsystemAction(models.Model):
method _default_owner (line 79) | def _default_owner(self):
method _default_stage (line 82) | def _default_stage(self):
method _elapsed_days (line 88) | def _elapsed_days(self, dt1_text, dt2_text):
method _compute_number_of_days_to_open (line 95) | def _compute_number_of_days_to_open(self):
method _compute_number_of_days_to_close (line 102) | def _compute_number_of_days_to_close(self):
method _compute_color (line 109) | def _compute_color(self):
method _stage_groups (line 114) | def _stage_groups(self, stages=None, domain=None, order=None):
method create (line 118) | def create(self, vals_list):
method _check_stage_id (line 128) | def _check_stage_id(self):
method send_mail_for_action (line 142) | def send_mail_for_action(self, force_send=True):
method get_action_url (line 148) | def get_action_url(self):
method process_reminder_queue (line 159) | def process_reminder_queue(self, reminder_days=10):
method _get_stage_open (line 176) | def _get_stage_open(self):
method case_open (line 179) | def case_open(self):
FILE: mgmtsystem_action/models/mgmtsystem_action_stage.py
class MgmtSystemActionStage (line 7) | class MgmtSystemActionStage(models.Model):
FILE: mgmtsystem_action/models/mgmtsystem_action_tag.py
class MgmtsystemActionTag (line 7) | class MgmtsystemActionTag(models.Model):
FILE: mgmtsystem_action/reports/mgmtsystem_action_report.py
class MgmtsystemtActionReport (line 4) | class MgmtsystemtActionReport(models.Model):
method _query (line 37) | def _query(
method init (line 75) | def init(self):
FILE: mgmtsystem_action/tests/test_create_action.py
function freeze_time (line 9) | def freeze_time(dt):
class TestModelAction (line 15) | class TestModelAction(common.TransactionCase):
method setUpClass (line 19) | def setUpClass(cls):
method _assert_date_equal (line 27) | def _assert_date_equal(self, val, expected=None):
method test_create_action (line 31) | def test_create_action(self):
method test_case_close (line 52) | def test_case_close(self):
method test_get_action_url (line 68) | def test_get_action_url(self):
method test_process_reminder_queue (line 74) | def test_process_reminder_queue(self):
method test_stage_groups (line 91) | def test_stage_groups(self):
method test_send_mail (line 98) | def test_send_mail(self):
method test_case_open (line 105) | def test_case_open(self):
FILE: mgmtsystem_action_efficacy/models/mgmtsystem_action.py
class MgmtsystemAction (line 9) | class MgmtsystemAction(models.Model):
method _onchange_efficacy_value (line 33) | def _onchange_efficacy_value(self):
FILE: mgmtsystem_action_efficacy/tests/test_efficacy.py
class TestActionEfficacy (line 10) | class TestActionEfficacy(common.TransactionCase):
method test_change_efficacy (line 11) | def test_change_efficacy(self):
FILE: mgmtsystem_action_template/models/mgmtsystem_action.py
class MgmtsystemAction (line 8) | class MgmtsystemAction(models.Model):
method _onchange_template_id (line 23) | def _onchange_template_id(self):
FILE: mgmtsystem_action_template/models/mgmtsystem_action_template.py
class MgmtsystemActionTemplate (line 8) | class MgmtsystemActionTemplate(models.Model):
method _selection_type_action (line 16) | def _selection_type_action(self):
FILE: mgmtsystem_action_template/tests/test_action_template.py
class TestModelNonConformity (line 5) | class TestModelNonConformity(TransactionCase):
method setUp (line 6) | def setUp(self):
method test_get_template (line 23) | def test_get_template(self):
FILE: mgmtsystem_audit/models/mgmtsystem_audit.py
class MgmtsystemAudit (line 8) | class MgmtsystemAudit(models.Model):
method _compute_number_of_nonconformities (line 84) | def _compute_number_of_nonconformities(self):
method _compute_number_of_improvement_opportunities (line 90) | def _compute_number_of_improvement_opportunities(self):
method _compute_number_of_questions_in_verification_list (line 96) | def _compute_number_of_questions_in_verification_list(self):
method _compute_days_since_last_update (line 101) | def _compute_days_since_last_update(self):
method _compute_number_of_days_to_close (line 108) | def _compute_number_of_days_to_close(self):
method _elapsed_days (line 115) | def _elapsed_days(self, dt1_text, dt2_text):
method create (line 124) | def create(self, vals):
method button_close (line 133) | def button_close(self):
method get_action_url (line 138) | def get_action_url(self):
method get_lines_by_procedure (line 146) | def get_lines_by_procedure(self):
FILE: mgmtsystem_audit/models/mgmtsystem_nonconformity.py
class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model):
FILE: mgmtsystem_audit/models/mgmtsystem_verification_line.py
class MgmtsystemVerificationLine (line 4) | class MgmtsystemVerificationLine(models.Model):
FILE: mgmtsystem_audit/tests/test_audit.py
class TestModelAudit (line 8) | class TestModelAudit(BaseCommon):
method setUpClass (line 10) | def setUpClass(cls):
method test_get_action_url (line 24) | def test_get_action_url(self):
method test_button_close (line 30) | def test_button_close(self):
method test_get_lines_by_procedure (line 37) | def test_get_lines_by_procedure(self):
method test_copyVerificationLines (line 40) | def test_copyVerificationLines(self):
method test_audit_reports (line 56) | def test_audit_reports(self):
FILE: mgmtsystem_audit/wizard/copy_verification_lines.py
class CopyVerificationLines (line 7) | class CopyVerificationLines(models.TransientModel):
method copyVerificationLines (line 15) | def copyVerificationLines(self):
FILE: mgmtsystem_claim/models/mgmtsystem_claim.py
class MgmtsystemClaim (line 25) | class MgmtsystemClaim(models.Model):
method get_default_stage (line 45) | def get_default_stage(self):
method create (line 49) | def create(self, vals_list):
method get_action_url (line 58) | def get_action_url(self):
method send_mail_for_action (line 68) | def send_mail_for_action(self, force_send=True):
method process_reminder_queue (line 75) | def process_reminder_queue(self, reminder_days=10):
FILE: mgmtsystem_claim/models/mgmtsystem_claim_stage.py
class MgmtsystemClaimStage (line 24) | class MgmtsystemClaimStage(models.Model):
FILE: mgmtsystem_claim/models/res_partner.py
class ResPartner (line 8) | class ResPartner(models.Model):
method _compute_mgmtsystem_claim_count (line 19) | def _compute_mgmtsystem_claim_count(self):
FILE: mgmtsystem_claim/tests/test_create_claim.py
function freeze_time (line 8) | def freeze_time(dt):
class TestModelClaim (line 14) | class TestModelClaim(common.TransactionCase):
method setUpClass (line 16) | def setUpClass(cls):
method test_create_claim (line 36) | def test_create_claim(self):
method test_process_reminder_queue (line 57) | def test_process_reminder_queue(self):
method test_send_mail_for_action (line 74) | def test_send_mail_for_action(self):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard.py
class MgmtsystemHazard (line 7) | class MgmtsystemHazard(models.Model):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_control_measure.py
class MgmtsystemHazardControlMeasure (line 7) | class MgmtsystemHazardControlMeasure(models.Model):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_hazard.py
class MgmtsystemHazardHazard (line 7) | class MgmtsystemHazardHazard(models.Model):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_origin.py
class MgmtsystemHazardOrigin (line 7) | class MgmtsystemHazardOrigin(models.Model):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_probability.py
class MgmtsystemHazardProbability (line 7) | class MgmtsystemHazardProbability(models.Model):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_severity.py
class MgmtsystemHazardSeverity (line 7) | class MgmtsystemHazardSeverity(models.Model):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_test.py
class MgmtsystemHazardTest (line 7) | class MgmtsystemHazardTest(models.Model):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_type.py
class MgmtsystemHazardType (line 7) | class MgmtsystemHazardType(models.Model):
FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_usage.py
class MgmtsystemHazardUsage (line 7) | class MgmtsystemHazardUsage(models.Model):
FILE: mgmtsystem_hazard_risk/models/common.py
function _parse_risk_formula (line 9) | def _parse_risk_formula(formula, a, b, c):
FILE: mgmtsystem_hazard_risk/models/mgmtsystem_hazard.py
class MgmtsystemHazard (line 9) | class MgmtsystemHazard(models.Model):
method _compute_risk (line 21) | def _compute_risk(self):
FILE: mgmtsystem_hazard_risk/models/mgmtsystem_hazard_residual_risk.py
class MgmtsystemHazardResidualRisk (line 9) | class MgmtsystemHazardResidualRisk(models.Model):
method _compute_risk (line 28) | def _compute_risk(self):
FILE: mgmtsystem_hazard_risk/models/mgmtsystem_hazard_risk_computation.py
class MgmtsystemHazardRiskComputation (line 7) | class MgmtsystemHazardRiskComputation(models.Model):
FILE: mgmtsystem_hazard_risk/models/mgmtsystem_hazard_risk_type.py
class MgmtsystemHazardRiskType (line 7) | class MgmtsystemHazardRiskType(models.Model):
FILE: mgmtsystem_hazard_risk/models/res_company.py
class ResCompany (line 7) | class ResCompany(models.Model):
FILE: mgmtsystem_hazard_risk/models/res_config_settings.py
class ResConfigSettings (line 6) | class ResConfigSettings(models.TransientModel):
FILE: mgmtsystem_hazard_risk/tests/test_mgmtsystem_hazard.py
class TestMgmtsystemHazard (line 11) | class TestMgmtsystemHazard(common.TransactionCase):
method test_hazard_risk (line 16) | def test_hazard_risk(self):
method test_hazard_risk_computation_a_time_b_time_c (line 42) | def test_hazard_risk_computation_a_time_b_time_c(self):
FILE: mgmtsystem_manual/models/mgmtsystem_manual.py
class MgmtSystemManual (line 7) | class MgmtSystemManual(models.Model):
FILE: mgmtsystem_nonconformity/migrations/16.0.1.1.0/pre-migrate.py
function migrate (line 5) | def migrate(cr, version):
FILE: mgmtsystem_nonconformity/models/mail_thread.py
class MailThread (line 9) | class MailThread(models.AbstractModel):
method _get_non_conformities_domain (line 12) | def _get_non_conformities_domain(self):
method _get_non_conformities_context (line 15) | def _get_non_conformities_context(self):
method action_view_non_conformities (line 18) | def action_view_non_conformities(self):
method _thread_to_store (line 27) | def _thread_to_store(self, store: Store, /, *, request_list=None, **kw...
FILE: mgmtsystem_nonconformity/models/mgmtsystem_action.py
class MgmtsystemAction (line 7) | class MgmtsystemAction(models.Model):
FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity.py
class MgmtsystemNonconformity (line 8) | class MgmtsystemNonconformity(models.Model):
method _default_stage (line 15) | def _default_stage(self):
method _stage_groups (line 22) | def _stage_groups(self, stages, domain):
method _default_reference (line 142) | def _default_reference(self):
method _get_all_actions (line 154) | def _get_all_actions(self):
method _check_open_with_action_comments (line 159) | def _check_open_with_action_comments(self):
method _check_close_with_evaluation (line 170) | def _check_close_with_evaluation(self):
method _elapsed_days (line 190) | def _elapsed_days(self, dt1, dt2):
method _compute_number_of_days_to_close (line 194) | def _compute_number_of_days_to_close(self):
method _compute_days_since_updated (line 201) | def _compute_days_since_updated(self):
method create (line 206) | def create(self, vals):
method write (line 217) | def write(self, vals):
FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity_cause.py
class MgmtsystemNonconformityCause (line 7) | class MgmtsystemNonconformityCause(models.Model):
method _compute_display_name (line 29) | def _compute_display_name(self):
FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity_origin.py
class MgmtsystemNonconformityOrigin (line 7) | class MgmtsystemNonconformityOrigin(models.Model):
method _compute_display_name (line 28) | def _compute_display_name(self):
FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity_severity.py
class MgmtsystemNonconformitySeverity (line 7) | class MgmtsystemNonconformitySeverity(models.Model):
FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity_stage.py
class MgmtsystemNonconformityStage (line 7) | class MgmtsystemNonconformityStage(models.Model):
method _get_states (line 14) | def _get_states(self):
FILE: mgmtsystem_nonconformity/static/src/components/chatter_topbar/chatter_topbar.esm.js
method onClickShowNonConformities (line 5) | async onClickShowNonConformities() {
FILE: mgmtsystem_nonconformity/static/tests/test_chatter.test.js
class MailThreadNonConformity (line 22) | class MailThreadNonConformity extends mailModels.MailThread {
method _thread_to_store (line 23) | _thread_to_store() {
FILE: mgmtsystem_nonconformity/tests/test_cause.py
class TestModelCause (line 8) | class TestModelCause(common.TransactionCase):
method setUpClass (line 10) | def setUpClass(cls):
method test_create_cause (line 22) | def test_create_cause(self):
method test_display_name (line 26) | def test_display_name(self):
method test_recursion (line 42) | def test_recursion(self):
FILE: mgmtsystem_nonconformity/tests/test_js.py
class TestNonConformityFrontend (line 9) | class TestNonConformityFrontend(WebSuite):
method get_hoot_filters (line 12) | def get_hoot_filters(self):
method test_non_conformity (line 16) | def test_non_conformity(self):
FILE: mgmtsystem_nonconformity/tests/test_nonconformity.py
class TestModelNonConformity (line 8) | class TestModelNonConformity(common.TransactionCase):
method setUpClass (line 10) | def setUpClass(cls):
method test_stage_group (line 26) | def test_stage_group(self):
method test_reset_kanban_state (line 34) | def test_reset_kanban_state(self):
method test_open_validation (line 40) | def test_open_validation(self):
method test_done_validation (line 46) | def test_done_validation(self):
method test_done_actions_validation (line 53) | def test_done_actions_validation(self):
method test_state_transition (line 63) | def test_state_transition(self):
FILE: mgmtsystem_nonconformity/tests/test_origin.py
class TestModelOrigin (line 7) | class TestModelOrigin(common.TransactionCase):
method setUpClass (line 9) | def setUpClass(cls):
method test_create_origin (line 21) | def test_create_origin(self):
method test_display_name (line 25) | def test_display_name(self):
FILE: mgmtsystem_nonconformity_hazard/models/mgmtsystem_hazard.py
class MgmtsystemHazard (line 7) | class MgmtsystemHazard(models.Model):
FILE: mgmtsystem_nonconformity_hazard/models/mgmtsystem_nonconformity.py
class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model):
FILE: mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
class MgmtsystemMgmHR (line 8) | class MgmtsystemMgmHR(models.Model):
FILE: mgmtsystem_nonconformity_maintenance_equipment/models/mgmtsystem_nonconformity.py
class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model):
FILE: mgmtsystem_nonconformity_mrp/models/mgmtsystem_nonconformity_mrp.py
class MgmtsystemMgmMRP (line 8) | class MgmtsystemMgmMRP(models.Model):
FILE: mgmtsystem_nonconformity_product/models/mgmtsystem_nonconformity.py
class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model):
FILE: mgmtsystem_nonconformity_repair/models/mgmtsystem_nonconformity.py
class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model):
FILE: mgmtsystem_nonconformity_repair/models/repair_order.py
class RepairOrder (line 7) | class RepairOrder(models.Model):
method _compute_mgmtsystem_nonconformity_count (line 19) | def _compute_mgmtsystem_nonconformity_count(self):
FILE: mgmtsystem_nonconformity_repair/tests/test_nonconformity_repair.py
class TestRepairOrder (line 4) | class TestRepairOrder(common.TransactionCase):
method setUp (line 5) | def setUp(self):
method test_compute_mgmtsystem_nonconformity_count (line 76) | def test_compute_mgmtsystem_nonconformity_count(self):
FILE: mgmtsystem_nonconformity_type/models/mgmtsystem_nonconformity.py
class MgmtsystemNonconformity (line 6) | class MgmtsystemNonconformity(models.Model):
method _onchange_qty_noncompliant (line 39) | def _onchange_qty_noncompliant(self):
method _onchange_qty_checked (line 48) | def _onchange_qty_checked(self):
method action_nc_sent (line 57) | def action_nc_sent(self, test_module=False):
FILE: mgmtsystem_nonconformity_type/tests/test_nonconformity_type.py
class TestModelNonConformity (line 6) | class TestModelNonConformity(TransactionCase):
method setUp (line 7) | def setUp(self):
method test_nc (line 23) | def test_nc(self):
method test_nc_email (line 42) | def test_nc_email(self):
FILE: mgmtsystem_objective/models/mgmtsystem_indicator.py
class MgmtsystemIndicator (line 7) | class MgmtsystemIndicator(models.Model):
method _compute_value (line 53) | def _compute_value(self):
FILE: mgmtsystem_objective/models/mgmtsystem_indicator_value.py
class MgmtsystemIndicatorValue (line 7) | class MgmtsystemIndicatorValue(models.Model):
method _compute_value_state (line 39) | def _compute_value_state(self):
method post (line 59) | def post(self):
FILE: mgmtsystem_objective/models/mgmtsystem_objective.py
class MgmtsystemObjective (line 7) | class MgmtsystemObjective(models.Model):
FILE: mgmtsystem_objective/static/src/components/objective_state_selection/objective_state_selection.esm.js
constant STATUS_COLORS (line 7) | const STATUS_COLORS = {
class ObjectiveStateSelectionField (line 12) | class ObjectiveStateSelectionField extends StateSelectionField {
method setup (line 13) | setup() {
FILE: mgmtsystem_objective/static/tests/components/objective_state_selection.test.js
class Objective (line 5) | class Objective extends models.Model {
FILE: mgmtsystem_objective/tests/test_js.py
class TestMgmtSystemObjectiveSuite (line 9) | class TestMgmtSystemObjectiveSuite(WebSuite):
method get_hoot_filters (line 12) | def get_hoot_filters(self):
method test_mgmt_system_objective (line 16) | def test_mgmt_system_objective(self):
FILE: mgmtsystem_objective/tests/test_objective.py
class TestObjective (line 8) | class TestObjective(TransactionCase):
method setUpClass (line 10) | def setUpClass(cls):
method test_value (line 30) | def test_value(self):
method test_value_security (line 53) | def test_value_security(self):
method test_value_no_access (line 57) | def test_value_no_access(self):
method test_state_no_target (line 68) | def test_state_no_target(self):
method test_state_below_target (line 81) | def test_state_below_target(self):
method test_state_on_target (line 97) | def test_state_on_target(self):
method test_state_above_target (line 112) | def test_state_above_target(self):
FILE: mgmtsystem_partner/models/res_partner.py
class ResPartner (line 7) | class ResPartner(models.Model):
FILE: mgmtsystem_review/models/mgmtsystem_review.py
class MgmtsystemReview (line 7) | class MgmtsystemReview(models.Model):
method create (line 38) | def create(self, vals_list):
method button_close (line 45) | def button_close(self):
FILE: mgmtsystem_review/models/mgmtsystem_review_line.py
class MgmtsystemReviewLine (line 7) | class MgmtsystemReviewLine(models.Model):
FILE: mgmtsystem_review/tests/test_create_review.py
class TestModelReviewBase (line 6) | class TestModelReviewBase(BaseCommon):
method setUpClass (line 8) | def setUpClass(cls):
class TestModelReview (line 15) | class TestModelReview(TestModelReviewBase):
method test_review_misc (line 18) | def test_review_misc(self):
FILE: mgmtsystem_review_objective/models/mgmtsystem_review.py
class MgmtsystemReview (line 7) | class MgmtsystemReview(models.Model):
method _compute_objective_domain (line 18) | def _compute_objective_domain(self):
method _get_objective_domain (line 22) | def _get_objective_domain(self):
method action_open_objectives (line 45) | def action_open_objectives(self):
FILE: mgmtsystem_review_survey/models/mgmtsystem_review.py
class MgmtsystemReview (line 7) | class MgmtsystemReview(models.Model):
Condensed preview — 967 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (7,484K chars).
[
{
"path": ".copier-answers.yml",
"chars": 812,
"preview": "# Do NOT update manually; changes here will be overwritten by Copier\n_commit: v1.34\n_src_path: git+https://github.com/OC"
},
{
"path": ".editorconfig",
"chars": 558,
"preview": "# Configuration for known file extensions\n[*.{css,js,json,less,md,py,rst,sass,scss,xml,yaml,yml}]\ncharset = utf-8\nend_of"
},
{
"path": ".gitattributes",
"chars": 34,
"preview": "test-requirements.txt merge=union\n"
},
{
"path": ".github/workflows/pre-commit.yml",
"chars": 1653,
"preview": "name: pre-commit\n\non:\n pull_request:\n branches:\n - \"18.0*\"\n push:\n branches:\n - \"18.0\"\n - \"18.0-o"
},
{
"path": ".github/workflows/stale.yml",
"chars": 2751,
"preview": "name: Mark stale issues and pull requests\n\non:\n schedule:\n - cron: \"0 12 * * 0\"\n\njobs:\n stale:\n runs-on: ubuntu-"
},
{
"path": ".github/workflows/test.yml",
"chars": 2249,
"preview": "name: tests\n\non:\n pull_request:\n branches:\n - \"18.0*\"\n push:\n branches:\n - \"18.0\"\n - \"18.0-ocabot"
},
{
"path": ".gitignore",
"chars": 848,
"preview": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n/.venv\n/.pytest_cache\n/.ruff_cache\n\n# C extensions\n*.so\n\n"
},
{
"path": ".pre-commit-config.yaml",
"chars": 4415,
"preview": "exclude: |\n (?x)\n # NOT INSTALLABLE ADDONS\n # END NOT INSTALLABLE ADDONS\n # Files and folders generated by bots, to "
},
{
"path": ".pylintrc",
"chars": 3542,
"preview": "\n\n[MASTER]\nload-plugins=pylint_odoo\nscore=n\n\n[ODOOLINT]\nreadme-template-url=\"https://github.com/OCA/maintainer-tools/blo"
},
{
"path": ".pylintrc-mandatory",
"chars": 2649,
"preview": "\n[MASTER]\nload-plugins=pylint_odoo\nscore=n\n\n[ODOOLINT]\nreadme-template-url=\"https://github.com/OCA/maintainer-tools/blob"
},
{
"path": ".ruff.toml",
"chars": 652,
"preview": "\ntarget-version = \"py310\"\nfix = true\n\n[lint]\nextend-select = [\n \"B\",\n \"C90\",\n \"E501\", # line too long (default"
},
{
"path": "LICENSE",
"chars": 34523,
"preview": " GNU AFFERO GENERAL PUBLIC LICENSE\n Version 3, 19 November 2007\n\n Copyright (C)"
},
{
"path": "README.md",
"chars": 5460,
"preview": "\n[](https://runboat.odoo-community.org/builds?repo=O"
},
{
"path": "checklog-odoo.cfg",
"chars": 63,
"preview": "[checklog-odoo]\nignore=\n WARNING.* 0 failed, 0 error\\(s\\).*\n"
},
{
"path": "document_page_environment_manual/README.rst",
"chars": 3662,
"preview": ".. image:: https://odoo-community.org/readme-banner-image\n :target: https://odoo-community.org/get-involved?utm_source"
},
{
"path": "document_page_environment_manual/__init__.py",
"chars": 65,
"preview": "# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).\n"
},
{
"path": "document_page_environment_manual/__manifest__.py",
"chars": 1388,
"preview": "##############################################################################\n#\n# OpenERP, Open Source Management So"
},
{
"path": "document_page_environment_manual/data/document_page_environment_manual.xml",
"chars": 1316,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo noupdate=\"1\">\n <record id=\"document_page_environment_manual\" model=\"doc"
},
{
"path": "document_page_environment_manual/i18n/de.po",
"chars": 952,
"preview": "# German translation for openerp-mgmtsystem\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file"
},
{
"path": "document_page_environment_manual/i18n/document_page_environment_manual.pot",
"chars": 341,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n#\nmsgid \"\"\nmsgstr \"\"\n\"Proje"
},
{
"path": "document_page_environment_manual/i18n/fr.po",
"chars": 1025,
"preview": "# French translation for openerp-mgmtsystem\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file"
},
{
"path": "document_page_environment_manual/i18n/it.po",
"chars": 0,
"preview": ""
},
{
"path": "document_page_environment_manual/i18n/nb.po",
"chars": 966,
"preview": "# Norwegian Bokmal translation for openerp-mgmtsystem\n# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014\n#"
},
{
"path": "document_page_environment_manual/i18n/pt_BR.po",
"chars": 1000,
"preview": "# Brazilian Portuguese translation for openerp-mgmtsystem\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 20"
},
{
"path": "document_page_environment_manual/i18n/sl.po",
"chars": 871,
"preview": "# Translation of OpenERP Server.\n# This file contains the translation of the following modules:\n# \t* document_page_envir"
},
{
"path": "document_page_environment_manual/i18n/sv.po",
"chars": 928,
"preview": "# Swedish translation for openerp-mgmtsystem\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This fil"
},
{
"path": "document_page_environment_manual/i18n/vi.po",
"chars": 0,
"preview": ""
},
{
"path": "document_page_environment_manual/pyproject.toml",
"chars": 69,
"preview": "[build-system]\nrequires = [\"whool\"]\nbuild-backend = \"whool.buildapi\"\n"
},
{
"path": "document_page_environment_manual/readme/CONTRIBUTORS.md",
"chars": 345,
"preview": "- Odoo SA \\<<info@odoo.com>\\>\n- Savoir-faire Linux \\<<support@savoirfairelinux.com>\\>\n- Gervais Naoussi \\<<gervaisnaouss"
},
{
"path": "document_page_environment_manual/readme/DESCRIPTION.md",
"chars": 78,
"preview": "This module adds a menu Environment Manual and a wiki document page\ncategory.\n"
},
{
"path": "document_page_environment_manual/readme/USAGE.md",
"chars": 146,
"preview": "To use this module, you need to:\n\n- go to Management Systems \\> Documentation \\> Manuals\n- Create a new page and select "
},
{
"path": "document_page_environment_manual/static/description/index.html",
"chars": 13714,
"preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
},
{
"path": "document_page_environmental_aspect/README.rst",
"chars": 3850,
"preview": ".. image:: https://odoo-community.org/readme-banner-image\n :target: https://odoo-community.org/get-involved?utm_source"
},
{
"path": "document_page_environmental_aspect/__init__.py",
"chars": 975,
"preview": "##############################################################################\n#\n# OpenERP, Open Source Management So"
},
{
"path": "document_page_environmental_aspect/__manifest__.py",
"chars": 1449,
"preview": "##############################################################################\n#\n# OpenERP, Open Source Management So"
},
{
"path": "document_page_environmental_aspect/data/document_page.xml",
"chars": 597,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo noupdate=\"1\">\n <record id=\"document_page_group_environmental_aspect\" mo"
},
{
"path": "document_page_environmental_aspect/i18n/de.po",
"chars": 1296,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_environme"
},
{
"path": "document_page_environmental_aspect/i18n/document_page_environmental_aspect.pot",
"chars": 894,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_environm"
},
{
"path": "document_page_environmental_aspect/i18n/es.po",
"chars": 1128,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_environm"
},
{
"path": "document_page_environmental_aspect/i18n/es_CL.po",
"chars": 1308,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_environme"
},
{
"path": "document_page_environmental_aspect/i18n/fa.po",
"chars": 1116,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_environm"
},
{
"path": "document_page_environmental_aspect/i18n/fr.po",
"chars": 1344,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_environme"
},
{
"path": "document_page_environmental_aspect/i18n/it.po",
"chars": 1121,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_environm"
},
{
"path": "document_page_environmental_aspect/i18n/nb.po",
"chars": 1455,
"preview": "# Norwegian Bokmal translation for openerp-mgmtsystem\n# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014\n#"
},
{
"path": "document_page_environmental_aspect/i18n/pt.po",
"chars": 1105,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_environm"
},
{
"path": "document_page_environmental_aspect/i18n/pt_BR.po",
"chars": 1335,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_environme"
},
{
"path": "document_page_environmental_aspect/i18n/sl.po",
"chars": 1192,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_environm"
},
{
"path": "document_page_environmental_aspect/i18n/sv.po",
"chars": 1428,
"preview": "# Swedish translation for openerp-mgmtsystem\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This fil"
},
{
"path": "document_page_environmental_aspect/i18n/vi.po",
"chars": 1229,
"preview": "# Vietnamese translation for openerp-mgmtsystem\n# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014\n# This "
},
{
"path": "document_page_environmental_aspect/pyproject.toml",
"chars": 69,
"preview": "[build-system]\nrequires = [\"whool\"]\nbuild-backend = \"whool.buildapi\"\n"
},
{
"path": "document_page_environmental_aspect/readme/CONFIGURE.md",
"chars": 158,
"preview": "To configure this module, you need to:\n\n- go to Management Systems \\> Configuration \\> Categories\n- select the Environme"
},
{
"path": "document_page_environmental_aspect/readme/CONTRIBUTORS.md",
"chars": 315,
"preview": "- Savoir-faire Linux \\<<support@savoirfairelinux.com>\\>\n- Gervais Naoussi \\<<gervaisnaoussi@gmail.com>\\>\n- [Guadaltech]("
},
{
"path": "document_page_environmental_aspect/readme/DESCRIPTION.md",
"chars": 122,
"preview": "This module extends the functionality of the Environment Management\nSystem and adds a template for environmental aspects"
},
{
"path": "document_page_environmental_aspect/readme/USAGE.md",
"chars": 200,
"preview": "To create environmental aspects, you need to:\n\n- go to Management Systems \\> Documentation \\> Environmental Aspects\n- cl"
},
{
"path": "document_page_environmental_aspect/static/description/index.html",
"chars": 14092,
"preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
},
{
"path": "document_page_environmental_aspect/views/document_page.xml",
"chars": 1606,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo>\n <record model=\"ir.actions.act_window\" id=\"action_environmental_aspect"
},
{
"path": "document_page_health_safety_manual/README.rst",
"chars": 3793,
"preview": ".. image:: https://odoo-community.org/readme-banner-image\n :target: https://odoo-community.org/get-involved?utm_source"
},
{
"path": "document_page_health_safety_manual/__init__.py",
"chars": 975,
"preview": "##############################################################################\n#\n# OpenERP, Open Source Management So"
},
{
"path": "document_page_health_safety_manual/__manifest__.py",
"chars": 1326,
"preview": "##############################################################################\n#\n# OpenERP, Open Source Management So"
},
{
"path": "document_page_health_safety_manual/data/document_page.xml",
"chars": 433,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo>\n <record id=\"document_page_health_safety_manual\" model=\"document.page\""
},
{
"path": "document_page_health_safety_manual/i18n/document_page_health_safety_manual.pot",
"chars": 341,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n#\nmsgid \"\"\nmsgstr \"\"\n\"Proje"
},
{
"path": "document_page_health_safety_manual/i18n/it.po",
"chars": 0,
"preview": ""
},
{
"path": "document_page_health_safety_manual/pyproject.toml",
"chars": 69,
"preview": "[build-system]\nrequires = [\"whool\"]\nbuild-backend = \"whool.buildapi\"\n"
},
{
"path": "document_page_health_safety_manual/readme/CONTRIBUTORS.md",
"chars": 357,
"preview": "- Loïc Faure-Lacroix \\<<loic.lacroix@savoirfairelinux.com>\\>\n- Gervais Naoussi \\<<gervaisnaoussi@gmail.com>\\>\n- [Guadalt"
},
{
"path": "document_page_health_safety_manual/readme/DESCRIPTION.md",
"chars": 59,
"preview": "This module provides an Health and Safety Manual template.\n"
},
{
"path": "document_page_health_safety_manual/readme/ROADMAP.md",
"chars": 83,
"preview": "- Report any issue or ideas to\n <https://github.com/OCA/management-system/issues>\n"
},
{
"path": "document_page_health_safety_manual/readme/USAGE.md",
"chars": 200,
"preview": "To enter your information security manual, you need to:\n\n- go to Management Systems \\> Documentation \\> Manuals\n- click "
},
{
"path": "document_page_health_safety_manual/static/description/index.html",
"chars": 14132,
"preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
},
{
"path": "document_page_procedure/README.rst",
"chars": 3836,
"preview": ".. image:: https://odoo-community.org/readme-banner-image\n :target: https://odoo-community.org/get-involved?utm_source"
},
{
"path": "document_page_procedure/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "document_page_procedure/__manifest__.py",
"chars": 631,
"preview": "# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).\n# License AGPL-3.0 or later (http://www.gnu"
},
{
"path": "document_page_procedure/checklog-odoo.cfg",
"chars": 56,
"preview": "[checklog-odoo]\nignore=\nWARNING.0 failed, 0 error\\(s\\).\n"
},
{
"path": "document_page_procedure/data/document_page_procedure.xml",
"chars": 478,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo noupdate=\"1\">\n <record id=\"document_page_group_procedure\" model=\"docume"
},
{
"path": "document_page_procedure/demo/document_page_procedure.xml",
"chars": 479,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo>\n <record id=\"document_page_procedure\" model=\"document.page\">\n <"
},
{
"path": "document_page_procedure/i18n/de.po",
"chars": 1118,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/document_page_procedure.pot",
"chars": 773,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_procedur"
},
{
"path": "document_page_procedure/i18n/es.po",
"chars": 967,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_procedur"
},
{
"path": "document_page_procedure/i18n/es_CO.po",
"chars": 1194,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/fa.po",
"chars": 974,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_procedur"
},
{
"path": "document_page_procedure/i18n/fr.po",
"chars": 1188,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/hr.po",
"chars": 1153,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/hr_HR.po",
"chars": 1174,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/hu.po",
"chars": 1311,
"preview": "# Hungarian translation for openerp-mgmtsystem\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013\n# This f"
},
{
"path": "document_page_procedure/i18n/it.po",
"chars": 973,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_procedur"
},
{
"path": "document_page_procedure/i18n/nb.po",
"chars": 1066,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/nl_NL.po",
"chars": 1129,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/pt.po",
"chars": 1026,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/pt_BR.po",
"chars": 1201,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/sl.po",
"chars": 1059,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_procedur"
},
{
"path": "document_page_procedure/i18n/sv.po",
"chars": 1054,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_procedure"
},
{
"path": "document_page_procedure/i18n/vi.po",
"chars": 1119,
"preview": "# Vietnamese translation for openerp-mgmtsystem\n# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014\n# This "
},
{
"path": "document_page_procedure/pyproject.toml",
"chars": 69,
"preview": "[build-system]\nrequires = [\"whool\"]\nbuild-backend = \"whool.buildapi\"\n"
},
{
"path": "document_page_procedure/readme/CONFIGURE.md",
"chars": 139,
"preview": "To configure your template of procedures:\n- Go to Knowledge \\> Pages \\> Categories\n- Select the Procedure category\n- Cus"
},
{
"path": "document_page_procedure/readme/CONTRIBUTORS.md",
"chars": 382,
"preview": "- Savoir-faire Linux \\<<support@savoirfairelinux.com>\\>\n- Gervais Naoussi \\<<gervaisnaoussi@gmail.com>\\>\n- Eugen Don \\<<"
},
{
"path": "document_page_procedure/readme/CREDITS.md",
"chars": 78,
"preview": "The migration of this module has been financially supported by:\n\n- Camptocamp\n"
},
{
"path": "document_page_procedure/readme/DESCRIPTION.md",
"chars": 162,
"preview": "This module provides a Procedure template.\n- Go to Management Systems \\> Documentation \\> Procedures\n- Create a new Proc"
},
{
"path": "document_page_procedure/static/description/index.html",
"chars": 14336,
"preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
},
{
"path": "document_page_procedure/views/document_page_procedure.xml",
"chars": 1474,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo>\n <record model=\"ir.actions.act_window\" id=\"action_procedures\">\n "
},
{
"path": "document_page_quality_manual/README.rst",
"chars": 4020,
"preview": ".. image:: https://odoo-community.org/readme-banner-image\n :target: https://odoo-community.org/get-involved?utm_source"
},
{
"path": "document_page_quality_manual/__init__.py",
"chars": 120,
"preview": "# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).\n# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).\n"
},
{
"path": "document_page_quality_manual/__manifest__.py",
"chars": 559,
"preview": "# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).\n# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).\n"
},
{
"path": "document_page_quality_manual/data/document_page.xml",
"chars": 3282,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo noupdate=\"1\">\n <record id=\"document_page_quality_manual\" model=\"documen"
},
{
"path": "document_page_quality_manual/i18n/ar.po",
"chars": 977,
"preview": "# Arabic translation for openobject-addons\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file "
},
{
"path": "document_page_quality_manual/i18n/bg.po",
"chars": 964,
"preview": "# Bulgarian translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This fi"
},
{
"path": "document_page_quality_manual/i18n/ca.po",
"chars": 1004,
"preview": "# Catalan translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This file"
},
{
"path": "document_page_quality_manual/i18n/cs.po",
"chars": 993,
"preview": "# Czech translation for openobject-addons\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file i"
},
{
"path": "document_page_quality_manual/i18n/da.po",
"chars": 944,
"preview": "# Danish translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This file "
},
{
"path": "document_page_quality_manual/i18n/de.po",
"chars": 887,
"preview": "# Translation of OpenERP Server.\n# This file contains the translation of the following modules:\n# \t* document_page_quali"
},
{
"path": "document_page_quality_manual/i18n/document_page_quality_manual.pot",
"chars": 341,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n#\nmsgid \"\"\nmsgstr \"\"\n\"Proje"
},
{
"path": "document_page_quality_manual/i18n/es.po",
"chars": 965,
"preview": "# Spanish translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This file"
},
{
"path": "document_page_quality_manual/i18n/es_CR.po",
"chars": 959,
"preview": "# Spanish (Costa Rica) translation for openobject-addons\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 201"
},
{
"path": "document_page_quality_manual/i18n/es_MX.po",
"chars": 965,
"preview": "# Spanish translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This file"
},
{
"path": "document_page_quality_manual/i18n/es_VE.po",
"chars": 965,
"preview": "# Spanish translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This file"
},
{
"path": "document_page_quality_manual/i18n/fa.po",
"chars": 0,
"preview": ""
},
{
"path": "document_page_quality_manual/i18n/fi.po",
"chars": 996,
"preview": "# Finnish translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This file"
},
{
"path": "document_page_quality_manual/i18n/fr.po",
"chars": 881,
"preview": "# Translation of OpenERP Server.\n# This file contains the translation of the following modules:\n# \t* document_page_quali"
},
{
"path": "document_page_quality_manual/i18n/gl.po",
"chars": 1004,
"preview": "# Galician translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This fil"
},
{
"path": "document_page_quality_manual/i18n/hr.po",
"chars": 1015,
"preview": "# Croatian translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This fil"
},
{
"path": "document_page_quality_manual/i18n/hu.po",
"chars": 829,
"preview": "# Translation of OpenERP Server.\n# This file contains the translation of the following modules:\n# * document_page_qua"
},
{
"path": "document_page_quality_manual/i18n/it.po",
"chars": 1040,
"preview": "# Italian translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This file"
},
{
"path": "document_page_quality_manual/i18n/ja.po",
"chars": 972,
"preview": "# Japanese translation for openobject-addons\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This fil"
},
{
"path": "document_page_quality_manual/i18n/lv.po",
"chars": 1015,
"preview": "# Latvian translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This file"
},
{
"path": "document_page_quality_manual/i18n/mn.po",
"chars": 934,
"preview": "# Mongolian translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This fi"
},
{
"path": "document_page_quality_manual/i18n/nb.po",
"chars": 966,
"preview": "# Norwegian Bokmal translation for openerp-mgmtsystem\n# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014\n#"
},
{
"path": "document_page_quality_manual/i18n/nl.po",
"chars": 996,
"preview": "# Dutch translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This file i"
},
{
"path": "document_page_quality_manual/i18n/oc.po",
"chars": 1022,
"preview": "# Occitan (post 1500) translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011"
},
{
"path": "document_page_quality_manual/i18n/pt.po",
"chars": 1009,
"preview": "# Portuguese translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This f"
},
{
"path": "document_page_quality_manual/i18n/pt_BR.po",
"chars": 1040,
"preview": "# Brazilian Portuguese translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 201"
},
{
"path": "document_page_quality_manual/i18n/ro.po",
"chars": 940,
"preview": "# Romanian translation for openobject-addons\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This fil"
},
{
"path": "document_page_quality_manual/i18n/ru.po",
"chars": 1016,
"preview": "# Russian translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This file"
},
{
"path": "document_page_quality_manual/i18n/sk.po",
"chars": 997,
"preview": "# Slovak translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This file "
},
{
"path": "document_page_quality_manual/i18n/sl.po",
"chars": 1044,
"preview": "# Slovenian translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This fi"
},
{
"path": "document_page_quality_manual/i18n/sr@latin.po",
"chars": 1026,
"preview": "# Serbian Latin translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# Thi"
},
{
"path": "document_page_quality_manual/i18n/sv.po",
"chars": 947,
"preview": "# Swedish translation for openobject-addons\n# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010\n# This file"
},
{
"path": "document_page_quality_manual/i18n/tr.po",
"chars": 997,
"preview": "# Turkish translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011\n# This file"
},
{
"path": "document_page_quality_manual/i18n/vi.po",
"chars": 0,
"preview": ""
},
{
"path": "document_page_quality_manual/i18n/zh_CN.po",
"chars": 980,
"preview": "# Chinese (Simplified) translation for openobject-addons\n# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 201"
},
{
"path": "document_page_quality_manual/pyproject.toml",
"chars": 69,
"preview": "[build-system]\nrequires = [\"whool\"]\nbuild-backend = \"whool.buildapi\"\n"
},
{
"path": "document_page_quality_manual/readme/CONFIGURE.md",
"chars": 152,
"preview": "To edit the quality manual template:\n\n- Go to Management Systems \\> Configuration \\> Categories\n- Select the Quality Man"
},
{
"path": "document_page_quality_manual/readme/CONTRIBUTORS.md",
"chars": 458,
"preview": "- Odoo SA \\<<info@odoo.com>\\>\n- Maxime Chambreuil \\<<maxime.chambreuil@savoirfairelinux.com>\\>\n- Gervais Naoussi \\<<gerv"
},
{
"path": "document_page_quality_manual/readme/CREDITS.md",
"chars": 91,
"preview": "The migration of this module from 17.0 to 18.0 was financially supported by:\n\n- Camptocamp\n"
},
{
"path": "document_page_quality_manual/readme/DESCRIPTION.md",
"chars": 110,
"preview": "This module provides a quality manual template. The template has the\nsame structure as the ISO 9001 standard.\n"
},
{
"path": "document_page_quality_manual/readme/USAGE.md",
"chars": 181,
"preview": "To enter your quality manual:\n\n- Go to Management Systems \\> Documentation \\> Manuals\n- Create a new page\n- Enter a titl"
},
{
"path": "document_page_quality_manual/static/description/index.html",
"chars": 14841,
"preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
},
{
"path": "document_page_work_instruction/README.rst",
"chars": 3872,
"preview": ".. image:: https://odoo-community.org/readme-banner-image\n :target: https://odoo-community.org/get-involved?utm_source"
},
{
"path": "document_page_work_instruction/__init__.py",
"chars": 141,
"preview": "# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).\n# License AGPL-3.0 or later (http://www.gnu"
},
{
"path": "document_page_work_instruction/__manifest__.py",
"chars": 585,
"preview": "# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).\n# License AGPL-3.0 or later (http://www.gnu"
},
{
"path": "document_page_work_instruction/data/document_page.xml",
"chars": 433,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo noupdate=\"1\">\n <record id=\"document_page_group_work_instructions\" model"
},
{
"path": "document_page_work_instruction/i18n/de.po",
"chars": 1225,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/document_page_work_instruction.pot",
"chars": 850,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_work_ins"
},
{
"path": "document_page_work_instruction/i18n/es.po",
"chars": 1201,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/es_CO.po",
"chars": 1265,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/fa.po",
"chars": 1073,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_work_ins"
},
{
"path": "document_page_work_instruction/i18n/fr.po",
"chars": 1237,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/hr_HR.po",
"chars": 1255,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/it.po",
"chars": 1075,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_work_ins"
},
{
"path": "document_page_work_instruction/i18n/nb.po",
"chars": 1229,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/nl_NL.po",
"chars": 1214,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/nn.po",
"chars": 1230,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/no.po",
"chars": 1222,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/pt_BR.po",
"chars": 1251,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/sl.po",
"chars": 1282,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * document_page_work_inst"
},
{
"path": "document_page_work_instruction/i18n/sv.po",
"chars": 1065,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* document_page_work_ins"
},
{
"path": "document_page_work_instruction/i18n/vi.po",
"chars": 1189,
"preview": "# Vietnamese translation for openerp-mgmtsystem\n# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014\n# This "
},
{
"path": "document_page_work_instruction/pyproject.toml",
"chars": 69,
"preview": "[build-system]\nrequires = [\"whool\"]\nbuild-backend = \"whool.buildapi\"\n"
},
{
"path": "document_page_work_instruction/readme/CONFIGURE.md",
"chars": 182,
"preview": "To enter your work instruction template, you need to:\n\n- go to Management Systems \\> Documentation \\> Work Instructions\n"
},
{
"path": "document_page_work_instruction/readme/CONTRIBUTORS.md",
"chars": 419,
"preview": "- Savoir-faire Linux \\<<support@savoirfairelinux.com>\\>\n- Gervais Naoussi \\<<gervaisnaoussi@gmail.com>\\>\n- Eugen Don \\<<"
},
{
"path": "document_page_work_instruction/readme/CREDITS.md",
"chars": 91,
"preview": "The migration of this module from 16.0 to 18.0 was financially supported by:\n\n- Camptocamp\n"
},
{
"path": "document_page_work_instruction/readme/DESCRIPTION.md",
"chars": 49,
"preview": "This module provides Work Instructions Template.\n"
},
{
"path": "document_page_work_instruction/static/description/index.html",
"chars": 14317,
"preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
},
{
"path": "document_page_work_instruction/views/document_page_work_instructions.xml",
"chars": 1560,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<odoo>\n <record id=\"work_instructions_action\" model=\"ir.actions.act_window\">\n"
},
{
"path": "eslint.config.cjs",
"chars": 6371,
"preview": "var globals = require('globals');\njsdoc = require(\"eslint-plugin-jsdoc\");\n\nconst config = [{\n plugins: {\n jsdoc,"
},
{
"path": "mgmtsystem/README.rst",
"chars": 4433,
"preview": ".. image:: https://odoo-community.org/readme-banner-image\n :target: https://odoo-community.org/get-involved?utm_source"
},
{
"path": "mgmtsystem/__init__.py",
"chars": 21,
"preview": "from . import models\n"
},
{
"path": "mgmtsystem/__manifest__.py",
"chars": 725,
"preview": "# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).\n# License AGPL-3.0 or later (http://www.gnu"
},
{
"path": "mgmtsystem/i18n/am.po",
"chars": 18281,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/ca.po",
"chars": 18283,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/cs.po",
"chars": 18237,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/de.po",
"chars": 24845,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/el_GR.po",
"chars": 18277,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/es.po",
"chars": 24849,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/es_AR.po",
"chars": 24228,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* mgmtsystem\n#\nmsgid \"\"\n"
},
{
"path": "mgmtsystem/i18n/es_CL.po",
"chars": 18284,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/es_CO.po",
"chars": 19394,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/es_CR.po",
"chars": 18233,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/es_EC.po",
"chars": 18230,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/es_ES.po",
"chars": 18296,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/es_MX.po",
"chars": 18229,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/es_VE.po",
"chars": 18232,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/et.po",
"chars": 18212,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/fa.po",
"chars": 23198,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* mgmtsystem\n#\nmsgid \"\"\n"
},
{
"path": "mgmtsystem/i18n/fi.po",
"chars": 18420,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/fr.po",
"chars": 19190,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/gl.po",
"chars": 18283,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/hr_HR.po",
"chars": 19744,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/hu.po",
"chars": 18315,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/it.po",
"chars": 25717,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/lt.po",
"chars": 18283,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/lv.po",
"chars": 18341,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# * mgmtsystem\n#\n# Translat"
},
{
"path": "mgmtsystem/i18n/mgmtsystem.pot",
"chars": 17937,
"preview": "# Translation of Odoo Server.\n# This file contains the translation of the following modules:\n# \t* mgmtsystem\n#\nmsgid \"\"\n"
}
]
// ... and 767 more files (download for full content)
About this extraction
This page contains the full source code of the OCA/management-system GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 967 files (6.7 MB), approximately 1.8M tokens, and a symbol index with 211 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.