diff --git a/README.md b/README.md index fae3c5a4365..5f0e91f8285 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ addon | version | maintainers | summary [base_time_parameter](base_time_parameter/) | 14.0.3.1.1 | [![appstogrow](https://github.com/appstogrow.png?size=30px)](https://github.com/appstogrow) [![nimarosa](https://github.com/nimarosa.png?size=30px)](https://github.com/nimarosa) | Time dependent parameters Adds the feature to define parameters with time based versions. [base_time_window](base_time_window/) | 14.0.1.0.1 | | Base model to handle time windows [base_video_link](base_video_link/) | 14.0.1.1.2 | | Add the possibility to link video on record +[base_view_full_arch](base_view_full_arch/) | 14.0.1.0.0 | | Allows displaying the full, compiled architecture for all views [base_view_inheritance_extension](base_view_inheritance_extension/) | 14.0.2.0.1 | | Adds more operators for view inheritance [bus_alt_connection](bus_alt_connection/) | 14.0.1.0.0 | | Needed when using PgBouncer as a connection pooler [configuration_helper](configuration_helper/) | 14.0.1.0.1 | | Configuration Helper diff --git a/base_view_full_arch/static/description/icon.png b/base_view_full_arch/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/base_view_full_arch/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4f19ff39fd0..04a8703d4fb 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240404.0 \ No newline at end of file +14.0.20240517.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5758cae096e..a524c398a41 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -45,6 +45,7 @@ 'odoo14-addon-base_time_parameter', 'odoo14-addon-base_time_window', 'odoo14-addon-base_video_link', + 'odoo14-addon-base_view_full_arch', 'odoo14-addon-base_view_inheritance_extension', 'odoo14-addon-bus_alt_connection', 'odoo14-addon-configuration_helper',