diff --git a/README.md b/README.md index 287789041b..d58efb8c98 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ addon | version | maintainers | summary [website_local_font](website_local_font/) | 15.0.1.0.0 | | Allows to add local fonts on Odoo website [website_odoo_debranding](website_odoo_debranding/) | 15.0.1.0.1 | | Remove Odoo Branding from Website [website_plausible](website_plausible/) | 15.0.1.1.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Track website users using plausible +[website_require_login](website_require_login/) | 15.0.1.0.0 | | Website Login Required [website_snippet_big_button](website_snippet_big_button/) | 15.0.1.1.0 | | A snippet that adds two big buttons [website_snippet_country_dropdown](website_snippet_country_dropdown/) | 15.0.1.0.0 | | Allow to select country in a dropdown [website_snippet_dynamic_link](website_snippet_dynamic_link/) | 15.0.1.0.0 | | Website Snippet Dynamic Link diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index f494d606eb..0eb1229db1 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240206.0 \ No newline at end of file +15.0.20240408.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f067fc746f..74700d94b0 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -21,6 +21,7 @@ 'odoo-addon-website_local_font>=15.0dev,<15.1dev', 'odoo-addon-website_odoo_debranding>=15.0dev,<15.1dev', 'odoo-addon-website_plausible>=15.0dev,<15.1dev', + 'odoo-addon-website_require_login>=15.0dev,<15.1dev', 'odoo-addon-website_snippet_big_button>=15.0dev,<15.1dev', 'odoo-addon-website_snippet_country_dropdown>=15.0dev,<15.1dev', 'odoo-addon-website_snippet_dynamic_link>=15.0dev,<15.1dev',