[BOT] post-merge updates

pull/2894/head
OCA-git-bot 2024-06-20 14:34:42 +00:00
parent 56132a00ba
commit fd8b0823c9
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
16.0.20240611.0
16.0.20240620.0

View File

@ -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',