Skip to content

Commit 12752af

Browse files
delivery_roulier_dpd_fr : Add maintainer and fix pre-commit
1 parent f170fbb commit 12752af

File tree

4 files changed

+533
-1
lines changed

4 files changed

+533
-1
lines changed

delivery_roulier_dpd_fr/README.rst

+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
=======================
2+
Delivery Carrier DPD FR
3+
=======================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:a52566f87c06596b2876559ef6c21813d482cdc5180b37512ba8da8f2f6a3d31
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/16.0/delivery_roulier_dpd_fr
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-16-0/delivery-carrier-16-0-delivery_roulier_dpd_fr
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=16.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
Send and track parcels with DPD France.
32+
33+
Products available: 'Classic', 'Predict', and 'Relais'. (previously known as Ici Relais and Exapaq).
34+
35+
**Table of contents**
36+
37+
.. contents::
38+
:local:
39+
40+
Configuration
41+
=============
42+
43+
* company form (Settings > Companies > Companies): complete address of the company, including phone number
44+
45+
* configuration the DPD account informations (Inventory > COnfiguration > Delivery > Carrier Account)
46+
47+
Bug Tracker
48+
===========
49+
50+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
51+
In case of trouble, please check there if your issue has already been reported.
52+
If you spotted it first, help us to smash it by providing a detailed and welcomed
53+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_roulier_dpd_fr%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
54+
55+
Do not contact contributors directly about support or help with technical issues.
56+
57+
Credits
58+
=======
59+
60+
Authors
61+
~~~~~~~
62+
63+
* Akretion
64+
65+
Contributors
66+
~~~~~~~~~~~~
67+
68+
* Raphaël REVERDY <raphael.reverdy@akretion.com>
69+
* Florian DA COSTA <florian.dacosta@akretion.com>
70+
* Eric Bouhana <monsieurb@saaslys.com>
71+
72+
Maintainers
73+
~~~~~~~~~~~
74+
75+
This module is maintained by the OCA.
76+
77+
.. image:: https://odoo-community.org/logo.png
78+
:alt: Odoo Community Association
79+
:target: https://odoo-community.org
80+
81+
OCA, or the Odoo Community Association, is a nonprofit organization whose
82+
mission is to support the collaborative development of Odoo features and
83+
promote its widespread use.
84+
85+
.. |maintainer-florian-dacosta| image:: https://github.com/florian-dacosta.png?size=40px
86+
:target: https://github.com/florian-dacosta
87+
:alt: florian-dacosta
88+
89+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
90+
91+
|maintainer-florian-dacosta|
92+
93+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_roulier_dpd_fr>`_ project on GitHub.
94+
95+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

delivery_roulier_dpd_fr/__manifest__.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"author": "Akretion, Odoo Community Association (OCA)",
77
"summary": "Generate Labels for DPD",
88
"category": "Warehouse",
9+
"maintainers": ["florian-dacosta"],
910
"depends": [
1011
"delivery_roulier",
1112
],

0 commit comments

Comments
 (0)