From f7da3980f8543a73a54bfff8da692519e7497b7b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 11 Mar 2024 10:43:07 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6deaf758..9a33236d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ addon | version | maintainers | summary [account_move_line_sale_info](account_move_line_sale_info/) | 16.0.1.0.0 | | Introduces the purchase order line to the journal items [account_move_line_tax_editable](account_move_line_tax_editable/) | 16.0.1.0.1 | | Allows to edit taxes on non-posted account move lines [account_move_name_sequence](account_move_name_sequence/) | 16.0.1.1.7 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence +[account_move_post_date_user](account_move_post_date_user/) | 16.0.1.0.0 | [![JordiMForgeFlow](https://github.com/JordiMForgeFlow.png?size=30px)](https://github.com/JordiMForgeFlow) | Trace journal entry posting date and user. [account_move_print](account_move_print/) | 16.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries [account_move_template](account_move_template/) | 16.0.1.0.0 | | Templates for recurring Journal Entries [account_netting](account_netting/) | 16.0.1.0.0 | | Compensate AR/AP accounts from the same partner diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 86eec4d3..b824a890 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240306.0 \ No newline at end of file +16.0.20240311.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 998385bc..02026e9a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -32,6 +32,7 @@ setuptools.setup( 'odoo-addon-account_move_line_sale_info>=16.0dev,<16.1dev', 'odoo-addon-account_move_line_tax_editable>=16.0dev,<16.1dev', 'odoo-addon-account_move_name_sequence>=16.0dev,<16.1dev', + 'odoo-addon-account_move_post_date_user>=16.0dev,<16.1dev', 'odoo-addon-account_move_print>=16.0dev,<16.1dev', 'odoo-addon-account_move_template>=16.0dev,<16.1dev', 'odoo-addon-account_netting>=16.0dev,<16.1dev',