diff --git a/README.md b/README.md index fa5375f913e..afc3b0e1de3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [account_invoice_section_sale_order](account_invoice_section_sale_order/) | 17.0.1.0.0 | | For invoices targetting multiple sale order addsections with sale order name. [account_invoice_transmit_method](account_invoice_transmit_method/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Configure invoice transmit method (email, post, portal, ...) [account_invoice_warn_message](account_invoice_warn_message/) | 17.0.1.0.0 | | Add a popup warning on invoice to ensure warning is populated +[partner_invoicing_mode](partner_invoicing_mode/) | 17.0.1.0.0 | | Base module for handling multiple partner invoicing mode [product_form_account_move_line_link](product_form_account_move_line_link/) | 17.0.1.0.0 | | Adds a button on product forms to access Journal Items [sale_invoicing_date_selection](sale_invoicing_date_selection/) | 17.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Set date invoice when you create invoices [sale_order_invoicing_grouping_criteria](sale_order_invoicing_grouping_criteria/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales order invoicing grouping criteria diff --git a/partner_invoicing_mode/README.rst b/partner_invoicing_mode/README.rst index 478f9e6db51..f61d0d56530 100644 --- a/partner_invoicing_mode/README.rst +++ b/partner_invoicing_mode/README.rst @@ -7,7 +7,7 @@ Partner Invoicing Mode !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f3babda605d16f51c4838b001cc5955ba3f70bc621d922f9d0d200905362dee3 + !! source digest: sha256:d7f174fdf9965f280543d0028ee17725bf9e0c277518a0ea6c646d3c27c3a86c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/partner_invoicing_mode/static/description/index.html b/partner_invoicing_mode/static/description/index.html index b5342dd5e86..6693cfe770d 100644 --- a/partner_invoicing_mode/static/description/index.html +++ b/partner_invoicing_mode/static/description/index.html @@ -367,7 +367,7 @@

Partner Invoicing Mode

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f3babda605d16f51c4838b001cc5955ba3f70bc621d922f9d0d200905362dee3 +!! source digest: sha256:d7f174fdf9965f280543d0028ee17725bf9e0c277518a0ea6c646d3c27c3a86c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This is a base module for implementing different invoicing mode for diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 08fd8800b92..20de91cd245 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-account-invoicing" -version = "17.0.20240903.0" +version = "17.0.20240930.0" dependencies = [ "odoo-addon-account_invoice_block_payment>=17.0dev,<17.1dev", "odoo-addon-account_invoice_blocking>=17.0dev,<17.1dev", @@ -10,6 +10,7 @@ dependencies = [ "odoo-addon-account_invoice_section_sale_order>=17.0dev,<17.1dev", "odoo-addon-account_invoice_transmit_method>=17.0dev,<17.1dev", "odoo-addon-account_invoice_warn_message>=17.0dev,<17.1dev", + "odoo-addon-partner_invoicing_mode>=17.0dev,<17.1dev", "odoo-addon-product_form_account_move_line_link>=17.0dev,<17.1dev", "odoo-addon-sale_invoicing_date_selection>=17.0dev,<17.1dev", "odoo-addon-sale_order_invoicing_grouping_criteria>=17.0dev,<17.1dev",