[UPD] changelog release v1.3.0

This commit is contained in:
Mathieu Benoit 2021-09-28 02:44:49 -04:00
parent 578e5741d6
commit 9fc8839fdd

View file

@ -2,11 +2,52 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com). The format is based on [Keep a Changelog](https://keepachangelog.com). This project adheres
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [1.3.0] - 2022-01-25
**Migration note**
With new version of poetry, a bug occurs in the update. The solution is to delete the directory to let it
recreate. `rm -rf ~/.poetry`
### Added
- Code generator supports view : activity, calendar, diagram, form, graph, kanban, pivot, search, timeline and tree
- Code generator supports portal view field and form creation
- Code generator generates generic snippets for demo_portal
- Code generator generates code_generator with code_generator_code_generator
- Code generator tests mariadb migrator
- Code generator supports javascript interpretation for snippet
- Code generator supports inheritance
- Code generator new project to create the suite of generation code
- Script to test the generation of module `code_generator`
- Make test_full_fast to run all test in parallel
- Module `web_timeline` and `web_diagram_position` in base image.
- Module `odoo-formio` from novacode-nl
- Module `design_themes` from Odoo
- Format python header with isort
### Changed
- Update to Python==3.7.12
- Update to poetry==1.1.12
- Update pip dependency with security update
- Pillow==9.0.0
- lxml==4.7.1
- babel==2.9.1
- pyyaml==6.0
- reportlab==3.6.5
- Web diagram module has all color of the rainbow in option
- Refactor and simplify code of code_generator, better support of code reader
### Fixed
- Downgrade Werkzeug==0.11.15, only this version is supported by Odoo 12.0. This fixes some http request behind a proxy.
## [1.2.1] - 2021-09-28 ## [1.2.1] - 2021-09-28
### Added ### Added
@ -40,6 +81,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
**Migration note** **Migration note**
Because addons repository has change, config file need to be updated. Because addons repository has change, config file need to be updated.
- When upgrading to version 1.2.0: - When upgrading to version 1.2.0:
- From docker - From docker
- Clone project if only download docker-compose - Clone project if only download docker-compose
@ -97,7 +139,8 @@ Because addons repository has change, config file need to be updated.
- Format all Python code with black - Format all Python code with black
- Module auto_backup with sftp host key - Module auto_backup with sftp host key
- Module muk_website_branding use ERPLibre branding - Module muk_website_branding use ERPLibre branding
- Update docs with vscode support, custom document layout, custom email template and trick to use params to share variable - Update docs with vscode support, custom document layout, custom email template and trick to use params to share
variable
#### Docker #### Docker
@ -211,7 +254,9 @@ Because addons repository has change, config file need to be updated.
- Support only python3.6 and python3.7, python3.8 causes error in runtime. - Support only python3.6 and python3.7, python3.8 causes error in runtime.
[Unreleased]: https://github.com/ERPLibre/ERPLibre/compare/v1.2.1...HEAD [Unreleased]: https://github.com/ERPLibre/ERPLibre/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/ERPLibre/ERPLibre/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/ERPLibre/ERPLibre/compare/v1.2.0...v1.2.1 [1.2.1]: https://github.com/ERPLibre/ERPLibre/compare/v1.2.0...v1.2.1