diff --git a/README.md b/README.md index 74d1ff189..7957bbb01 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ Odoo Dutch Localization [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[l10n_nl_xaf_auditfile_export](l10n_nl_xaf_auditfile_export/) | 17.0.1.0.0 | | Export XAF auditfiles for Dutch tax authorities [//]: # (end addons) diff --git a/l10n_nl_xaf_auditfile_export/README.rst b/l10n_nl_xaf_auditfile_export/README.rst index 8462d23c3..422c53b1d 100644 --- a/l10n_nl_xaf_auditfile_export/README.rst +++ b/l10n_nl_xaf_auditfile_export/README.rst @@ -7,7 +7,7 @@ XAF auditfile export !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7f8ac462c9165bf91eb8c1093678f12bee9c995c70b5e330e35e83b05c8e19a8 + !! source digest: sha256:54206bd1d3c12a3ab4b06da0a60957936c43d7e936e7e5088837c305fc0f98e4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_nl_xaf_auditfile_export/static/description/index.html b/l10n_nl_xaf_auditfile_export/static/description/index.html index 18b79bab1..7cdb7b13f 100644 --- a/l10n_nl_xaf_auditfile_export/static/description/index.html +++ b/l10n_nl_xaf_auditfile_export/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

XAF auditfile export

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7f8ac462c9165bf91eb8c1093678f12bee9c995c70b5e330e35e83b05c8e19a8 +!! source digest: sha256:54206bd1d3c12a3ab4b06da0a60957936c43d7e936e7e5088837c305fc0f98e4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/l10n-netherlands Translate me on Weblate Try me on Runboat

This module allows you to export XAF audit files for the Dutch tax diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..bad349468 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-l10n-netherlands" +version = "17.0.20240404.0" +dependencies = [ + "odoo-addon-l10n_nl_xaf_auditfile_export>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]