diff --git a/README.md b/README.md index fc8a1f039..7f348a2bb 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ addon | version | maintainers | summary [base_m2m_custom_field](base_m2m_custom_field/) | 16.0.1.0.0 | | Customizations of Many2many [base_name_search_improved](base_name_search_improved/) | 16.0.1.0.1 | | Friendlier search when typing in relation fields [base_partition](base_partition/) | 16.0.1.0.0 | | Base module that provide the partition method on all models +[base_remote](base_remote/) | 16.0.1.0.0 | | Remote Base [base_search_fuzzy](base_search_fuzzy/) | 16.0.1.0.0 | | Fuzzy search with the PostgreSQL trigram extension [base_sequence_default](base_sequence_default/) | 16.0.1.0.2 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Use sequences for default values of fields when creating a new record [base_sequence_option](base_sequence_option/) | 16.0.1.0.1 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Alternative sequence options for specific models diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 6a49ea3f6..a34dcdbb0 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240611.0 \ No newline at end of file +16.0.20240620.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 622c7f88d..10404cff8 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -23,6 +23,7 @@ setuptools.setup( 'odoo-addon-base_m2m_custom_field>=16.0dev,<16.1dev', 'odoo-addon-base_name_search_improved>=16.0dev,<16.1dev', 'odoo-addon-base_partition>=16.0dev,<16.1dev', + 'odoo-addon-base_remote>=16.0dev,<16.1dev', 'odoo-addon-base_search_fuzzy>=16.0dev,<16.1dev', 'odoo-addon-base_sequence_default>=16.0dev,<16.1dev', 'odoo-addon-base_sequence_option>=16.0dev,<16.1dev',