diff --git a/README.md b/README.md index 2d9d31b8e..16a5183a6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ addon | version | maintainers | summary [account_tax_repartition_line_tax_group_account](account_tax_repartition_line_tax_group_account/) | 17.0.1.0.0 | | Set a default account from tax group to tax repartition lines [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 [mail_template_substitute_account_move](mail_template_substitute_account_move/) | 17.0.1.0.0 | [![SodexisTeam](https://github.com/SodexisTeam.png?size=30px)](https://github.com/SodexisTeam) | Module to support Mail Template Substitution for Account Move +[purchase_unreconciled](purchase_unreconciled/) | 17.0.1.0.0 | [![AaronHForgeFlow](https://github.com/AaronHForgeFlow.png?size=30px)](https://github.com/AaronHForgeFlow) | Purchase Unreconciled [//]: # (end addons) diff --git a/purchase_unreconciled/README.rst b/purchase_unreconciled/README.rst index b3b03f9b8..b1106937c 100644 --- a/purchase_unreconciled/README.rst +++ b/purchase_unreconciled/README.rst @@ -7,7 +7,7 @@ Purchase Unreconciled !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8134013d5d37fe8931266d6f916bbc160f48212ac4a9faa43b4efe39d03e6b4c + !! source digest: sha256:75da0747fb41691ec26531c1c5810833c0f1c17f6167b4ce41347af1ad409ce0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/purchase_unreconciled/static/description/icon.png b/purchase_unreconciled/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/purchase_unreconciled/static/description/icon.png differ diff --git a/purchase_unreconciled/static/description/index.html b/purchase_unreconciled/static/description/index.html index 78b2b102c..81b36e9bd 100644 --- a/purchase_unreconciled/static/description/index.html +++ b/purchase_unreconciled/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8134013d5d37fe8931266d6f916bbc160f48212ac4a9faa43b4efe39d03e6b4c +!! source digest: sha256:75da0747fb41691ec26531c1c5810833c0f1c17f6167b4ce41347af1ad409ce0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds a new fields “Unreconciled” on Purchase Orders, that diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 0b92916b3..5d2d1a301 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-account-financial-tools" -version = "17.0.20241002.0" +version = "17.0.20241016.0" dependencies = [ "odoo-addon-account_account_tag_code>=17.0dev,<17.1dev", "odoo-addon-account_asset_force_account>=17.0dev,<17.1dev", @@ -24,6 +24,7 @@ dependencies = [ "odoo-addon-account_tax_repartition_line_tax_group_account>=17.0dev,<17.1dev", "odoo-addon-account_usability>=17.0dev,<17.1dev", "odoo-addon-mail_template_substitute_account_move>=17.0dev,<17.1dev", + "odoo-addon-purchase_unreconciled>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",