forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[12.0] [MIG] sale_order_line_sequence (OCA#744)
* sale_order_line_sequence v10 * OCA Transbot updated translations from Transifex * Update sale_order_line_sequence.pot * Translated using Weblate (Portuguese) Currently translated at 100,0% (6 of 6 strings) Translation: sale-workflow-10.0/sale-workflow-10.0-sale_order_line_sequence Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-10-0/sale-workflow-10-0-sale_order_line_sequence/pt/ * sale_order_line_sequence: migration to 11.0 * Update sale_order_line_sequence.pot * [MIG] sale_order_line_sequence v12
- Loading branch information
1 parent
af90745
commit 5d2bf5e
Showing
36 changed files
with
1,871 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,84 @@ | ||
======================== | ||
Sale Order Line Sequence | ||
======================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! 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_sequence | ||
: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-11-0/sale-workflow-11-0-sale_order_line_sequence | ||
: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| | ||
|
||
Displays the sequence of Sale order line and helps to maintain the order. | ||
The line sequence number is also displayed in sale order reports. | ||
|
||
**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_order_line_sequence%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 | ||
~~~~~~~ | ||
|
||
* Eficent | ||
* Serpent CS | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Eficent Business and IT Consulting Services S.L. <contact@eficent.com> | ||
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
|
||
Images | ||
------ | ||
|
||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. | ||
|
||
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_sequence>`_ 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 @@ | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import model | ||
from .init_hooks import post_init_hook |
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,24 @@ | ||
# Copyright 2017 Eficent Business and IT Consulting Services S.L. | ||
# Copyright 2017 Serpent Consulting Services Pvt. Ltd. | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Sale Order Line Sequence", | ||
"summary": "Propagates SO line sequence to invoices and stock picking.", | ||
"version": "12.0.1.0.0", | ||
"author": "Eficent, " | ||
"Serpent CS, " | ||
"Odoo Community Association (OCA)", | ||
"category": "Sales", | ||
"website": "https://github.com/OCA/sale-workflow", | ||
"license": "AGPL-3", | ||
'data': [ | ||
'views/sale_view.xml', | ||
'views/report_saleorder.xml' | ||
], | ||
"depends": [ | ||
"sale", | ||
], | ||
'post_init_hook': 'post_init_hook', | ||
"installable": True, | ||
} |
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,49 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_line_sequence | ||
# | ||
# 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-07-08 00:49+0000\n" | ||
"PO-Revision-Date: 2017-07-08 00:49+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_order_line_sequence | ||
#: model:ir.ui.view,arch_db:sale_order_line_sequence.report_saleorder_document_sequence | ||
msgid "<strong>Sequence</strong>" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_max_line_sequence | ||
msgid "Max sequence in lines" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Comandes de venda" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "Línia de comanda de vendes" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Sequence" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,help:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Shows the sequence of this line in the sale order." | ||
msgstr "" |
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,49 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_line_sequence | ||
# | ||
# 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-07-08 00:49+0000\n" | ||
"PO-Revision-Date: 2017-07-08 00:49+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_order_line_sequence | ||
#: model:ir.ui.view,arch_db:sale_order_line_sequence.report_saleorder_document_sequence | ||
msgid "<strong>Sequence</strong>" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_max_line_sequence | ||
msgid "Max sequence in lines" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Verkaufsauftrag" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "Auftragsposition" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Sequence" | ||
msgstr "Reihenfolge" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,help:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Shows the sequence of this line in the sale order." | ||
msgstr "" |
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,50 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_line_sequence | ||
# | ||
# 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-07-08 00:49+0000\n" | ||
"PO-Revision-Date: 2017-07-08 00:49+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_order_line_sequence | ||
#: model:ir.ui.view,arch_db:sale_order_line_sequence.report_saleorder_document_sequence | ||
msgid "<strong>Sequence</strong>" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_max_line_sequence | ||
msgid "Max sequence in lines" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Εντολή Πώλησης" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Sequence" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,help:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Shows the sequence of this line in the sale order." | ||
msgstr "" |
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,49 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_line_sequence | ||
# | ||
# 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-07-08 00:49+0000\n" | ||
"PO-Revision-Date: 2017-07-08 00:49+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_order_line_sequence | ||
#: model:ir.ui.view,arch_db:sale_order_line_sequence.report_saleorder_document_sequence | ||
msgid "<strong>Sequence</strong>" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_max_line_sequence | ||
msgid "Max sequence in lines" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Pedido de venta" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "Línea de pedido de venta" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Sequence" | ||
msgstr "Secuencia" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,help:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Shows the sequence of this line in the sale order." | ||
msgstr "" |
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,50 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_line_sequence | ||
# | ||
# 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-07-08 00:49+0000\n" | ||
"PO-Revision-Date: 2017-07-08 00:49+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_order_line_sequence | ||
#: model:ir.ui.view,arch_db:sale_order_line_sequence.report_saleorder_document_sequence | ||
msgid "<strong>Sequence</strong>" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_max_line_sequence | ||
msgid "Max sequence in lines" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Pedido de venta" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model,name:sale_order_line_sequence.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Sequence" | ||
msgstr "" | ||
|
||
#. module: sale_order_line_sequence | ||
#: model:ir.model.fields,help:sale_order_line_sequence.field_sale_order_line_sequence2 | ||
msgid "Shows the sequence of this line in the sale order." | ||
msgstr "" |
Oops, something went wrong.