diff --git a/README.md b/README.md index b32640c92..fb8d36fed 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_move_line_purchase_info](account_move_line_purchase_info/) | 17.0.1.0.0 | | Introduces the purchase order line to the journal items [account_move_print](account_move_print/) | 17.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/) | 17.0.1.0.0 | | Templates for recurring Journal Entries [account_usability](account_usability/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting diff --git a/account_move_line_purchase_info/README.rst b/account_move_line_purchase_info/README.rst index 223630683..daec19436 100644 --- a/account_move_line_purchase_info/README.rst +++ b/account_move_line_purchase_info/README.rst @@ -7,7 +7,7 @@ Account Move Line Purchase Info !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:28872ad7d695ae9ee92ab83abb7c8e751f4d0b51ff07a1a10530da6b5a1e6034 + !! source digest: sha256:9fb7d1e0129d9a0e2d8df2dd2de2ad8bfdadc30ba3bbeac6c9f0498959146dca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_line_purchase_info/static/description/index.html b/account_move_line_purchase_info/static/description/index.html index 5bfa1c0c0..9afa09197 100644 --- a/account_move_line_purchase_info/static/description/index.html +++ b/account_move_line_purchase_info/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:28872ad7d695ae9ee92ab83abb7c8e751f4d0b51ff07a1a10530da6b5a1e6034 +!! source digest: sha256:9fb7d1e0129d9a0e2d8df2dd2de2ad8bfdadc30ba3bbeac6c9f0498959146dca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

This module will add the purchase order line to journal items.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index c9fe614f0..e10dd220c 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-account-financial-tools" -version = "17.0.20231229.0" +version = "17.0.20240304.0" dependencies = [ + "odoo-addon-account_move_line_purchase_info>=17.0dev,<17.1dev", "odoo-addon-account_move_print>=17.0dev,<17.1dev", "odoo-addon-account_move_template>=17.0dev,<17.1dev", "odoo-addon-account_usability>=17.0dev,<17.1dev",