Skip to content

Commit 38296f3

Browse files
committed
[BOT] post-merge updates
1 parent 620e8d8 commit 38296f3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ addon | version | maintainers | summary
4444
[bus_alt_connection](bus_alt_connection/) | 16.0.1.0.0 | | Needed when using PgBouncer as a connection pooler
4545
[cron_daylight_saving_time_resistant](cron_daylight_saving_time_resistant/) | 16.0.1.0.1 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Run cron on fixed hours
4646
[database_cleanup](database_cleanup/) | 16.0.1.0.2 | | Database cleanup
47+
[datetime_formatter](datetime_formatter/) | 16.0.1.0.0 | | Helper functions to give correct format to date[time] fields
4748
[dbfilter_from_header](dbfilter_from_header/) | 16.0.1.0.1 | | Filter databases with HTTP headers
4849
[excel_import_export](excel_import_export/) | 16.0.1.1.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Base module for developing Excel import/export/report
4950
[excel_import_export_demo](excel_import_export_demo/) | 16.0.1.0.1 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Excel Import/Export/Report Demo

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20240423.0
1+
16.0.20240423.1

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'odoo-addon-bus_alt_connection>=16.0dev,<16.1dev',
3232
'odoo-addon-cron_daylight_saving_time_resistant>=16.0dev,<16.1dev',
3333
'odoo-addon-database_cleanup>=16.0dev,<16.1dev',
34+
'odoo-addon-datetime_formatter>=16.0dev,<16.1dev',
3435
'odoo-addon-dbfilter_from_header>=16.0dev,<16.1dev',
3536
'odoo-addon-excel_import_export>=16.0dev,<16.1dev',
3637
'odoo-addon-excel_import_export_demo>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)