Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions purchase_order_line_description/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
===============================
Purchase order line description
===============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:ce774efc4cc79ec63d7c6821afd2fc70e5ecf6e1141e6e6638c2b6ae0e41c958
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fpurchase--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/purchase-workflow/tree/16.0/purchase_order_line_description
:alt: OCA/purchase-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_order_line_description
: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/purchase-workflow&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to use only the product purchase description on the purchase
order lines.

**Table of contents**

.. contents::
:local:

Usage
=====

#. Add or modify a purchase description to any of your products.
#. Create a purchase order and add a purchase line with this product and check
out that now purchase order line description only contains the description
you are created.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/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/purchase-workflow/issues/new?body=module:%20purchase_order_line_description%0Aversion:%2016.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
~~~~~~~

* Agile Business Group

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

* Alex Comba <[email protected]>
* `Tecnativa <https://www.tecnativa.com>`_:

* Vicent Cubells

* Nikul Chaudhary <[email protected]>
* David Vidal `Moduon <https://www.moduon.team/>`

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/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/16.0/purchase_order_line_description>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions purchase_order_line_description/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from . import models
12 changes: 12 additions & 0 deletions purchase_order_line_description/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2015 Alex Comba - Agile Business Group
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Purchase order line description",
"version": "16.0.1.0.0",
"category": "Purchase Management",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
"license": "AGPL-3",
"depends": ["purchase"],
"data": [],
}
57 changes: 57 additions & 0 deletions purchase_order_line_description/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_order_line_description
#
# Translators:
# OCA Transbot <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-16 12:06+0000\n"
"PO-Revision-Date: 2016-11-16 12:06+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2016\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: purchase_order_line_description
#: model:ir.model.fields,help:purchase_order_line_description.field_res_config_settings__group_use_product_description_per_po_line
#: model_terms:ir.ui.view,arch_db:purchase_order_line_description.view_purchase_configuration
msgid ""
"Allows you to use only product purchase description on the purchase order "
"lines."
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model,name:purchase_order_line_description.model_res_config_settings
msgid "Config Settings"
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model.fields,field_description:purchase_order_line_description.field_res_config_settings__group_use_product_description_per_po_line
msgid "Order lines description"
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model,name:purchase_order_line_description.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Bestellposition"

#. module: purchase_order_line_description
#: model:res.groups,name:purchase_order_line_description.group_use_product_description_per_po_line
msgid "Use only product purchase description on order lines"
msgstr ""

#. module: purchase_order_line_description
#: selection:res.config.settings,group_use_product_description_per_po_line:0
msgid "Use the product name on the purchase order lines"
msgstr ""

#. module: purchase_order_line_description
#: selection:res.config.settings,group_use_product_description_per_po_line:0
msgid "Use the product purchase description on the purchase order lines"
msgstr ""
61 changes: 61 additions & 0 deletions purchase_order_line_description/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_order_line_description
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-13 15:23+0000\n"
"PO-Revision-Date: 2018-12-13 16:23+0100\n"
"Last-Translator: cubells <[email protected]>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"
"X-Generator: Poedit 2.0.6\n"

#. module: purchase_order_line_description
#: model:ir.model.fields,help:purchase_order_line_description.field_res_config_settings__group_use_product_description_per_po_line
#: model_terms:ir.ui.view,arch_db:purchase_order_line_description.view_purchase_configuration
msgid ""
"Allows you to use only product purchase description on the purchase order "
"lines."
msgstr ""
"Le permite usar solamente la descripción de compra en las líneas de los "
"pedidos de compra."

#. module: purchase_order_line_description
#: model:ir.model,name:purchase_order_line_description.model_res_config_settings
#, fuzzy
msgid "Config Settings"
msgstr "res.config.settings"

#. module: purchase_order_line_description
#: model:ir.model.fields,field_description:purchase_order_line_description.field_res_config_settings__group_use_product_description_per_po_line
msgid "Order lines description"
msgstr "Descripción de las líneas del pedido"

#. module: purchase_order_line_description
#: model:ir.model,name:purchase_order_line_description.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Línea orden de compra"

#. module: purchase_order_line_description
#: model:res.groups,name:purchase_order_line_description.group_use_product_description_per_po_line
msgid "Use only product purchase description on order lines"
msgstr ""
"Usar solamente la descripción de compra del producto en las líneas de pedido"

#. module: purchase_order_line_description
#: selection:res.config.settings,group_use_product_description_per_po_line:0
msgid "Use the product name on the purchase order lines"
msgstr "Usar el nombre de producto en las líneas del pedido de compra"

#. module: purchase_order_line_description
#: selection:res.config.settings,group_use_product_description_per_po_line:0
msgid "Use the product purchase description on the purchase order lines"
msgstr ""
"Usar la descripción de compra del producto en las líneas del pedido de compra"
58 changes: 58 additions & 0 deletions purchase_order_line_description/i18n/es_MX.po
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_order_line_description
#
# Translators:
# Juan González <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-09 09:31+0000\n"
"PO-Revision-Date: 2016-12-09 09:31+0000\n"
"Last-Translator: Juan González <[email protected]>, 2016\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
"es_MX/)\n"
"Language: es_MX\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: purchase_order_line_description
#: model:ir.model.fields,help:purchase_order_line_description.field_res_config_settings__group_use_product_description_per_po_line
#: model_terms:ir.ui.view,arch_db:purchase_order_line_description.view_purchase_configuration
msgid ""
"Allows you to use only product purchase description on the purchase order "
"lines."
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model,name:purchase_order_line_description.model_res_config_settings
msgid "Config Settings"
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model.fields,field_description:purchase_order_line_description.field_res_config_settings__group_use_product_description_per_po_line
msgid "Order lines description"
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model,name:purchase_order_line_description.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Línea de orden de compra"

#. module: purchase_order_line_description
#: model:res.groups,name:purchase_order_line_description.group_use_product_description_per_po_line
msgid "Use only product purchase description on order lines"
msgstr ""

#. module: purchase_order_line_description
#: selection:res.config.settings,group_use_product_description_per_po_line:0
msgid "Use the product name on the purchase order lines"
msgstr ""

#. module: purchase_order_line_description
#: selection:res.config.settings,group_use_product_description_per_po_line:0
msgid "Use the product purchase description on the purchase order lines"
msgstr ""
57 changes: 57 additions & 0 deletions purchase_order_line_description/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_order_line_description
#
# Translators:
# Timo Talvitie <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-25 05:43+0000\n"
"PO-Revision-Date: 2017-02-25 05:43+0000\n"
"Last-Translator: Timo Talvitie <[email protected]>, 2017\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: purchase_order_line_description
#: model:ir.model.fields,help:purchase_order_line_description.field_res_config_settings__group_use_product_description_per_po_line
#: model_terms:ir.ui.view,arch_db:purchase_order_line_description.view_purchase_configuration
msgid ""
"Allows you to use only product purchase description on the purchase order "
"lines."
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model,name:purchase_order_line_description.model_res_config_settings
msgid "Config Settings"
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model.fields,field_description:purchase_order_line_description.field_res_config_settings__group_use_product_description_per_po_line
msgid "Order lines description"
msgstr ""

#. module: purchase_order_line_description
#: model:ir.model,name:purchase_order_line_description.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Ostotilausrivi"

#. module: purchase_order_line_description
#: model:res.groups,name:purchase_order_line_description.group_use_product_description_per_po_line
msgid "Use only product purchase description on order lines"
msgstr ""

#. module: purchase_order_line_description
#: selection:res.config.settings,group_use_product_description_per_po_line:0
msgid "Use the product name on the purchase order lines"
msgstr ""

#. module: purchase_order_line_description
#: selection:res.config.settings,group_use_product_description_per_po_line:0
msgid "Use the product purchase description on the purchase order lines"
msgstr ""
Loading
Loading