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 May 3, 2024
1 parent ae403cd commit a922649
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ addon | version | maintainers | summary
[account_invoice_tree_currency](account_invoice_tree_currency/) | 15.0.1.0.0 | | Show currencies in the invoice tree view
[account_invoice_triple_discount](account_invoice_triple_discount/) | 15.0.1.0.2 | | Manage triple discount on invoice lines
[account_invoice_validation_queued](account_invoice_validation_queued/) | 15.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Enqueue account invoice validation
[account_invoice_view_payment](account_invoice_view_payment/) | 15.0.1.0.0 | | Access to the payment from an invoice
[account_invoice_view_payment](account_invoice_view_payment/) | 15.0.1.1.0 | | Access to the payment from an invoice
[account_invoice_warn_message](account_invoice_warn_message/) | 15.0.1.0.0 | | Add a popup warning on invoice to ensure warning is populated
[account_manual_currency](account_manual_currency/) | 15.0.1.0.0 | | Allows to manual currency of Accounting
[account_move_exception](account_move_exception/) | 15.0.1.0.0 | | Custom exceptions on account move
Expand Down
2 changes: 1 addition & 1 deletion account_invoice_view_payment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Account Invoice View Payment
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:039775fe8e35afccfd57939f0584bab0034e727c481229983998e3b67d113d02
!! source digest: sha256:dfc16b4badfaba41dae7e03389fa6e47a9d88fe24ad9d5f56a755ef6f4238f49
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion account_invoice_view_payment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Account Invoice View Payment",
"summary": "Access to the payment from an invoice",
"version": "15.0.1.0.0",
"version": "15.0.1.1.0",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-invoicing",
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
Expand Down
3 changes: 1 addition & 2 deletions account_invoice_view_payment/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -367,7 +366,7 @@ <h1 class="title">Account Invoice View Payment</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:039775fe8e35afccfd57939f0584bab0034e727c481229983998e3b67d113d02
!! source digest: sha256:dfc16b4badfaba41dae7e03389fa6e47a9d88fe24ad9d5f56a755ef6f4238f49
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/15.0/account_invoice_view_payment"><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-15-0/account-invoicing-15-0-account_invoice_view_payment"><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=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows users to access directly to the payment from an invoice
Expand Down

0 comments on commit a922649

Please sign in to comment.