Skip to content

Commit dc67d3f

Browse files
committed
[IMP] purchase_invoice_new_picking_line: Run pre-commit
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
1 parent 15ac1d9 commit dc67d3f

File tree

5 files changed

+75
-39
lines changed

5 files changed

+75
-39
lines changed

purchase_invoice_new_picking_line/README.rst

+35-15
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,35 @@
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-
20-
|badge1| |badge2| |badge3|
21-
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.
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|
30+
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.
2534

2635
**Table of contents**
2736

@@ -31,10 +40,10 @@ that were not in the purchase order.
3140
Bug Tracker
3241
===========
3342

34-
Bugs are tracked on `GitHub Issues <https://github.com/oca/purchase-workflow/issues>`_.
43+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_.
3544
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**>`_.
45+
If you spotted it first, help us to smash it by providing a detailed and welcomed
46+
`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**>`_.
3847

3948
Do not contact contributors directly about support or help with technical issues.
4049

@@ -50,10 +59,21 @@ Contributors
5059
~~~~~~~~~~~~
5160

5261
* Robin Keunen <[email protected]>
62+
* Carmen Bianca BAKKER <[email protected]>
5363

5464
Maintainers
5565
~~~~~~~~~~~
5666

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.
67+
This module is maintained by the OCA.
68+
69+
.. image:: https://odoo-community.org/logo.png
70+
:alt: Odoo Community Association
71+
:target: https://odoo-community.org
72+
73+
OCA, or the Odoo Community Association, is a nonprofit organization whose
74+
mission is to support the collaborative development of Odoo features and
75+
promote its widespread use.
76+
77+
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.
5878

59-
You are welcome to contribute.
79+
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

+31-23
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
77
<title>Purchase Invoice New Picking Line</title>
88
<style type="text/css">
99

1010
/*
1111
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
12+
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
1313
:Copyright: This stylesheet has been placed in the public domain.
1414
1515
Default cascading style sheet for the HTML output of Docutils.
1616
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
1919
*/
2020

@@ -366,49 +366,57 @@ <h1 class="title">Purchase Invoice New Picking Line</h1>
366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+
!! source digest: sha256:9c379f34b9d5e6d548d4e72b7337416ed0b5688a166e7d265c363fc6a5b6a458
369371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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>
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/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>
373+
<p>When creating an invoice from a purchase order, this module also adds invoice
374+
lines for products that were in the order’s pickings but not in the order
375+
itself.</p>
374376
<p><strong>Table of contents</strong></p>
375377
<div class="contents local topic" id="contents">
376378
<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>
379+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
380+
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
381+
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
382+
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
383+
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
382384
</ul>
383385
</li>
384386
</ul>
385387
</div>
386388
<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>.
389+
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
390+
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
389391
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>
392+
If you spotted it first, help us to smash it by providing a detailed and welcomed
393+
<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>
392394
<p>Do not contact contributors directly about support or help with technical issues.</p>
393395
</div>
394396
<div class="section" id="credits">
395-
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
397+
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
396398
<div class="section" id="authors">
397-
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
399+
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
398400
<ul class="simple">
399401
<li>Coop IT Easy SCRLfs</li>
400402
</ul>
401403
</div>
402404
<div class="section" id="contributors">
403-
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
405+
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
404406
<ul class="simple">
405407
<li>Robin Keunen &lt;<a class="reference external" href="mailto:robin&#64;coopiteasy.be">robin&#64;coopiteasy.be</a>&gt;</li>
408+
<li>Carmen Bianca BAKKER &lt;<a class="reference external" href="mailto:carmen&#64;coopiteasy.be">carmen&#64;coopiteasy.be</a>&gt;</li>
406409
</ul>
407410
</div>
408411
<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>
412+
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
413+
<p>This module is maintained by the OCA.</p>
414+
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
415+
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
416+
mission is to support the collaborative development of Odoo features and
417+
promote its widespread use.</p>
418+
<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>
419+
<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>
412420
</div>
413421
</div>
414422
</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)