Skip to content

Commit

Permalink
Merge b429972 into f9ecbdc
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Jan 16, 2020
2 parents f9ecbdc + b429972 commit 9a50436
Show file tree
Hide file tree
Showing 35 changed files with 2,043 additions and 0 deletions.
75 changes: 75 additions & 0 deletions sale_shipping_info_helper/README.rst
@@ -0,0 +1,75 @@
=========================
Sale shipping info helper
=========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |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%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/12.0/sale_shipping_info_helper
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_shipping_info_helper
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/167/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module, add a new computed field to sale order to make shipping info accessible for report or e-commerce.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/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/sale-workflow/issues/new?body=module:%20sale_shipping_info_helper%0Aversion:%2012.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
~~~~~~~

* Akretion

Contributors
~~~~~~~~~~~~

* Sébastien BEAU <sebastien.beau@akretion.com>
* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
* Denis Roussel <denis.roussel@acsone.eu>

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/sale-workflow <https://github.com/OCA/sale-workflow/tree/12.0/sale_shipping_info_helper>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions sale_shipping_info_helper/__init__.py
@@ -0,0 +1 @@
from . import models
17 changes: 17 additions & 0 deletions sale_shipping_info_helper/__manifest__.py
@@ -0,0 +1,17 @@
# Copyright 2017-To Day Akretion
# @author Sébastien BEAU <sebastien.beau@akretion.com>
# @author: Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>


{
"name": "Sale shipping info helper",
"version": "13.0.1.0.0",
"category": "Sales",
"license": "AGPL-3",
"development_status": "Production/Stable",
"summary": "Add shipping amounts on sale order",
"depends": ["sale", "delivery"],
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"installable": True,
}
56 changes: 56 additions & 0 deletions sale_shipping_info_helper/i18n/ca.po
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_shipping_info_helper
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-23 01:51+0000\n"
"PO-Revision-Date: 2017-11-23 01:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_tax
msgid "Item Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_total
msgid "Item Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_untaxed
msgid "Item Amount Untaxed"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model,name:sale_shipping_info_helper.model_sale_order
#, fuzzy
#| msgid "Sales Order"
msgid "Sale Order"
msgstr "Comandes de venda"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_tax
msgid "Shipping Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_total
msgid "Shipping Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_untaxed
msgid "Shipping Amount Untaxed"
msgstr ""
56 changes: 56 additions & 0 deletions sale_shipping_info_helper/i18n/de.po
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_shipping_info_helper
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-23 01:51+0000\n"
"PO-Revision-Date: 2017-11-23 01:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_tax
msgid "Item Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_total
msgid "Item Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_untaxed
msgid "Item Amount Untaxed"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model,name:sale_shipping_info_helper.model_sale_order
#, fuzzy
#| msgid "Sales Order"
msgid "Sale Order"
msgstr "Verkaufsauftrag"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_tax
msgid "Shipping Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_total
msgid "Shipping Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_untaxed
msgid "Shipping Amount Untaxed"
msgstr ""
57 changes: 57 additions & 0 deletions sale_shipping_info_helper/i18n/el_GR.po
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_shipping_info_helper
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-23 01:51+0000\n"
"PO-Revision-Date: 2017-11-23 01:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_tax
msgid "Item Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_total
msgid "Item Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_untaxed
msgid "Item Amount Untaxed"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model,name:sale_shipping_info_helper.model_sale_order
#, fuzzy
#| msgid "Sales Order"
msgid "Sale Order"
msgstr "Εντολή Πώλησης"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_tax
msgid "Shipping Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_total
msgid "Shipping Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_untaxed
msgid "Shipping Amount Untaxed"
msgstr ""
56 changes: 56 additions & 0 deletions sale_shipping_info_helper/i18n/es.po
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_shipping_info_helper
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-23 01:51+0000\n"
"PO-Revision-Date: 2017-11-23 01:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_tax
msgid "Item Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_total
msgid "Item Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_untaxed
msgid "Item Amount Untaxed"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model,name:sale_shipping_info_helper.model_sale_order
#, fuzzy
#| msgid "Sales Order"
msgid "Sale Order"
msgstr "Pedido de venta"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_tax
msgid "Shipping Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_total
msgid "Shipping Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_untaxed
msgid "Shipping Amount Untaxed"
msgstr ""
57 changes: 57 additions & 0 deletions sale_shipping_info_helper/i18n/es_ES.po
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_shipping_info_helper
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-23 01:51+0000\n"
"PO-Revision-Date: 2017-11-23 01:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
"es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_tax
msgid "Item Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_total
msgid "Item Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__item_amount_untaxed
msgid "Item Amount Untaxed"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model,name:sale_shipping_info_helper.model_sale_order
#, fuzzy
#| msgid "Sales Order"
msgid "Sale Order"
msgstr "Pedido de venta"

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_tax
msgid "Shipping Amount Tax"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_total
msgid "Shipping Amount Total"
msgstr ""

#. module: sale_shipping_info_helper
#: model:ir.model.fields,field_description:sale_shipping_info_helper.field_sale_order__shipping_amount_untaxed
msgid "Shipping Amount Untaxed"
msgstr ""

0 comments on commit 9a50436

Please sign in to comment.