[UPD] changelog: muk_web_theme and other fix
This commit is contained in:
parent
e20d944cef
commit
ddd5c8da21
1 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
**Migration note**
|
**Migration note**
|
||||||
|
|
||||||
Update module `website`.
|
- Update module `website`,`muk_web_theme`.
|
||||||
|
- For dev, run `poetry cache clear --all pypi`
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
@ -29,6 +30,7 @@ Update module `website`.
|
||||||
- website_snippet_anchor
|
- website_snippet_anchor
|
||||||
- website_anchor_smooth_scroll
|
- website_anchor_smooth_scroll
|
||||||
- crm_team_quebec
|
- crm_team_quebec
|
||||||
|
- partner_no_vat
|
||||||
- Documentation Odoo dev
|
- Documentation Odoo dev
|
||||||
- Format command supported addons
|
- Format command supported addons
|
||||||
- Install theme with Odoo command
|
- Install theme with Odoo command
|
||||||
|
|
@ -41,9 +43,11 @@ Update module `website`.
|
||||||
|
|
||||||
- Downgrade sphinx to 1.6.7 to support Odoo dev documentation
|
- Downgrade sphinx to 1.6.7 to support Odoo dev documentation
|
||||||
- Move packages modules in makefile image creation
|
- Move packages modules in makefile image creation
|
||||||
|
- Update to poetry==1.1.14
|
||||||
- Update pip dependency with security update
|
- Update pip dependency with security update
|
||||||
- Pillow==9.0.1
|
- Pillow==9.0.1
|
||||||
- PyPDF2==1.27.8
|
- PyPDF2==1.27.8
|
||||||
|
- lxml==4.9.1
|
||||||
- Code generator export website with attachments and scss design file with documentation
|
- Code generator export website with attachments and scss design file with documentation
|
||||||
- Code generator support multiple snippet
|
- Code generator support multiple snippet
|
||||||
|
|
||||||
|
|
@ -51,6 +55,8 @@ Update module `website`.
|
||||||
|
|
||||||
- Poetry supports insensitive python dependency
|
- Poetry supports insensitive python dependency
|
||||||
- Code generator new project supports relative path and check duplicated paths
|
- Code generator new project supports relative path and check duplicated paths
|
||||||
|
- Muk web theme table header background-color and on hover for Many2many
|
||||||
|
- Script docker-compose use lowercase name
|
||||||
|
|
||||||
## [1.3.0] - 2022-01-25
|
## [1.3.0] - 2022-01-25
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue