Skip to content

Commit f6fd6b0

Browse files
committed
[BOT] post-merge updates
1 parent c4fb490 commit f6fd6b0

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ addon | version | maintainers | summary
3131
[account_invoice_tax_note](account_invoice_tax_note/) | 19.0.1.0.0 | | Print tax notes on customer invoices
3232
[account_invoice_triple_discount](account_invoice_triple_discount/) | 19.0.1.0.0 | | Manage triple discount on invoice lines
3333
[portal_account_personal_data_only](portal_account_personal_data_only/) | 19.0.1.0.0 | | Portal Accounting Personal Data Only
34+
[product_form_account_move_line_link](product_form_account_move_line_link/) | 19.0.1.0.0 | | Adds a button on product forms to access Journal Items
3435
[sale_order_invoicing_qty_percentage](sale_order_invoicing_qty_percentage/) | 19.0.1.0.0 | <a href='https://github.com/pedrobaeza'><img src='https://github.com/pedrobaeza.png' width='32' height='32' style='border-radius:50%;' alt='pedrobaeza'/></a> | Sales order invoicing by percentage of the quantity
3536

3637
[//]: # (end addons)

product_form_account_move_line_link/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Product From Account Move Line Link
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:ca42bfc0cc7ed03f5abff5b17c3807e6ceef645b240e2375b5aacbe4c39ee654
14+
!! source digest: sha256:fd85965d82fc9e5e1d0550ab2cc7fa6f3192267ef11d1b9ff24f8d978a915390
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -68,7 +68,7 @@ Authors
6868
Contributors
6969
------------
7070

71-
- Jaume Bernaus <jaume.bernaus@forgeflow.com>
71+
- Jaume Bernaus <jaume.bernaus@forgeflow.com>
7272

7373
Maintainers
7474
-----------

product_form_account_move_line_link/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Product From Account Move Line Link</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:ca42bfc0cc7ed03f5abff5b17c3807e6ceef645b240e2375b5aacbe4c39ee654
375+
!! source digest: sha256:fd85965d82fc9e5e1d0550ab2cc7fa6f3192267ef11d1b9ff24f8d978a915390
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoicing/tree/19.0/product_form_account_move_line_link"><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-19-0/account-invoicing-19-0-product_form_account_move_line_link"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>Adds a button on product forms to access Journal Items</p>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-account-invoicing"
3-
version = "19.0.20260326.1"
3+
version = "19.0.20260408.0"
44
dependencies = [
55
"odoo-addon-account_global_discount==19.0.*",
66
"odoo-addon-account_invoice_fixed_discount==19.0.*",
@@ -11,6 +11,7 @@ dependencies = [
1111
"odoo-addon-account_invoice_tax_note==19.0.*",
1212
"odoo-addon-account_invoice_triple_discount==19.0.*",
1313
"odoo-addon-portal_account_personal_data_only==19.0.*",
14+
"odoo-addon-product_form_account_move_line_link==19.0.*",
1415
"odoo-addon-sale_order_invoicing_qty_percentage==19.0.*",
1516
]
1617
classifiers=[

0 commit comments

Comments
 (0)