Skip to content

Commit 111deb8

Browse files
OCA-git-botManfredNelvin-Dev
authored andcommitted
[BOT] post-merge updates
1 parent e49447a commit 111deb8

2 files changed

Lines changed: 34 additions & 22 deletions

File tree

stock_account_operating_unit/README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=======================================
26
Stock account moves with Operating Unit
37
=======================================
@@ -7,13 +11,13 @@ Stock account moves with Operating Unit
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:4c1b8e31f015492e7d5387ff3f79eeb230a94add7a9e551203bc5cac586b2dfd
14+
!! source digest: sha256:872054dcf798ba84e28378c2656a5fc15a5ae4347137521a870e9e464a3d80ac
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Foperating--unit-lightgray.png?logo=github
@@ -61,13 +65,13 @@ Credits
6165
Authors
6266
~~~~~~~
6367

64-
* Eficent Business and IT Consulting Services S.L.
68+
* ForgeFlow
6569
* Serpent Consulting Services Pvt. Ltd.
6670

6771
Contributors
6872
~~~~~~~~~~~~
6973

70-
* Eficent Business and IT Consulting Services S.L. <contact@eficent.com>
74+
* ForgeFlow, S.L. <contact@forgeflow.com>
7175
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
7276
* Jarsa Sistemas <info@jarsa.com.mx>
7377

stock_account_operating_unit/static/description/index.html

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Stock account moves with Operating Unit</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="stock-account-moves-with-operating-unit">
364-
<h1 class="title">Stock account moves with Operating Unit</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="stock-account-moves-with-operating-unit">
370+
<h1>Stock account moves with Operating Unit</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:4c1b8e31f015492e7d5387ff3f79eeb230a94add7a9e551203bc5cac586b2dfd
375+
!! source digest: sha256:872054dcf798ba84e28378c2656a5fc15a5ae4347137521a870e9e464a3d80ac
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/operating-unit/tree/15.0/stock_account_operating_unit"><img alt="OCA/operating-unit" src="https://img.shields.io/badge/github-OCA%2Foperating--unit-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/operating-unit-15-0/operating-unit-15-0-stock_account_operating_unit"><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/operating-unit&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/operating-unit/tree/15.0/stock_account_operating_unit"><img alt="OCA/operating-unit" src="https://img.shields.io/badge/github-OCA%2Foperating--unit-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/operating-unit-15-0/operating-unit-15-0-stock_account_operating_unit"><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/operating-unit&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module introduces the following features:</p>
374379
<ul class="simple">
375380
<li>Creates account move lines when stock moves are posted between internal
@@ -389,40 +394,42 @@ <h1 class="title">Stock account moves with Operating Unit</h1>
389394
</ul>
390395
</div>
391396
<div class="section" id="usage">
392-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
393398
<p>Create stock moves between internal locations within the same company, but
394399
different OU’s. The journal entries are created and they are self-balanced
395400
within the OU when the journal entries are posted</p>
396401
</div>
397402
<div class="section" id="bug-tracker">
398-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
403+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
399404
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/operating-unit/issues">GitHub Issues</a>.
400405
In case of trouble, please check there if your issue has already been reported.
401406
If you spotted it first, help us to smash it by providing a detailed and welcomed
402407
<a class="reference external" href="https://github.com/OCA/operating-unit/issues/new?body=module:%20stock_account_operating_unit%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
403408
<p>Do not contact contributors directly about support or help with technical issues.</p>
404409
</div>
405410
<div class="section" id="credits">
406-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
411+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
407412
<div class="section" id="authors">
408-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
413+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
409414
<ul class="simple">
410-
<li>Eficent Business and IT Consulting Services S.L.</li>
415+
<li>ForgeFlow</li>
411416
<li>Serpent Consulting Services Pvt. Ltd.</li>
412417
</ul>
413418
</div>
414419
<div class="section" id="contributors">
415-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
420+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
416421
<ul class="simple">
417-
<li>Eficent Business and IT Consulting Services S.L. &lt;<a class="reference external" href="mailto:contact&#64;eficent.com">contact&#64;eficent.com</a>&gt;</li>
422+
<li>ForgeFlow, S.L. &lt;<a class="reference external" href="mailto:contact&#64;forgeflow.com">contact&#64;forgeflow.com</a>&gt;</li>
418423
<li>Serpent Consulting Services Pvt. Ltd. &lt;<a class="reference external" href="mailto:support&#64;serpentcs.com">support&#64;serpentcs.com</a>&gt;</li>
419424
<li>Jarsa Sistemas &lt;<a class="reference external" href="mailto:info&#64;jarsa.com.mx">info&#64;jarsa.com.mx</a>&gt;</li>
420425
</ul>
421426
</div>
422427
<div class="section" id="maintainers">
423-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
428+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
424429
<p>This module is maintained by the OCA.</p>
425-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
430+
<a class="reference external image-reference" href="https://odoo-community.org">
431+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
432+
</a>
426433
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
427434
mission is to support the collaborative development of Odoo features and
428435
promote its widespread use.</p>
@@ -431,5 +438,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
431438
</div>
432439
</div>
433440
</div>
441+
</div>
434442
</body>
435443
</html>

0 commit comments

Comments
 (0)