-
-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by StefanRijnhart
- Loading branch information
Showing
17 changed files
with
1,017 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,85 @@ | ||
====================== | ||
Stock Picking Analytic | ||
====================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:64f5e3f55208a44d2b4af5b3c7f0fd536836b03b0f021de1e027a67c35dc8186 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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%2Faccount--analytic-lightgray.png?logo=github | ||
:target: https://github.com/OCA/account-analytic/tree/17.0/stock_picking_analytic | ||
:alt: OCA/account-analytic | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/account-analytic-17-0/account-analytic-17-0-stock_picking_analytic | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-analytic&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Allows to define the analytic distribution on picking level, which | ||
should propagate the value to the corresponding field of stock moves. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-analytic/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/account-analytic/issues/new?body=module:%20stock_picking_analytic%0Aversion:%2017.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 | ||
------- | ||
|
||
* ACSONE SA/NV | ||
|
||
Contributors | ||
------------ | ||
|
||
- Benoît Aimont <[email protected]> | ||
- Denis Roussel <[email protected]> | ||
- `Quartile <https://www.quartile.co>`__: | ||
|
||
- Yoshi Tashiro | ||
|
||
- `APSL-Nagarro <https://apsl.tech>`__: | ||
|
||
- Antoni Marroig <[email protected]> | ||
|
||
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/account-analytic <https://github.com/OCA/account-analytic/tree/17.0/stock_picking_analytic>`_ 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 @@ | ||
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,19 @@ | ||
# Copyright 2021 ACSONE SA/NV | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Stock Picking Analytic", | ||
"summary": """ | ||
Allows to define the analytic account on picking level""", | ||
"version": "17.0.1.0.0", | ||
"license": "AGPL-3", | ||
"author": "ACSONE SA/NV,Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/account-analytic", | ||
"depends": [ | ||
"stock_analytic", | ||
"base_view_inheritance_extension", | ||
], | ||
"data": [ | ||
"views/stock_picking.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,56 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_picking_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-09-21 15:39+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: none\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" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_distribution | ||
msgid "Analytic" | ||
msgstr "Analítica" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_distribution_search | ||
msgid "Analytic Distribution Search" | ||
msgstr "Búsqueda de Distribución Analítica" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_precision | ||
msgid "Analytic Precision" | ||
msgstr "Precisión Analítica" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__original_analytic_distribution | ||
msgid "Original Analytic Distribution" | ||
msgstr "Distribución Analítica Original" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__move_ids_without_package | ||
msgid "Stock moves not in package" | ||
msgstr "Las acciones no se mueven en el paquete" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,help:stock_picking_analytic.field_stock_picking__original_analytic_distribution | ||
msgid "" | ||
"Technical field. Use to store the value ofanalytic_distribution if there is " | ||
"no lines" | ||
msgstr "" | ||
"Campo técnico. Úselo para almacenar el valor de distribución_analítica si no " | ||
"hay líneas" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model,name:stock_picking_analytic.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "Transferencia" |
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,56 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_picking_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2024-02-23 08:43+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\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 4.17\n" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_distribution | ||
msgid "Analytic" | ||
msgstr "Analitico" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_distribution_search | ||
msgid "Analytic Distribution Search" | ||
msgstr "Ricerca distribuzione analitica" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_precision | ||
msgid "Analytic Precision" | ||
msgstr "Precisione analitica" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__original_analytic_distribution | ||
msgid "Original Analytic Distribution" | ||
msgstr "Distribuzione analitica originale" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__move_ids_without_package | ||
msgid "Stock moves not in package" | ||
msgstr "Movimenti di magazzino non nel collo" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,help:stock_picking_analytic.field_stock_picking__original_analytic_distribution | ||
msgid "" | ||
"Technical field. Use to store the value ofanalytic_distribution if there is " | ||
"no lines" | ||
msgstr "" | ||
"Campo tecnico. Utilizzato per salvare il valore ofanalytic_distribution se " | ||
"non ci sono righe" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model,name:stock_picking_analytic.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "Trasferimento" |
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,56 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_picking_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-12-26 14:37+0000\n" | ||
"Last-Translator: Adriano Prado <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: pt_BR\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 4.17\n" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_distribution | ||
msgid "Analytic" | ||
msgstr "Analítico" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_distribution_search | ||
msgid "Analytic Distribution Search" | ||
msgstr "Pesquisa de Distribuição Analítica" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_precision | ||
msgid "Analytic Precision" | ||
msgstr "Precisão Analítica" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__original_analytic_distribution | ||
msgid "Original Analytic Distribution" | ||
msgstr "Distribuição Analítica Original" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__move_ids_without_package | ||
msgid "Stock moves not in package" | ||
msgstr "Movimentos de estoque fora do pacote" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,help:stock_picking_analytic.field_stock_picking__original_analytic_distribution | ||
msgid "" | ||
"Technical field. Use to store the value ofanalytic_distribution if there is " | ||
"no lines" | ||
msgstr "" | ||
"Campo técnico. Use para armazenar o valor de distribuição_analítica se não " | ||
"houver linhas" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model,name:stock_picking_analytic.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "Transferir" |
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,51 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_picking_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \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: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_distribution | ||
msgid "Analytic" | ||
msgstr "" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_distribution_search | ||
msgid "Analytic Distribution Search" | ||
msgstr "" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__analytic_precision | ||
msgid "Analytic Precision" | ||
msgstr "" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__original_analytic_distribution | ||
msgid "Original Analytic Distribution" | ||
msgstr "" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,field_description:stock_picking_analytic.field_stock_picking__move_ids_without_package | ||
msgid "Stock moves not in package" | ||
msgstr "" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model.fields,help:stock_picking_analytic.field_stock_picking__original_analytic_distribution | ||
msgid "" | ||
"Technical field. Use to store the value ofanalytic_distribution if there is " | ||
"no lines" | ||
msgstr "" | ||
|
||
#. module: stock_picking_analytic | ||
#: model:ir.model,name:stock_picking_analytic.model_stock_picking | ||
msgid "Transfer" | ||
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 @@ | ||
from . import stock_picking |
Oops, something went wrong.