From cb29bd21277b6cba0298549fa4e29a7ca887894b Mon Sep 17 00:00:00 2001 From: Stepan Savelyev Date: Tue, 21 Jan 2020 19:52:33 +0500 Subject: [PATCH] [ADD] todolist --- TODOLIST.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TODOLIST.md diff --git a/TODOLIST.md b/TODOLIST.md new file mode 100644 index 0000000..9629d66 --- /dev/null +++ b/TODOLIST.md @@ -0,0 +1,13 @@ +# TODO LIST + +## Features + - Add name to `document_template` and `contract_field` actions + - Add to tree view of `res.partner.contract.field` fields: `name`, `description`, `technical_name`, `visible` + - Change order of `res.partner.document.template` to order by `company_type, document_type, sequence` + +## Fixes + - Change all `parents` to `genitive` + - Merge `document_type` and `template_type` in `res.partner.document.template` + +## Big feature + - Separate XML actions that generates transient fields for all types of documents