diff --git a/README.md b/README.md index 0dedcfc38..69e5cde96 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ addon | version | maintainers | summary [account_lock_to_date](account_lock_to_date/) | 14.0.1.0.0 | | Allows to set an account lock date in the future. [account_menu](account_menu/) | 14.0.1.2.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Adds missing menu entries for Account module [account_move_budget](account_move_budget/) | 14.0.1.0.1 | | Create Accounting Budgets +[account_move_default_journal](account_move_default_journal/) | 14.0.1.0.0 | | Configure a default journal for new account moves [account_move_fiscal_month](account_move_fiscal_month/) | 14.0.1.0.0 | | Display the fiscal month on journal entries/item [account_move_fiscal_year](account_move_fiscal_year/) | 14.0.1.0.1 | | Display the fiscal year on journal entries/item [account_move_force_removal](account_move_force_removal/) | 14.0.1.0.1 | | Allow force removal account moves diff --git a/account_move_default_journal/static/description/icon.png b/account_move_default_journal/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_move_default_journal/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 30d411ce8..f9c9c3f13 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240216.0 \ No newline at end of file +14.0.20240502.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 113fc19e1..3654656b9 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -34,6 +34,7 @@ setuptools.setup( 'odoo14-addon-account_lock_to_date', 'odoo14-addon-account_menu', 'odoo14-addon-account_move_budget', + 'odoo14-addon-account_move_default_journal', 'odoo14-addon-account_move_fiscal_month', 'odoo14-addon-account_move_fiscal_year', 'odoo14-addon-account_move_force_removal',