Skip to content

Commit 0cf341d

Browse files
committed
[BOT] post-merge updates
1 parent a262683 commit 0cf341d

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ addon | version | maintainers | summary
3232
[account_loan](account_loan/) | 17.0.1.0.1 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Account Loan management
3333
[account_lock_date_update](account_lock_date_update/) | 17.0.1.0.1 | | Allow an Account adviser to update locking date without having access to all technical settings
3434
[account_move_budget](account_move_budget/) | 17.0.1.0.0 | | Create Accounting Budgets
35-
[account_move_line_purchase_info](account_move_line_purchase_info/) | 17.0.1.0.0 | | Introduces the purchase order line to the journal items
35+
[account_move_line_purchase_info](account_move_line_purchase_info/) | 17.0.1.0.1 | | Introduces the purchase order line to the journal items
3636
[account_move_line_sale_info](account_move_line_sale_info/) | 17.0.1.0.0 | | Introduces the purchase order line to the journal items
3737
[account_move_line_tax_editable](account_move_line_tax_editable/) | 17.0.1.0.0 | | Allows to edit taxes on non-posted account move lines
3838
[account_move_name_sequence](account_move_name_sequence/) | 17.0.1.0.5 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence

account_move_line_purchase_info/README.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Account Move Line Purchase Info
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:9fb7d1e0129d9a0e2d8df2dd2de2ad8bfdadc30ba3bbeac6c9f0498959146dca
10+
!! source digest: sha256:3fb2506f25919f305c6f2c0d62879972cbf39281bdfe0bc94407b07731ae4613
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -44,10 +44,10 @@ Usage
4444
The purchase order line will be automatically copied to the journal
4545
items.
4646

47-
- When a supplier invoice is created referencing purchase orders, the
48-
purchase order line will be copied to the corresponding journal item.
49-
- When a stock move is validated and generates a journal entry, the
50-
purchase order line is copied to the account move line.
47+
- When a supplier invoice is created referencing purchase orders, the
48+
purchase order line will be copied to the corresponding journal item.
49+
- When a stock move is validated and generates a journal entry, the
50+
purchase order line is copied to the account move line.
5151

5252
Bug Tracker
5353
===========
@@ -70,9 +70,9 @@ Authors
7070
Contributors
7171
------------
7272

73-
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
74-
- Héctor Villarreal <hector.villarreal@forgeflow.com>
75-
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
73+
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
74+
- Héctor Villarreal <hector.villarreal@forgeflow.com>
75+
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
7676

7777
Maintainers
7878
-----------

account_move_line_purchase_info/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Account Move Line Purchase Info",
77
"summary": "Introduces the purchase order line to the journal items",
8-
"version": "17.0.1.0.0",
8+
"version": "17.0.1.0.1",
99
"author": "ForgeFlow, Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/account-financial-tools",
1111
"category": "Generic",

account_move_line_purchase_info/static/description/index.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -366,7 +367,7 @@ <h1 class="title">Account Move Line Purchase Info</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:9fb7d1e0129d9a0e2d8df2dd2de2ad8bfdadc30ba3bbeac6c9f0498959146dca
370+
!! source digest: sha256:3fb2506f25919f305c6f2c0d62879972cbf39281bdfe0bc94407b07731ae4613
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<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-financial-tools/tree/17.0/account_move_line_purchase_info"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_move_line_purchase_info"><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-financial-tools&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module will add the purchase order line to journal items.</p>
@@ -423,7 +424,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
423424
<div class="section" id="maintainers">
424425
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
425426
<p>This module is maintained by the OCA.</p>
426-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
427+
<a class="reference external image-reference" href="https://odoo-community.org">
428+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
429+
</a>
427430
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
428431
mission is to support the collaborative development of Odoo features and
429432
promote its widespread use.</p>

0 commit comments

Comments
 (0)