-
-
Notifications
You must be signed in to change notification settings - Fork 371
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 rvalyi
- Loading branch information
Showing
20 changed files
with
1,142 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,125 @@ | ||
================= | ||
Purchase Analytic | ||
================= | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:ccd7a7e02c04d5c42878460382c118f3df0896100eb707827f22998510de5dc1 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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/purchase_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-purchase_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| | ||
|
||
The goal of this module is to ease analytic distribution management on | ||
purchase order. This module add analytic distribution on purchase order. | ||
|
||
If all lines of the purchase order have the same analytic distribution, | ||
the analytic distribution on the purchase order is automatically set | ||
with this value. If a analytic distribution is set on the purchase | ||
order, all lines of the purchase will take this value. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Changelog | ||
========= | ||
|
||
16.0.1.0.0 (2023-01-16) | ||
----------------------- | ||
|
||
Migrated to odoo 16. | ||
|
||
15.0.1.0.0 (2022-05-17) | ||
----------------------- | ||
|
||
Migrated to odoo 15. | ||
|
||
13.0.1.0.0 (2020-01-08) | ||
----------------------- | ||
|
||
Migrated to odoo 13. | ||
|
||
12.0.1.0.0 (2019-10-23) | ||
----------------------- | ||
|
||
Migrated to odoo 12. | ||
|
||
10.0.1.0.0 (2017-05-11) | ||
----------------------- | ||
|
||
Migrated to odoo 10. | ||
|
||
8.0.1.0.0 (2016-04-22) | ||
---------------------- | ||
|
||
First version. | ||
|
||
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:%20purchase_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 | ||
------------ | ||
|
||
- Laetitia Gangloff <laetitia.gangloff@acsone.eu> | ||
- Cédric Pigeon <cedric.pigeon@acsone.eu> | ||
- Pimolnat Suntian <pimolnats@ecosoft.co.th> | ||
- `Jarsa <https://www.jarsa.com>`__ | ||
|
||
- Alan Ramos | ||
|
||
- Lois Rilo <lois.rilo@forgeflow.com> | ||
- `Quartile <https://www.quartile.co>`__: | ||
|
||
- Aung Ko Ko Lin | ||
|
||
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/purchase_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,15 @@ | ||
# © 2016 Laetitia Gangloff, Acsone SA/NV (http://www.acsone.eu) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Purchase Analytic", | ||
"version": "18.0.1.0.0", | ||
"author": "Acsone SA/NV, Odoo Community Association (OCA)", | ||
"category": "Purchase Management", | ||
"website": "https://github.com/OCA/account-analytic", | ||
"depends": ["purchase", "base_view_inheritance_extension"], | ||
"data": ["views/purchase_views.xml"], | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"application": False, | ||
} |
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,46 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 13.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-07-11 10:10+0000\n" | ||
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\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: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_distribution | ||
msgid "Analytic Distribution" | ||
msgstr "" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_distribution_search | ||
msgid "Analytic Distribution Search" | ||
msgstr "Búsqueda de distribución analítica" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_precision | ||
msgid "Analytic Precision" | ||
msgstr "Precisión analítica" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model,name:purchase_analytic.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "Pedido de Compra" | ||
|
||
#~ msgid "Analytic" | ||
#~ msgstr "Analítico" | ||
|
||
#~ msgid "Analytic Account" | ||
#~ msgstr "Cuenta Analítica" | ||
|
||
#~ msgid "The analytic account related to a purchase order." | ||
#~ msgstr "La cuenta analítica relacionada al pedido de compra." |
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,55 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 8.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-04-07 08:25+0000\n" | ||
"PO-Revision-Date: 2023-05-15 18:34+0000\n" | ||
"Last-Translator: Sandrine (ACSONE) <sandrine.ravet@acsone.eu>\n" | ||
"Language-Team: \n" | ||
"Language: fr\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.14.1\n" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_distribution | ||
msgid "Analytic Distribution" | ||
msgstr "" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_distribution_search | ||
msgid "Analytic Distribution Search" | ||
msgstr "Recherche de distribution analytique" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_precision | ||
msgid "Analytic Precision" | ||
msgstr "Précision analytique" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model,name:purchase_analytic.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "Bon de commande" | ||
|
||
#~ msgid "Analytic" | ||
#~ msgstr "Analytique" | ||
|
||
#~ msgid "Analytic Account" | ||
#~ msgstr "Compte analytique" | ||
|
||
#~ msgid "The analytic account related to a purchase order." | ||
#~ msgstr "Le compte analytique lié à un bon de commande." | ||
|
||
#~ msgid "Contract / Analytic" | ||
#~ msgstr "Contrat / analytique" | ||
|
||
#~ msgid "Use to store the value of project_id if there is no lines" | ||
#~ msgstr "" | ||
#~ "Utilisé pour stocker la valeur du champs project_id lorsqu'il n'y a pas " | ||
#~ "de lignes" |
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,41 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-02-16 14:23+0000\n" | ||
"Last-Translator: Bole <bole@dajmi5.com>\n" | ||
"Language-Team: none\n" | ||
"Language: hr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " | ||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | ||
"X-Generator: Weblate 4.14.1\n" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_distribution | ||
msgid "Analytic Distribution" | ||
msgstr "" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_distribution_search | ||
msgid "Analytic Distribution Search" | ||
msgstr "" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_precision | ||
msgid "Analytic Precision" | ||
msgstr "Preciznost analitike" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model,name:purchase_analytic.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "Nalog za nabavu" | ||
|
||
#~ msgid "Analytic" | ||
#~ msgstr "Analitika" |
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,58 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2024-10-03 17:06+0000\n" | ||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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 5.6.2\n" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_distribution | ||
msgid "Analytic Distribution" | ||
msgstr "" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_distribution_search | ||
msgid "Analytic Distribution Search" | ||
msgstr "Ricerca distribuzione analitica" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model.fields,field_description:purchase_analytic.field_purchase_order__analytic_precision | ||
msgid "Analytic Precision" | ||
msgstr "Precisione analitica" | ||
|
||
#. module: purchase_analytic | ||
#: model:ir.model,name:purchase_analytic.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "Ordine di acquisto" | ||
|
||
#~ msgid "Analytic" | ||
#~ msgstr "Analitico" | ||
|
||
#~ msgid "Analytic distribution (importable)" | ||
#~ msgstr "Distribuzione analitica (importabile)" | ||
|
||
#~ msgid "" | ||
#~ "Defining this field, it will set the analytical distribution in JSON " | ||
#~ "format, but using the analytic accounts names as keys of the dictionary, " | ||
#~ "so it eases the human input." | ||
#~ msgstr "" | ||
#~ "Definendo questo campo, verrà impostata la distribuzione analitica in " | ||
#~ "formato JSON, ma utilizzando i nomi degli account analitici come chiavi " | ||
#~ "del dizionario, in modo da semplificare l'inserimento umano." | ||
|
||
#~ msgid "Manual Distribution" | ||
#~ msgstr "Distribuzione manuale" | ||
|
||
#~ msgid "Manual Distribution ID" | ||
#~ msgstr "ID distribuzione manuale" |
Oops, something went wrong.