Skip to content

Commit

Permalink
Merge 409e088 into f9ecbdc
Browse files Browse the repository at this point in the history
  • Loading branch information
NuriaXifre committed Jan 13, 2020
2 parents f9ecbdc + 409e088 commit 7ca5543
Show file tree
Hide file tree
Showing 42 changed files with 1,694 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .isort.cfg
Expand Up @@ -9,4 +9,4 @@ line_length=88
known_odoo=odoo
known_odoo_addons=odoo.addons
sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
known_third_party=mock,setuptools
known_third_party=mock,openupgradelib,setuptools
101 changes: 101 additions & 0 deletions sale_order_line_date/README.rst
@@ -0,0 +1,101 @@
====================
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
=======

Authors
~~~~~~~

* OdooMRP team
* AvanzOSC
* Serv. Tecnol. Avanzados - Pedro M. Baeza

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

* 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
22 changes: 22 additions & 0 deletions sale_order_line_date/__manifest__.py
@@ -0,0 +1,22 @@
# © 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": "13.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.fields,field_description:sale_order_line_date.field_sale_order_line__commitment_date
#: model_terms:ir.ui.view,arch_db:sale_order_line_date.report_saleorder_document
msgid "Commitment Date"
msgstr ""

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

#. 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"
44 changes: 44 additions & 0 deletions sale_order_line_date/i18n/de.po
@@ -0,0 +1,44 @@
# 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.fields,field_description:sale_order_line_date.field_sale_order_line__commitment_date
#: model_terms:ir.ui.view,arch_db:sale_order_line_date.report_saleorder_document
msgid "Commitment Date"
msgstr ""

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

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

#~ msgid "Quotation"
#~ msgstr "Angebot"

#~ msgid "Requested Date"
#~ msgstr "Wunsch-Lieferdatum"
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.fields,field_description:sale_order_line_date.field_sale_order_line__commitment_date
#: model_terms:ir.ui.view,arch_db:sale_order_line_date.report_saleorder_document
msgid "Commitment Date"
msgstr ""

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

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
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.fields,field_description:sale_order_line_date.field_sale_order_line__commitment_date
#: model_terms:ir.ui.view,arch_db:sale_order_line_date.report_saleorder_document
msgid "Commitment Date"
msgstr ""

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

#. 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"
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.fields,field_description:sale_order_line_date.field_sale_order_line__commitment_date
#: model_terms:ir.ui.view,arch_db:sale_order_line_date.report_saleorder_document
msgid "Commitment Date"
msgstr ""

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

#. module: sale_order_line_date
#: model:ir.model,name:sale_order_line_date.model_sale_order_line
msgid "Sales Order Line"
msgstr ""
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.fields,field_description:sale_order_line_date.field_sale_order_line__commitment_date
#: model_terms:ir.ui.view,arch_db:sale_order_line_date.report_saleorder_document
msgid "Commitment Date"
msgstr ""

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

#. 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"

0 comments on commit 7ca5543

Please sign in to comment.