From 6da056cabde9ffcdb96ad0d29d2dcd60567a4e3c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 8 Aug 2024 08:00:49 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + edi_voxel_account_invoice_oca/README.rst | 2 +- edi_voxel_account_invoice_oca/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1275541fe7..577b102817 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [base_business_document_import](base_business_document_import/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Provides technical tools to import sale orders or supplier invoices [base_edi](base_edi/) | 17.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Base module to aggregate EDI features. [base_facturx](base_facturx/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Factur-X/ZUGFeRD +[edi_voxel_account_invoice_oca](edi_voxel_account_invoice_oca/) | 17.0.1.0.0 | | Sends account invoices to Voxel. [edi_voxel_oca](edi_voxel_oca/) | 17.0.1.0.1 | | Base module for connecting with Voxel [pdf_helper](pdf_helper/) | 17.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Provides helpers to work w/ PDFs diff --git a/edi_voxel_account_invoice_oca/README.rst b/edi_voxel_account_invoice_oca/README.rst index f212ac83d6..356e2db042 100644 --- a/edi_voxel_account_invoice_oca/README.rst +++ b/edi_voxel_account_invoice_oca/README.rst @@ -7,7 +7,7 @@ Voxel account invoice oca !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1c182d8e2f9883bdabb69a89cf1911d7fce607f4a01ab61195430fefe6119e7d + !! source digest: sha256:73d36ab3938be9c11b90df1b30c277d9916e511092a4c54da0b7cb39fb66d0ef !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/edi_voxel_account_invoice_oca/static/description/index.html b/edi_voxel_account_invoice_oca/static/description/index.html index 7c0edc1e32..c5a0838a3d 100644 --- a/edi_voxel_account_invoice_oca/static/description/index.html +++ b/edi_voxel_account_invoice_oca/static/description/index.html @@ -367,7 +367,7 @@

Voxel account invoice oca

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1c182d8e2f9883bdabb69a89cf1911d7fce607f4a01ab61195430fefe6119e7d +!! source digest: sha256:73d36ab3938be9c11b90df1b30c277d9916e511092a4c54da0b7cb39fb66d0ef !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runboat

This module allows you to send invoices to Voxel. Sending are queued in diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8e62b3c7f6..9a470c4f88 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-edi" -version = "17.0.20240806.0" +version = "17.0.20240808.0" dependencies = [ "odoo-addon-account_einvoice_generate>=17.0dev,<17.1dev", "odoo-addon-account_invoice_facturx>=17.0dev,<17.1dev", "odoo-addon-base_business_document_import>=17.0dev,<17.1dev", "odoo-addon-base_edi>=17.0dev,<17.1dev", "odoo-addon-base_facturx>=17.0dev,<17.1dev", + "odoo-addon-edi_voxel_account_invoice_oca>=17.0dev,<17.1dev", "odoo-addon-edi_voxel_oca>=17.0dev,<17.1dev", "odoo-addon-pdf_helper>=17.0dev,<17.1dev", ]