Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.0][MIG] sale_order_line_date #984

Merged
merged 15 commits into from Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
91 changes: 91 additions & 0 deletions sale_order_line_date/README.rst
@@ -0,0 +1,91 @@
====================
Sale Order Line Date
====================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/12.0/sale_order_line_date
: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_order_line_date
: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 adds a commitment date to each sale order line and propagate it to
stock moves and pickings.
When the commitment date of the whole sale order is modified, the commitment date
of the lines change to match if necessary.

**Table of contents**

.. contents::
:local:

Configuration
=============

To configure this module, you need to:

#. Go to 'Configuration > Sales > Shipping' and check "Delivery Date".

Usage
=====

Create a Quotation or a Sales Order and it fills the requested date in the sale
order line

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_order_line_date%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
=======

* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
* Esther Martín <esthermartin@avanzosc.es>
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Ana Juaristi <anajuaristi@avanzosc.es>
* Jordi Ballester <jordi.ballester@eficent.com>
* Aaron Henriquez <ahenriquez@eficent.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
* Mykhailo Panarin <m.panarin@mobilunity.com>
* Open-Net Sàrl <jae@open-net.ch>
* Miquel Raïch <miquel.raich@eficent.com>

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_order_line_date>`_ 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_order_line_date/__init__.py
@@ -0,0 +1 @@
from . import models
27 changes: 27 additions & 0 deletions sale_order_line_date/__manifest__.py
@@ -0,0 +1,27 @@
# © 2016 OdooMRP team
# © 2016 AvanzOSC
# © 2016 Serv. Tecnol. Avanzados - Pedro M. Baeza
# © 2016 Eficent Business and IT Consulting Services, S.L.
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
# Copyright 2018 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)

{
"name": "Sale Order Line Date",
"version": "12.0.1.0.0",
"summary": "Adds a commitment date to each sale order line.",
"author": "OdooMRP team,"
"AvanzOSC,"
"Serv. Tecnol. Avanzados - Pedro M. Baeza,"
"Odoo Community Association (OCA)",
"website": "https://odoo-community.org/",
"category": "Sale",
"license": "AGPL-3",
"depends": [
"sale_stock",
],
"data": [
"views/sale_order_view.xml",
"reports/sale_order_report.xml",
],
}
37 changes: 37 additions & 0 deletions sale_order_line_date/i18n/ca.po
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_date
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:53+0000\n"
"PO-Revision-Date: 2018-01-27 03:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order
msgid "Quotation"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model.fields,field_description:sale_order_line_date.field_sale_order_line_requested_date
msgid "Requested Date"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línia de comanda de vendes"

#~ msgid "Sales Order"
#~ msgstr "Comandes de venda"
38 changes: 38 additions & 0 deletions sale_order_line_date/i18n/de.po
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_date
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:53+0000\n"
"PO-Revision-Date: 2019-07-17 11:43+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\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"
"X-Generator: Weblate 3.7.1\n"

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order
msgid "Quotation"
msgstr "Angebot"

#. module: sale_order_line_date
#: model:ir.model.fields,field_description:sale_order_line_date.field_sale_order_line_requested_date
msgid "Requested Date"
msgstr "Wunsch-Lieferdatum"

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
msgstr "Auftragsposition"

#~ msgid "Sales Order"
#~ msgstr "Verkaufsauftrag"
38 changes: 38 additions & 0 deletions sale_order_line_date/i18n/el_GR.po
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_date
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:53+0000\n"
"PO-Revision-Date: 2018-01-27 03:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order
msgid "Quotation"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model.fields,field_description:sale_order_line_date.field_sale_order_line_requested_date
msgid "Requested Date"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

#~ msgid "Sales Order"
#~ msgstr "Εντολή Πώλησης"
37 changes: 37 additions & 0 deletions sale_order_line_date/i18n/es.po
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_date
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:53+0000\n"
"PO-Revision-Date: 2018-01-27 03:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order
msgid "Quotation"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model.fields,field_description:sale_order_line_date.field_sale_order_line_requested_date
msgid "Requested Date"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea pedido de venta"

#~ msgid "Sales Order"
#~ msgstr "Pedidos de venta"
38 changes: 38 additions & 0 deletions sale_order_line_date/i18n/es_ES.po
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_date
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:53+0000\n"
"PO-Revision-Date: 2018-01-27 03:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order
msgid "Quotation"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model.fields,field_description:sale_order_line_date.field_sale_order_line_requested_date
msgid "Requested Date"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

#~ msgid "Sales Order"
#~ msgstr "Pedido de venta"
38 changes: 38 additions & 0 deletions sale_order_line_date/i18n/es_VE.po
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_date
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:53+0000\n"
"PO-Revision-Date: 2018-01-27 03:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/"
"teams/23907/es_VE/)\n"
"Language: es_VE\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_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order
msgid "Quotation"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model.fields,field_description:sale_order_line_date.field_sale_order_line_requested_date
msgid "Requested Date"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea de pedido de venta"

#~ msgid "Sales Order"
#~ msgstr "Pedidos de venta"
37 changes: 37 additions & 0 deletions sale_order_line_date/i18n/fi.po
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_date
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:53+0000\n"
"PO-Revision-Date: 2018-01-27 03:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\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_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order
msgid "Quotation"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model.fields,field_description:sale_order_line_date.field_sale_order_line_requested_date
msgid "Requested Date"
msgstr ""

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

#~ msgid "Sales Order"
#~ msgstr "Myyntitilaus"