From 98af456370e3b1800167171811784ca92c75f310 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Tue, 16 Oct 2018 10:43:44 -0500 Subject: [PATCH] [IMP] Documentation --- agreement/README.md | 31 ------------------------------- agreement/README.rst | 21 +++++++++++++++++++++ agreement/__manifest__.py | 6 +++++- agreement/readme/CONFIGURE.rst | 6 ++++++ agreement/readme/CONTRIBUTORS.rst | 4 ++++ agreement/readme/CREDITS.rst | 4 ++++ agreement/readme/DESCRIPTION.rst | 9 +++++++++ agreement/readme/USAGE.rst | 7 +++++++ 8 files changed, 56 insertions(+), 32 deletions(-) delete mode 100644 agreement/README.md create mode 100644 agreement/README.rst create mode 100644 agreement/readme/CONFIGURE.rst create mode 100644 agreement/readme/CONTRIBUTORS.rst create mode 100644 agreement/readme/CREDITS.rst create mode 100644 agreement/readme/DESCRIPTION.rst create mode 100644 agreement/readme/USAGE.rst diff --git a/agreement/README.md b/agreement/README.md deleted file mode 100644 index b467cfb2..00000000 --- a/agreement/README.md +++ /dev/null @@ -1,31 +0,0 @@ -Agreements - -This module adds Agreements to the partner module. - -Usage - -To use this module, you need to: -1. . - -Known issues / Roadmap - -* . - -Bug Tracker - -Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. - -Credits - -Images - -* Agreement: Icon. - -Contributors - -* Patrick Wilson -* Bhavesh Odedra - -Do not contact contributors directly about support or help with technical issues. - -Maintainer diff --git a/agreement/README.rst b/agreement/README.rst new file mode 100644 index 00000000..21cd7854 --- /dev/null +++ b/agreement/README.rst @@ -0,0 +1,21 @@ +**This file is going to be generated by oca-gen-addon-readme.** + +*Manual changes will be overwritten.* + +Please provide content in the ``readme`` directory: + +* **DESCRIPTION.rst** (required) +* INSTALL.rst (optional) +* CONFIGURE.rst (optional) +* **USAGE.rst** (optional, highly recommended) +* DEVELOP.rst (optional) +* ROADMAP.rst (optional) +* HISTORY.rst (optional, recommended) +* **CONTRIBUTORS.rst** (optional, highly recommended) +* CREDITS.rst (optional) + +Content of this README will also be drawn from the addon manifest, +from keys such as name, authors, maintainers, development_status, +and license. + +A good, one sentence summary in the manifest is also highly recommended. diff --git a/agreement/__manifest__.py b/agreement/__manifest__.py index 89a4cb90..11fd0166 100644 --- a/agreement/__manifest__.py +++ b/agreement/__manifest__.py @@ -4,7 +4,9 @@ { "name": "Agreements", "summary": "Manage Agreements, LOI and Contracts", - "author": "Pavlov Media, Odoo Community Association (OCA)", + "author": "Pavlov Media, " + "Open Source Integrators, " + "Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", "category": "Partner", "license": "AGPL-3", @@ -27,4 +29,6 @@ "security/ir.model.access.csv", ], "application": True, + "development_status": "Beta", + "maintainers": "max3903", } diff --git a/agreement/readme/CONFIGURE.rst b/agreement/readme/CONFIGURE.rst new file mode 100644 index 00000000..3871fc34 --- /dev/null +++ b/agreement/readme/CONFIGURE.rst @@ -0,0 +1,6 @@ +To configure this module: + +* Go to Agreement > Configuration > Templates +* Create a new template with sections and clauses and their respective content +* Go to Agreement > Configuration > Stages +* Create and reorder stages to match your process diff --git a/agreement/readme/CONTRIBUTORS.rst b/agreement/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..94d667e1 --- /dev/null +++ b/agreement/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Patrick Wilson +* Bhavesh Odedra +* Wolfgang Hall +* Maxime Chambreuil \ No newline at end of file diff --git a/agreement/readme/CREDITS.rst b/agreement/readme/CREDITS.rst new file mode 100644 index 00000000..b4198038 --- /dev/null +++ b/agreement/readme/CREDITS.rst @@ -0,0 +1,4 @@ +The development of this module has been financially supported by: + +* Pavlov Media +* Open Source Integrators \ No newline at end of file diff --git a/agreement/readme/DESCRIPTION.rst b/agreement/readme/DESCRIPTION.rst new file mode 100644 index 00000000..0680b36c --- /dev/null +++ b/agreement/readme/DESCRIPTION.rst @@ -0,0 +1,9 @@ +This module allows you to manage agreements, letter of intent and contract content. +The module is meant to be used by the legal team of a company and to allow them +to define sections, clauses and templates with their respective content that can +be dynamic. + +Based on the template, an agreement can be created and the pdf document generated. + +The agreement would go through a workflow to finally become a contract with the +customer signature. diff --git a/agreement/readme/USAGE.rst b/agreement/readme/USAGE.rst new file mode 100644 index 00000000..cae6e70e --- /dev/null +++ b/agreement/readme/USAGE.rst @@ -0,0 +1,7 @@ +To use this module: + +* Go to Agreement > Agrements +* Create a new agreement +* Select a template +* Follow the process to get the required approval +* Send the invitation to the customer to review and sign the agreement \ No newline at end of file