mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-23 13:02:06 +02:00
Add oca-purchase submodule with 96 purchase modules moved from oca-workflow-process
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b0628ee8ea
commit
7378b233e9
3994 changed files with 334316 additions and 0 deletions
|
|
@ -0,0 +1,103 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * purchase_quick
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-04-12 10:07+0000\n"
|
||||
"Last-Translator: luis-ron <luis.ron@sygel.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.14.1\n"
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_quick.view_purchase_form
|
||||
msgid "Add from supplier's product list"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_quick.product_search_form_view
|
||||
msgid "Filter products supplied by the supplier of the current parent object"
|
||||
msgstr ""
|
||||
"Filtrar los productos suministrados por el proveedor del objeto padre actual"
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_quick.product_search_form_view
|
||||
msgid "For current supplier"
|
||||
msgstr "Para el proveedor actual"
|
||||
|
||||
#. module: purchase_quick
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_quick/models/purchase_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Must have only 1 line per product for mass addition, but there are "
|
||||
"%(nr_lines)s lines for the product %(product_name)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_quick.product_tree_view4purchase
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model:ir.model.fields,field_description:purchase_quick.field_product_product__po_line_ids
|
||||
msgid "Po Line"
|
||||
msgstr "Línea Po"
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model:ir.model,name:purchase_quick.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_quick
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_quick/models/purchase_order.py:0
|
||||
#, python-format
|
||||
msgid "Product Variants"
|
||||
msgstr "Variantes de Productos"
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model:ir.model,name:purchase_quick.model_purchase_order
|
||||
msgid "Purchase Order"
|
||||
msgstr "Orden de Compra"
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model:ir.model.fields,field_description:purchase_quick.field_product_product__seller_price
|
||||
msgid "Seller Price"
|
||||
msgstr "Precio Vendedor"
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model:ir.model.fields,help:purchase_quick.field_product_product__po_line_ids
|
||||
msgid "Technical: used to compute quantities to purchase."
|
||||
msgstr "Técnico: utilizado para calcular las cantidades a comprar."
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_quick.product_tree_view4purchase
|
||||
msgid "UoM"
|
||||
msgstr "UdM"
|
||||
|
||||
#. module: purchase_quick
|
||||
#: model:ir.model.fields,field_description:purchase_quick.field_product_product__variant_specific_seller_ids
|
||||
msgid "Variant Specific Seller"
|
||||
msgstr "Vendedor Específico de Variantes"
|
||||
|
||||
#~ msgid "Add"
|
||||
#~ msgstr "Añadir"
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Must have only 1 line per product for mass addition, but there are "
|
||||
#~ "{nr_lines}s lines for the product %(product)s"
|
||||
#~ msgstr ""
|
||||
#~ "Sólo debe haber 1 línea por producto para la adición en masa, pero hay "
|
||||
#~ "{nr_lines}s líneas para el producto %(product)s"
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Producto"
|
||||
Loading…
Add table
Add a link
Reference in a new issue