Skip to content

Commit 12cf2a3

Browse files
committed
[IMP] purchase_invoice_new_picking_line: Run pre-commit
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
1 parent 43e33e1 commit 12cf2a3

File tree

5 files changed

+77
-37
lines changed

5 files changed

+77
-37
lines changed

purchase_invoice_new_picking_line/README.rst

+36-13
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,38 @@
22
Purchase Invoice New Picking Line
33
=================================
44

5-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
67
!! This file is generated by oca-gen-addon-readme !!
78
!! changes will be overwritten. !!
89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:9c379f34b9d5e6d548d4e72b7337416ed0b5688a166e7d265c363fc6a5b6a458
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
912
1013
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1114
:target: https://odoo-community.org/page/development-status
1215
:alt: Beta
1316
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
1417
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1518
:alt: License: AGPL-3
16-
.. |badge3| image:: https://img.shields.io/badge/github-oca%2Fpurchase--workflow-lightgray.png?logo=github
17-
:target: https://github.com/oca/purchase-workflow/tree/12.0/purchase_invoice_new_picking_line
18-
:alt: oca/purchase-workflow
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github
20+
:target: https://github.com/OCA/purchase-workflow/tree/16.0/purchase_invoice_new_picking_line
21+
:alt: OCA/purchase-workflow
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_invoice_new_picking_line
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&target_branch=16.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
1930

20-
|badge1| |badge2| |badge3|
31+
When creating an invoice from a purchase order, this module also adds invoice
32+
lines for products that were in the order's pickings but not in the order
33+
itself.
2134

22-
When creating an invoice from incoming picking,
23-
this module also adds invoice lines for product
24-
that were not in the purchase order.
35+
The use-case is to pay for misdelivered items, because sending the items back
36+
would be unnecessary work.
2537

2638
**Table of contents**
2739

@@ -31,10 +43,10 @@ that were not in the purchase order.
3143
Bug Tracker
3244
===========
3345

34-
Bugs are tracked on `GitHub Issues <https://github.com/oca/purchase-workflow/issues>`_.
46+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_.
3547
In case of trouble, please check there if your issue has already been reported.
36-
If you spotted it first, help us smashing it by providing a detailed and welcomed
37-
`feedback <https://github.com/oca/purchase-workflow/issues/new?body=module:%20purchase_invoice_new_picking_line%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
48+
If you spotted it first, help us to smash it by providing a detailed and welcomed
49+
`feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_invoice_new_picking_line%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
3850

3951
Do not contact contributors directly about support or help with technical issues.
4052

@@ -50,10 +62,21 @@ Contributors
5062
~~~~~~~~~~~~
5163

5264
* Robin Keunen <[email protected]>
65+
* Carmen Bianca BAKKER <[email protected]>
5366

5467
Maintainers
5568
~~~~~~~~~~~
5669

57-
This module is part of the `oca/purchase-workflow <https://github.com/oca/purchase-workflow/tree/12.0/purchase_invoice_new_picking_line>`_ project on GitHub.
70+
This module is maintained by the OCA.
71+
72+
.. image:: https://odoo-community.org/logo.png
73+
:alt: Odoo Community Association
74+
:target: https://odoo-community.org
75+
76+
OCA, or the Odoo Community Association, is a nonprofit organization whose
77+
mission is to support the collaborative development of Odoo features and
78+
promote its widespread use.
79+
80+
This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/16.0/purchase_invoice_new_picking_line>`_ project on GitHub.
5881

59-
You are welcome to contribute.
82+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

purchase_invoice_new_picking_line/__manifest__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
{
55
"name": "Purchase Invoice New Picking Line",
6-
"summary": "When creating an invoice from incoming picking, also adds invoice lines for product that were not in the purchase order",
6+
"summary": """When creating an invoice from incoming picking, also adds
7+
invoice lines for product that were not in the purchase order""",
78
"version": "16.0.1.0.0",
89
"author": "Coop IT Easy SCRLfs, Odoo Community Association (OCA)",
910
"category": "Purchase",

purchase_invoice_new_picking_line/static/description/index.html

+32-23
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
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" />
6-
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
5+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
76
<title>Purchase Invoice New Picking Line</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
11+
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
1615
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
16+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1817
customize this style sheet.
1918
*/
2019

@@ -366,49 +365,59 @@ <h1 class="title">Purchase Invoice New Picking Line</h1>
366365
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367366
!! This file is generated by oca-gen-addon-readme !!
368367
!! changes will be overwritten. !!
368+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369+
!! source digest: sha256:9c379f34b9d5e6d548d4e72b7337416ed0b5688a166e7d265c363fc6a5b6a458
369370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<p><a class="reference external" 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" 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" href="https://github.com/oca/purchase-workflow/tree/12.0/purchase_invoice_new_picking_line"><img alt="oca/purchase-workflow" src="https://img.shields.io/badge/github-oca%2Fpurchase--workflow-lightgray.png?logo=github" /></a></p>
371-
<p>When creating an invoice from incoming picking,
372-
this module also adds invoice lines for product
373-
that were not in the purchase order.</p>
371+
<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/purchase-workflow/tree/16.0/purchase_invoice_new_picking_line"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_invoice_new_picking_line"><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/purchase-workflow&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<p>When creating an invoice from a purchase order, this module also adds invoice
373+
lines for products that were in the order’s pickings but not in the order
374+
itself.</p>
375+
<p>The use-case is to pay for misdelivered items, because sending the items back
376+
would be unnecessary work.</p>
374377
<p><strong>Table of contents</strong></p>
375378
<div class="contents local topic" id="contents">
376379
<ul class="simple">
377-
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
378-
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
379-
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
380-
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
381-
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
380+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
381+
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
382+
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
383+
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
384+
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
382385
</ul>
383386
</li>
384387
</ul>
385388
</div>
386389
<div class="section" id="bug-tracker">
387-
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
388-
<p>Bugs are tracked on <a class="reference external" href="https://github.com/oca/purchase-workflow/issues">GitHub Issues</a>.
390+
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
391+
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
389392
In case of trouble, please check there if your issue has already been reported.
390-
If you spotted it first, help us smashing it by providing a detailed and welcomed
391-
<a class="reference external" href="https://github.com/oca/purchase-workflow/issues/new?body=module:%20purchase_invoice_new_picking_line%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
393+
If you spotted it first, help us to smash it by providing a detailed and welcomed
394+
<a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_invoice_new_picking_line%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
392395
<p>Do not contact contributors directly about support or help with technical issues.</p>
393396
</div>
394397
<div class="section" id="credits">
395-
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
398+
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
396399
<div class="section" id="authors">
397-
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
400+
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
398401
<ul class="simple">
399402
<li>Coop IT Easy SCRLfs</li>
400403
</ul>
401404
</div>
402405
<div class="section" id="contributors">
403-
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
406+
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
404407
<ul class="simple">
405408
<li>Robin Keunen &lt;<a class="reference external" href="mailto:robin&#64;coopiteasy.be">robin&#64;coopiteasy.be</a>&gt;</li>
409+
<li>Carmen Bianca BAKKER &lt;<a class="reference external" href="mailto:carmen&#64;coopiteasy.be">carmen&#64;coopiteasy.be</a>&gt;</li>
406410
</ul>
407411
</div>
408412
<div class="section" id="maintainers">
409-
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
410-
<p>This module is part of the <a class="reference external" href="https://github.com/oca/purchase-workflow/tree/12.0/purchase_invoice_new_picking_line">oca/purchase-workflow</a> project on GitHub.</p>
411-
<p>You are welcome to contribute.</p>
413+
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
414+
<p>This module is maintained by the OCA.</p>
415+
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
416+
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
417+
mission is to support the collaborative development of Odoo features and
418+
promote its widespread use.</p>
419+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/purchase-workflow/tree/16.0/purchase_invoice_new_picking_line">OCA/purchase-workflow</a> project on GitHub.</p>
420+
<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>
412421
</div>
413422
</div>
414423
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../purchase_invoice_new_picking_line
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)