-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #674 from camptocamp/14-add-l10n-ch-adr-report
[14.0][ADD] l10n_ch_adr_report
- Loading branch information
Showing
21 changed files
with
1,597 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
========================= | ||
ADR Products Swiss Report | ||
========================= | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github | ||
:target: https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_adr_report | ||
:alt: OCA/l10n-switzerland | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/l10n-switzerland-14-0/l10n-switzerland-14-0-l10n_ch_adr_report | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/125/14.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Report for delivery of dangerous goods. We assume that product can be defined | ||
on product and it will be the only dangerous good/(waste) on product | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-switzerland/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/l10n-switzerland/issues/new?body=module:%20l10n_ch_adr_report%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* Camptocamp | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* `Camptocamp <https://www.camptocamp.com>`_: | ||
* Iryna Vyshnevska <iryna.vyshnevska@camptocamp.com> | ||
* Carlos Serra-Toro <carlos.serra@camptocamp.com> | ||
* Iryna Vyshnevska <iryna.vyshnevska@camptocamp.com> | ||
* Matthieu Méquignon <matthieu.mequignon@camptocamp.com> | ||
* Sébastien Alix <sebastien.alix@camptocamp.com> | ||
* Thierry Ducrest <thierry.ducrest@camptocamp.com> | ||
* `Trobz <https://trobz.com>`_: | ||
* Son Ho <sonhd@trobz.com> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
|
||
The development of this module was financially supported by Camptocamp | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/l10n-switzerland <https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_adr_report>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Copyright 2021 Camptocamp SA | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) | ||
from . import report | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Copyright 2020 Camptocamp SA | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) | ||
{ | ||
"name": "ADR Products Swiss Report", | ||
"summary": "Print Delivery report to ADR swiss configuration", | ||
"version": "14.0.1.0.0", | ||
"category": "Product", | ||
"website": "https://github.com/OCA/l10n-switzerland", | ||
"author": "Camptocamp, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"application": False, | ||
"installable": True, | ||
"depends": ["l10n_eu_product_adr_dangerous_goods", "stock", "delivery"], | ||
"data": [ | ||
"report/DG_ch_delivery_report.xml", | ||
"views/assets.xml", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * l10n_ch_adr_report | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-08-06 10:55+0000\n" | ||
"PO-Revision-Date: 2020-08-06 10:55+0000\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Address" | ||
msgstr "Adresse" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Article (order according to 5.4.1.1.1 ADR)" | ||
msgstr "Artikel (Reihenfolge gem. 5.4.1.1.1 ADR)" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Company name" | ||
msgstr "Unternehmensname" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Contact person" | ||
msgstr "Konatktperson" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Container / packaging" | ||
msgstr "Gebinde / Verpackung" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Content / Pack." | ||
msgstr "Inhalt Verpackung" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model:ir.model,name:l10n_ch_adr_report.model_report_l10n_ch_adr_report_report_dg_l10n_ch | ||
msgid "Dangerous Delivery Report ADR" | ||
msgstr "" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model:ir.model.fields,field_description:l10n_ch_adr_report.field_product_product__dangerous_good | ||
#: model:ir.model.fields,field_description:l10n_ch_adr_report.field_product_template__dangerous_good | ||
msgid "Dangerous Good" | ||
msgstr "Gefahrgut" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_footer | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Date" | ||
msgstr "Datum" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Delivery note no." | ||
msgstr "Lieferschein Nr." | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model:ir.model.fields,field_description:l10n_ch_adr_report.field_report_l10n_ch_adr_report_report_dg_l10n_ch__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Factor" | ||
msgstr "Multiplikationsfaktor " | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model:ir.model.fields,field_description:l10n_ch_adr_report.field_report_l10n_ch_adr_report_report_dg_l10n_ch__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model:ir.model.fields,field_description:l10n_ch_adr_report.field_report_l10n_ch_adr_report_report_dg_l10n_ch____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Number" | ||
msgstr "Anzahl" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Points per transportation category" | ||
msgstr "Massenpunkte (MP) pro Beförderungskategorie" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Postcode / town" | ||
msgstr "PLZ / Ort" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Calculation 1000 points rule, ADR 1.1.3.6.3" | ||
msgstr "Kalkulation 1000 Punkte Regel, ADR 1.1.3.6.3" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_footer | ||
msgid "Received listed goods in good physical condition" | ||
msgstr "Aufgelistete Güter in äusserlich einwandfreiem Zustand erhalten." | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Recipient address" | ||
msgstr "Empfangsadresse" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Sender address" | ||
msgstr "Absederadresse" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_footer | ||
msgid "Signature:" | ||
msgstr "Unterschrift:" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model:ir.actions.report,name:l10n_ch_adr_report.action_report_dg_l10n_ch | ||
msgid "Swiss Dangerous Goods Report" | ||
msgstr "" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Total Points" | ||
msgstr "Total Punkte:" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Total of transported units" | ||
msgstr "Summe der beförderten Mengen " | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_product_block | ||
msgid "Transport category (BK)" | ||
msgstr "Beförderungskategorie (BK)" | ||
|
||
#. module: l10n_ch_adr_report | ||
#: model_terms:ir.ui.view,arch_db:l10n_ch_adr_report.report_dg_swiss_partner_block | ||
msgid "Transportation paper" | ||
msgstr "ADR Transportpapier" |
Oops, something went wrong.