[BOT] post-merge updates
parent
56132a00ba
commit
fd8b0823c9
|
@ -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_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_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_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_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 | [](https://github.com/Shide) [](https://github.com/yajo) [](https://github.com/rafaelbn) | Use sequences for default values of fields when creating a new record
|
[base_sequence_default](base_sequence_default/) | 16.0.1.0.2 | [](https://github.com/Shide) [](https://github.com/yajo) [](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 | [](https://github.com/kittiu) | Alternative sequence options for specific models
|
[base_sequence_option](base_sequence_option/) | 16.0.1.0.1 | [](https://github.com/kittiu) | Alternative sequence options for specific models
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
16.0.20240611.0
|
16.0.20240620.0
|
|
@ -23,6 +23,7 @@ setuptools.setup(
|
||||||
'odoo-addon-base_m2m_custom_field>=16.0dev,<16.1dev',
|
'odoo-addon-base_m2m_custom_field>=16.0dev,<16.1dev',
|
||||||
'odoo-addon-base_name_search_improved>=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_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_search_fuzzy>=16.0dev,<16.1dev',
|
||||||
'odoo-addon-base_sequence_default>=16.0dev,<16.1dev',
|
'odoo-addon-base_sequence_default>=16.0dev,<16.1dev',
|
||||||
'odoo-addon-base_sequence_option>=16.0dev,<16.1dev',
|
'odoo-addon-base_sequence_option>=16.0dev,<16.1dev',
|
||||||
|
|
Loading…
Reference in New Issue