Skip to content

Commit add4c6f

Browse files
[IMP] pre-commit fixes
1 parent 111deb8 commit add4c6f

7 files changed

Lines changed: 42 additions & 52 deletions

File tree

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
=======================================
62
Stock account moves with Operating Unit
73
=======================================
@@ -17,25 +13,25 @@ Stock account moves with Operating Unit
1713
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1814
:target: https://odoo-community.org/page/development-status
1915
:alt: Beta
20-
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
16+
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
2117
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
2218
:alt: License: LGPL-3
2319
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Foperating--unit-lightgray.png?logo=github
24-
:target: https://github.com/OCA/operating-unit/tree/15.0/stock_account_operating_unit
20+
:target: https://github.com/OCA/operating-unit/tree/18.0/stock_account_operating_unit
2521
:alt: OCA/operating-unit
2622
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27-
:target: https://translation.odoo-community.org/projects/operating-unit-15-0/operating-unit-15-0-stock_account_operating_unit
23+
:target: https://translation.odoo-community.org/projects/operating-unit-18-0/operating-unit-18-0-stock_account_operating_unit
2824
:alt: Translate me on Weblate
2925
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30-
:target: https://runboat.odoo-community.org/builds?repo=OCA/operating-unit&target_branch=15.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/operating-unit&target_branch=18.0
3127
:alt: Try me on Runboat
3228

3329
|badge1| |badge2| |badge3| |badge4| |badge5|
3430

3531
This module introduces the following features:
3632

37-
- Creates account move lines when stock moves are posted between internal
38-
locations within the same company, but different OU’s.
33+
- Creates account move lines when stock moves are posted between
34+
internal locations within the same company, but different OU’s.
3935

4036
**Table of contents**
4137

@@ -45,38 +41,38 @@ This module introduces the following features:
4541
Usage
4642
=====
4743

48-
Create stock moves between internal locations within the same company, but
49-
different OU’s. The journal entries are created and they are self-balanced
50-
within the OU when the journal entries are posted
44+
Create stock moves between internal locations within the same company,
45+
but different OU’s. The journal entries are created and they are
46+
self-balanced within the OU when the journal entries are posted
5147

5248
Bug Tracker
5349
===========
5450

5551
Bugs are tracked on `GitHub Issues <https://github.com/OCA/operating-unit/issues>`_.
5652
In case of trouble, please check there if your issue has already been reported.
5753
If you spotted it first, help us to smash it by providing a detailed and welcomed
58-
`feedback <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**>`_.
54+
`feedback <https://github.com/OCA/operating-unit/issues/new?body=module:%20stock_account_operating_unit%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5955

6056
Do not contact contributors directly about support or help with technical issues.
6157

6258
Credits
6359
=======
6460

6561
Authors
66-
~~~~~~~
62+
-------
6763

6864
* ForgeFlow
6965
* Serpent Consulting Services Pvt. Ltd.
7066

7167
Contributors
72-
~~~~~~~~~~~~
68+
------------
7369

74-
* ForgeFlow, S.L. <contact@forgeflow.com>
75-
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
76-
* Jarsa Sistemas <info@jarsa.com.mx>
70+
- ForgeFlow, S.L. <contact@forgeflow.com>
71+
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
72+
- Jarsa Sistemas <info@jarsa.com.mx>
7773

7874
Maintainers
79-
~~~~~~~~~~~
75+
-----------
8076

8177
This module is maintained by the OCA.
8278

@@ -88,6 +84,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
8884
mission is to support the collaborative development of Odoo features and
8985
promote its widespread use.
9086

91-
This module is part of the `OCA/operating-unit <https://github.com/OCA/operating-unit/tree/15.0/stock_account_operating_unit>`_ project on GitHub.
87+
This module is part of the `OCA/operating-unit <https://github.com/OCA/operating-unit/tree/18.0/stock_account_operating_unit>`_ project on GitHub.
9288

9389
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- ForgeFlow, S.L. \<contact@forgeflow.com\>
2+
- Serpent Consulting Services Pvt. Ltd. \<support@serpentcs.com\>
3+
- Jarsa Sistemas \<info@jarsa.com.mx\>

stock_account_operating_unit/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This module introduces the following features:
22

3-
- Creates account move lines when stock moves are posted between internal
4-
locations within the same company, but different OU’s.
3+
- Creates account move lines when stock moves are posted between
4+
internal locations within the same company, but different OU’s.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Create stock moves between internal locations within the same company,
2+
but different OU’s. The journal entries are created and they are
3+
self-balanced within the OU when the journal entries are posted

stock_account_operating_unit/readme/USAGE.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

stock_account_operating_unit/static/description/index.html

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>README.rst</title>
6+
<title>Stock account moves with Operating Unit</title>
77
<style type="text/css">
88

99
/*
@@ -360,25 +360,20 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document">
363+
<div class="document" id="stock-account-moves-with-operating-unit">
364+
<h1 class="title">Stock account moves with Operating Unit</h1>
364365

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>
371366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
372367
!! This file is generated by oca-gen-addon-readme !!
373368
!! changes will be overwritten. !!
374369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375370
!! source digest: sha256:872054dcf798ba84e28378c2656a5fc15a5ae4347137521a870e9e464a3d80ac
376371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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>
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/18.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-18-0/operating-unit-18-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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378373
<p>This module introduces the following features:</p>
379374
<ul class="simple">
380-
<li>Creates account move lines when stock moves are posted between internal
381-
locations within the same company, but different OU’s.</li>
375+
<li>Creates account move lines when stock moves are posted between
376+
internal locations within the same company, but different OU’s.</li>
382377
</ul>
383378
<p><strong>Table of contents</strong></p>
384379
<div class="contents local topic" id="contents">
@@ -394,50 +389,49 @@ <h1>Stock account moves with Operating Unit</h1>
394389
</ul>
395390
</div>
396391
<div class="section" id="usage">
397-
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
398-
<p>Create stock moves between internal locations within the same company, but
399-
different OU’s. The journal entries are created and they are self-balanced
400-
within the OU when the journal entries are posted</p>
392+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
393+
<p>Create stock moves between internal locations within the same company,
394+
but different OU’s. The journal entries are created and they are
395+
self-balanced within the OU when the journal entries are posted</p>
401396
</div>
402397
<div class="section" id="bug-tracker">
403-
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
398+
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
404399
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/operating-unit/issues">GitHub Issues</a>.
405400
In case of trouble, please check there if your issue has already been reported.
406401
If you spotted it first, help us to smash it by providing a detailed and welcomed
407-
<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>
402+
<a class="reference external" href="https://github.com/OCA/operating-unit/issues/new?body=module:%20stock_account_operating_unit%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
408403
<p>Do not contact contributors directly about support or help with technical issues.</p>
409404
</div>
410405
<div class="section" id="credits">
411-
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
406+
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
412407
<div class="section" id="authors">
413-
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
408+
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
414409
<ul class="simple">
415410
<li>ForgeFlow</li>
416411
<li>Serpent Consulting Services Pvt. Ltd.</li>
417412
</ul>
418413
</div>
419414
<div class="section" id="contributors">
420-
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
415+
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
421416
<ul class="simple">
422417
<li>ForgeFlow, S.L. &lt;<a class="reference external" href="mailto:contact&#64;forgeflow.com">contact&#64;forgeflow.com</a>&gt;</li>
423418
<li>Serpent Consulting Services Pvt. Ltd. &lt;<a class="reference external" href="mailto:support&#64;serpentcs.com">support&#64;serpentcs.com</a>&gt;</li>
424419
<li>Jarsa Sistemas &lt;<a class="reference external" href="mailto:info&#64;jarsa.com.mx">info&#64;jarsa.com.mx</a>&gt;</li>
425420
</ul>
426421
</div>
427422
<div class="section" id="maintainers">
428-
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
423+
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
429424
<p>This module is maintained by the OCA.</p>
430425
<a class="reference external image-reference" href="https://odoo-community.org">
431426
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
432427
</a>
433428
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
434429
mission is to support the collaborative development of Odoo features and
435430
promote its widespread use.</p>
436-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/operating-unit/tree/15.0/stock_account_operating_unit">OCA/operating-unit</a> project on GitHub.</p>
431+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/operating-unit/tree/18.0/stock_account_operating_unit">OCA/operating-unit</a> project on GitHub.</p>
437432
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
438433
</div>
439434
</div>
440435
</div>
441-
</div>
442436
</body>
443437
</html>

0 commit comments

Comments
 (0)