Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Sep 30, 2024
1 parent fd656a5 commit 5be7298
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion partner_invoicing_mode/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion partner_invoicing_mode/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Partner Invoicing Mode</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f3babda605d16f51c4838b001cc5955ba3f70bc621d922f9d0d200905362dee3
!! source digest: sha256:d7f174fdf9965f280543d0028ee17725bf9e0c277518a0ea6c646d3c27c3a86c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoicing/tree/17.0/partner_invoicing_mode"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-partner_invoicing_mode"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This is a base module for implementing different invoicing mode for
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5be7298

Please sign in to comment.