Skip to content

Commit 9cf339a

Browse files
committed
[BOT] post-merge updates
1 parent 9a79ff2 commit 9cf339a

File tree

6 files changed

+579
-1
lines changed

6 files changed

+579
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ addon | version | maintainers | summary
5555
[delivery_price_product_domain](delivery_price_product_domain/) | 14.0.1.0.4 | [![solo4games](https://github.com/solo4games.png?size=30px)](https://github.com/solo4games) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | Apply domain to product in shipping charges rules
5656
[delivery_price_rule_untaxed](delivery_price_rule_untaxed/) | 14.0.1.0.3 | [![AshishHirapara](https://github.com/AshishHirapara.png?size=30px)](https://github.com/AshishHirapara) | Add untaxed amount to variables for price delivery price rule
5757
[delivery_purchase](delivery_purchase/) | 14.0.1.3.0 | | Delivery costs in purchases
58+
[delivery_purchase_label](delivery_purchase_label/) | 14.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Allows printing carrier delivery labels for a dropshipping vendor.
5859
[delivery_roulier](delivery_roulier/) | 14.0.1.1.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Integration of multiple carriers
5960
[delivery_roulier_chronopost_fr](delivery_roulier_chronopost_fr/) | 14.0.1.0.1 | | Delivery Chronopost France
6061
[delivery_roulier_laposte_fr](delivery_roulier_laposte_fr/) | 14.0.1.2.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Generate Label for La Poste/Colissimo

delivery_purchase_label/README.rst

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
=======================
2+
Delivery Purchase Label
3+
=======================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:7f17ea31d0bf15432ca05c7699c608f0deeea0039ceb50f1c5b2c85d7e174bb2
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github
20+
:target: https://github.com/OCA/delivery-carrier/tree/14.0/delivery_purchase_label
21+
:alt: OCA/delivery-carrier
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_purchase_label
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/delivery-carrier&target_branch=14.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
Print delivery labels for dropshipping purchase order.
32+
Useful when the vendor that will process the order does not have the
33+
capabilities to print the transporter labels needed for the delivery.
34+
35+
This is done by creating and processing a stock transfer with the source
36+
and destination location set as the vendor location. And the carrier set.
37+
38+
The transporter being used is the one set on the `Purchase Delivery Method` of the
39+
vendor in the "Sales & Purchase" tab.
40+
41+
A new operation type is created by the module and used for the transfer.
42+
All attachment (should be only the labels) on the transfer are then attached
43+
to the email send to the vendor (rfq or po).
44+
When the purchase order is still in draft the labels are regenerated everytime
45+
the email is sent.
46+
47+
**Table of contents**
48+
49+
.. contents::
50+
:local:
51+
52+
Configuration
53+
=============
54+
55+
On the partner form a new field `Purchase Delivery Method` allows to select
56+
the carrier that will be used by the supplier to send the goods.
57+
58+
In "Inventory > Configuration > Delivery > Shipping Methods", a new field
59+
`Operation Type for Sending Labels`
60+
allows to select the operation type to use for the stock transfer that will
61+
generate the required labels.
62+
If that field is not set, there will be no changes to the normal flow.
63+
64+
Bug Tracker
65+
===========
66+
67+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
68+
In case of trouble, please check there if your issue has already been reported.
69+
If you spotted it first, help us to smash it by providing a detailed and welcomed
70+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_purchase_label%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
71+
72+
Do not contact contributors directly about support or help with technical issues.
73+
74+
Credits
75+
=======
76+
77+
Authors
78+
~~~~~~~
79+
80+
* Camptocamp
81+
* BCIM
82+
83+
Contributors
84+
~~~~~~~~~~~~
85+
86+
* Thierry Ducrest <thierry.ducrest@camptocamp.com>
87+
* Michael Tietz (MT Software) <mtietz@mt-software.de>
88+
89+
Design
90+
~~~~~~
91+
92+
* Jacques-Etienne Baudoux <je@bcim.be>
93+
94+
Maintainers
95+
~~~~~~~~~~~
96+
97+
This module is maintained by the OCA.
98+
99+
.. image:: https://odoo-community.org/logo.png
100+
:alt: Odoo Community Association
101+
:target: https://odoo-community.org
102+
103+
OCA, or the Odoo Community Association, is a nonprofit organization whose
104+
mission is to support the collaborative development of Odoo features and
105+
promote its widespread use.
106+
107+
.. |maintainer-TDu| image:: https://github.com/TDu.png?size=40px
108+
:target: https://github.com/TDu
109+
:alt: TDu
110+
.. |maintainer-jbaudoux| image:: https://github.com/jbaudoux.png?size=40px
111+
:target: https://github.com/jbaudoux
112+
:alt: jbaudoux
113+
114+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
115+
116+
|maintainer-TDu| |maintainer-jbaudoux|
117+
118+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/14.0/delivery_purchase_label>`_ project on GitHub.
119+
120+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Loading

0 commit comments

Comments
 (0)