|
| 1 | +=============================== |
| 2 | +Delivery Carrier Shipping 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:4fe4b408850191ac08d98293294acc226617419145b2c065873039d185b43f67 |
| 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/18.0/delivery_carrier_shipping_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-18-0/delivery-carrier-18-0-delivery_carrier_shipping_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=18.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module is kind of a technical module as it adds a new model |
| 32 | +inheriting the ir.attachment which purpose is to isolate the shipping |
| 33 | +label and eventually add some specific fields for this kind of document. |
| 34 | +The final main goal beeing to identifiy these shipping labels from the |
| 35 | +other documents attached to a picking in order to send it to the right |
| 36 | +printer. |
| 37 | + |
| 38 | +**Table of contents** |
| 39 | + |
| 40 | +.. contents:: |
| 41 | + :local: |
| 42 | + |
| 43 | +Usage |
| 44 | +===== |
| 45 | + |
| 46 | +This module is meant to be used in carrier specific implementation. In |
| 47 | +the carrier specific label generation method |
| 48 | +(delivery.carrier.mycarrier_send_shipping), include the label |
| 49 | +information in the result with a dedicated key labels. These labels will |
| 50 | +then be attached to the picking and isolated in the dedicated attachment |
| 51 | +table. { "labels": [{ "name": "mylabel", "file": base64_label, |
| 52 | +"file_type": "zpl", # optional "package_id": package_id, # optional } ] |
| 53 | +} |
| 54 | + |
| 55 | +Bug Tracker |
| 56 | +=========== |
| 57 | + |
| 58 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_. |
| 59 | +In case of trouble, please check there if your issue has already been reported. |
| 60 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 61 | +`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_carrier_shipping_label%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 62 | + |
| 63 | +Do not contact contributors directly about support or help with technical issues. |
| 64 | + |
| 65 | +Credits |
| 66 | +======= |
| 67 | + |
| 68 | +Authors |
| 69 | +------- |
| 70 | + |
| 71 | +* Camptocamp |
| 72 | +* Akretion |
| 73 | + |
| 74 | +Contributors |
| 75 | +------------ |
| 76 | + |
| 77 | +- David BEAL <david.beal@akretion.com> |
| 78 | +- Sébastien BEAU <sebastien.beau@akretion.com> |
| 79 | +- Yannick Vaucher <yannick.vaucher@camptocamp.com> |
| 80 | +- Alexis de Lattre <alexis.delattre@akretion.com> |
| 81 | +- Angel Moya <angel.moya@pesol.es> |
| 82 | +- Ismael Calvo <ismael.calvo@factorlibre.com> |
| 83 | +- Dave Lasley <dave@laslabs.com> |
| 84 | +- Timothée Ringeard <timothee.ringeard@camptocamp.com> |
| 85 | +- Pimolnat Suntian <pimolnats@ecosoft.co.th> |
| 86 | +- Raphaël Reverdy <raphael.reverdy@akretion.com> |
| 87 | + |
| 88 | +Maintainers |
| 89 | +----------- |
| 90 | + |
| 91 | +This module is maintained by the OCA. |
| 92 | + |
| 93 | +.. image:: https://odoo-community.org/logo.png |
| 94 | + :alt: Odoo Community Association |
| 95 | + :target: https://odoo-community.org |
| 96 | + |
| 97 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 98 | +mission is to support the collaborative development of Odoo features and |
| 99 | +promote its widespread use. |
| 100 | + |
| 101 | +This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/18.0/delivery_carrier_shipping_label>`_ project on GitHub. |
| 102 | + |
| 103 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments