diff --git a/README.md b/README.md index ae38fd4b388..3fc2c4d905c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ addon | version | maintainers | summary [account_move_fiscal_year](account_move_fiscal_year/) | 16.0.1.0.0 | | Display the fiscal year on journal entries/item [account_move_line_check_number](account_move_line_check_number/) | 16.0.1.0.1 | [![ps-tubtim](https://github.com/ps-tubtim.png?size=30px)](https://github.com/ps-tubtim) | Add the check number in the journal items [account_move_line_purchase_info](account_move_line_purchase_info/) | 16.0.1.0.0 | | Introduces the purchase order line to the journal items +[account_move_line_repair_info](account_move_line_repair_info/) | 16.0.1.0.0 | | Introduces the repair order to the journal items [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.12 | [![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) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b824a890a11..a90a4b5afaa 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240311.0 \ No newline at end of file +16.0.20240617.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 02026e9a234..3b4aa33f1a3 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -29,6 +29,7 @@ 'odoo-addon-account_move_fiscal_year>=16.0dev,<16.1dev', 'odoo-addon-account_move_line_check_number>=16.0dev,<16.1dev', 'odoo-addon-account_move_line_purchase_info>=16.0dev,<16.1dev', + 'odoo-addon-account_move_line_repair_info>=16.0dev,<16.1dev', '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',