Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 5.2.0.0.0 #270

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
Release History
---------------

5.2.0.0.0 (2024-01-19)
++++++++++++++++++++++

**Features and Improvements**

* add env variable for LOCAL_CODE_PATH and MIGRATION_CONFIG_FILE
* /bin script to remove gosu dependencies
* clean local-src reference
* print DEPS_ADDONS for debugging

**Bugfixes**

5.1.0.0.1 (2023-12-11)
++++++++++++++++++++++

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ and use `anthem` loader straight::

NOTE: `anthem > 0.11.0` is required.

### LOCAL_CODE_PATH

Specifies path for local(custom) code to be used, by default is /odoo/odoo/addons

### MIGRATION_CONFIG_FILE

Specifies path for migration config file, by default is /odoo/migration.yml

### DEMO

`DEMO` can be `True` or `False` and determines whether Odoo will load its Demo
Expand Down
Loading