Skip to content

Commit 577da23

Browse files
committed
[BOT] post-merge updates
1 parent 93caba4 commit 577da23

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[account_einvoice_generate](account_einvoice_generate/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Technical module to generate PDF invoices with embedded XML file
2525
[account_invoice_edifact](account_invoice_edifact/) | 16.0.1.0.0 | | Generate customer invoices with EDIFACT/D96A format
26+
[account_invoice_export](account_invoice_export/) | 16.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Account Invoice Export
27+
[account_invoice_export_job](account_invoice_export_job/) | 16.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Account Invoice Export Job
2628
[account_invoice_facturx](account_invoice_facturx/) | 16.0.1.2.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Generate Factur-X/ZUGFeRD customer invoices
2729
[account_invoice_facturx_py3o](account_invoice_facturx_py3o/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Generate Factur-X invoices with Py3o reporting engine
2830
[base_business_document_import](base_business_document_import/) | 16.0.1.1.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
Loading

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20240531.0
1+
16.0.20240712.0

setup/_metapackage/setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
install_requires=[
1111
'odoo-addon-account_einvoice_generate>=16.0dev,<16.1dev',
1212
'odoo-addon-account_invoice_edifact>=16.0dev,<16.1dev',
13+
'odoo-addon-account_invoice_export>=16.0dev,<16.1dev',
14+
'odoo-addon-account_invoice_export_job>=16.0dev,<16.1dev',
1315
'odoo-addon-account_invoice_facturx>=16.0dev,<16.1dev',
1416
'odoo-addon-account_invoice_facturx_py3o>=16.0dev,<16.1dev',
1517
'odoo-addon-base_business_document_import>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)