2020-01-21 19:52:33 +05:00
|
|
|
# TODO LIST
|
|
|
|
|
|
|
|
## Features
|
2020-01-22 16:15:03 +05:00
|
|
|
+ Add name to `document_template` and `contract_field` actions;
|
2020-01-21 19:52:33 +05:00
|
|
|
- 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
|