[BOT] post-merge updates

pull/3131/head
OCA-git-bot 2024-11-12 10:29:46 +00:00
parent 1c5cb77c74
commit d0dc7802eb
3 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ addon | version | maintainers | summary
[base_exception](base_exception/) | 16.0.2.0.1 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...)
[base_fontawesome](base_fontawesome/) | 16.0.6.6.1 | | Up to date Fontawesome resources.
[base_force_record_noupdate](base_force_record_noupdate/) | 16.0.1.0.0 | | Manually force noupdate=True on models
[base_import_default_enable_tracking](base_import_default_enable_tracking/) | 16.0.1.0.0 | [![benwillig](https://github.com/benwillig.png?size=30px)](https://github.com/benwillig) | This modules simply enables history tracking when doing an import.
[base_m2m_custom_field](base_m2m_custom_field/) | 16.0.1.0.0 | | Customizations of Many2many
[base_multi_image](base_multi_image/) | 16.0.1.0.0 | | Allow multiple images for database objects
[base_name_search_improved](base_name_search_improved/) | 16.0.1.0.2 | | Friendlier search when typing in relation fields

View File

@ -1 +1 @@
16.0.20241111.0
16.0.20241112.0

View File

@ -21,6 +21,7 @@ setuptools.setup(
'odoo-addon-base_exception>=16.0dev,<16.1dev',
'odoo-addon-base_fontawesome>=16.0dev,<16.1dev',
'odoo-addon-base_force_record_noupdate>=16.0dev,<16.1dev',
'odoo-addon-base_import_default_enable_tracking>=16.0dev,<16.1dev',
'odoo-addon-base_m2m_custom_field>=16.0dev,<16.1dev',
'odoo-addon-base_multi_image>=16.0dev,<16.1dev',
'odoo-addon-base_name_search_improved>=16.0dev,<16.1dev',