Skip to content

Commit 20411d1

Browse files
committed
Merge PR #3795 into 18.0
Signed-off-by pedrobaeza
2 parents 0fbc746 + e837394 commit 20411d1

File tree

20 files changed

+1645
-0
lines changed

20 files changed

+1645
-0
lines changed

sale_order_line_input/README.rst

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
=====================
2+
Sale Order Line Input
3+
=====================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:e06a3e95595c8fc464ed15691cd7113a7e0e12d3b166ecbfbd0f1908500676a2
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
20+
:target: https://github.com/OCA/sale-workflow/tree/18.0/sale_order_line_input
21+
:alt: OCA/sale-workflow
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_order_line_input
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=18.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module extends the functionality of sales to allow you to work with
32+
sale lines directly.
33+
34+
It allows you to create sales orders from this sales lines view.
35+
36+
**Table of contents**
37+
38+
.. contents::
39+
:local:
40+
41+
Usage
42+
=====
43+
44+
To use this module, you need to:
45+
46+
1. Go to Sales > Orders > Sales Orders Lines
47+
2. You can filter, group and switch view type
48+
3. Create new line related with existing order
49+
4. If order field is empty, a new order will be created
50+
51+
Bug Tracker
52+
===========
53+
54+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
55+
In case of trouble, please check there if your issue has already been reported.
56+
If you spotted it first, help us to smash it by providing a detailed and welcomed
57+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_input%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
58+
59+
Do not contact contributors directly about support or help with technical issues.
60+
61+
Credits
62+
=======
63+
64+
Authors
65+
-------
66+
67+
* Tecnativa
68+
69+
Contributors
70+
------------
71+
72+
- `Tecnativa <https://www.tecnativa.com>`__:
73+
74+
- Carlos Dauden
75+
- Carolina Fernandez
76+
- Juan José Seguí
77+
- Pilar Vargas
78+
79+
Maintainers
80+
-----------
81+
82+
This module is maintained by the OCA.
83+
84+
.. image:: https://odoo-community.org/logo.png
85+
:alt: Odoo Community Association
86+
:target: https://odoo-community.org
87+
88+
OCA, or the Odoo Community Association, is a nonprofit organization whose
89+
mission is to support the collaborative development of Odoo features and
90+
promote its widespread use.
91+
92+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_order_line_input>`_ project on GitHub.
93+
94+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

sale_order_line_input/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2018 Tecnativa - Carlos Dauden
2+
# Copyright 2023 Tecnativa - Carolina Fernandez
3+
# Copyright 2024 Tecnativa - Juan José Seguí
4+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
5+
{
6+
"name": "Sale Order Line Input",
7+
"summary": "Search, create or modify directly sale order lines",
8+
"version": "18.0.1.0.0",
9+
"category": "Sales",
10+
"website": "https://github.com/OCA/sale-workflow",
11+
"author": "Tecnativa, Odoo Community Association (OCA)",
12+
"license": "AGPL-3",
13+
"depends": ["sale_management"],
14+
"data": ["views/sale_order_line_view.xml"],
15+
}

sale_order_line_input/i18n/de.po

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_order_line_input
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: de\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16+
17+
#. module: sale_order_line_input
18+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
19+
msgid "Delivered"
20+
msgstr ""
21+
22+
#. module: sale_order_line_input
23+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
24+
msgid "Disc.%"
25+
msgstr ""
26+
27+
#. module: sale_order_line_input
28+
#: model:ir.model.fields,field_description:sale_order_line_input.field_sale_order_line__force_company_id
29+
msgid "Forced company"
30+
msgstr ""
31+
32+
#. module: sale_order_line_input
33+
#: model:ir.model.fields,help:sale_order_line_input.field_sale_order_line__pricelist_id
34+
msgid "If you change the pricelist, only newly added lines will be affected."
35+
msgstr ""
36+
37+
#. module: sale_order_line_input
38+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
39+
msgid "Invoice Related"
40+
msgstr ""
41+
42+
#. module: sale_order_line_input
43+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
44+
msgid "Invoice Status"
45+
msgstr ""
46+
47+
#. module: sale_order_line_input
48+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
49+
msgid "Invoiced"
50+
msgstr ""
51+
52+
#. module: sale_order_line_input
53+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
54+
msgid "New"
55+
msgstr ""
56+
57+
#. module: sale_order_line_input
58+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
59+
msgid "Not Invoice Related"
60+
msgstr ""
61+
62+
#. module: sale_order_line_input
63+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
64+
msgid "Open order"
65+
msgstr ""
66+
67+
#. module: sale_order_line_input
68+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
69+
msgid "Order"
70+
msgstr ""
71+
72+
#. module: sale_order_line_input
73+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
74+
msgid "Order State"
75+
msgstr ""
76+
77+
#. module: sale_order_line_input
78+
#: model:ir.model.fields,field_description:sale_order_line_input.field_sale_order_line__pricelist_id
79+
msgid "Pricelist"
80+
msgstr ""
81+
82+
#. module: sale_order_line_input
83+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
84+
msgid "Product"
85+
msgstr ""
86+
87+
#. module: sale_order_line_input
88+
#: model:ir.model,name:sale_order_line_input.model_sale_order_line
89+
msgid "Sales Order Line"
90+
msgstr ""
91+
92+
#. module: sale_order_line_input
93+
#: model:ir.actions.act_window,name:sale_order_line_input.action_sales_order_line_input
94+
#: model:ir.ui.menu,name:sale_order_line_input.menu_sales_order_line_input
95+
msgid "Sales Orders Lines"
96+
msgstr ""
97+
98+
#. module: sale_order_line_input
99+
#: model:ir.model.fields,help:sale_order_line_input.field_sale_order_line__force_company_id
100+
msgid ""
101+
"Technical field to force company or get it from env user if order don't "
102+
"exist."
103+
msgstr ""
104+
105+
#. module: sale_order_line_input
106+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
107+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
108+
msgid "UoM"
109+
msgstr ""

sale_order_line_input/i18n/es.po

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_order_line_input
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2018
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 11.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2022-09-16 13:52+0000\n"
12+
"PO-Revision-Date: 2023-07-24 21:09+0000\n"
13+
"Last-Translator: Ivorra78 <[email protected]>\n"
14+
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
15+
"Language: es\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 4.17\n"
21+
22+
#. module: sale_order_line_input
23+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
24+
msgid "Delivered"
25+
msgstr "Entregado"
26+
27+
#. module: sale_order_line_input
28+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
29+
msgid "Disc.%"
30+
msgstr "Desc.%"
31+
32+
#. module: sale_order_line_input
33+
#: model:ir.model.fields,field_description:sale_order_line_input.field_sale_order_line__force_company_id
34+
msgid "Forced company"
35+
msgstr ""
36+
37+
#. module: sale_order_line_input
38+
#: model:ir.model.fields,help:sale_order_line_input.field_sale_order_line__pricelist_id
39+
msgid "If you change the pricelist, only newly added lines will be affected."
40+
msgstr ""
41+
"Si modifica la lista de precios, sólo se verán afectadas las nuevas líneas "
42+
"añadidas."
43+
44+
#. module: sale_order_line_input
45+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
46+
msgid "Invoice Related"
47+
msgstr "Con factura asociada"
48+
49+
#. module: sale_order_line_input
50+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
51+
msgid "Invoice Status"
52+
msgstr "Estado factura"
53+
54+
#. module: sale_order_line_input
55+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
56+
msgid "Invoiced"
57+
msgstr "Facturado"
58+
59+
#. module: sale_order_line_input
60+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
61+
msgid "New"
62+
msgstr "Nuevo"
63+
64+
#. module: sale_order_line_input
65+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
66+
msgid "Not Invoice Related"
67+
msgstr "Sin factura asociada"
68+
69+
#. module: sale_order_line_input
70+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
71+
msgid "Open order"
72+
msgstr ""
73+
74+
#. module: sale_order_line_input
75+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
76+
msgid "Order"
77+
msgstr "Pedido"
78+
79+
#. module: sale_order_line_input
80+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
81+
msgid "Order State"
82+
msgstr "Estado Pedido"
83+
84+
#. module: sale_order_line_input
85+
#: model:ir.model.fields,field_description:sale_order_line_input.field_sale_order_line__pricelist_id
86+
msgid "Pricelist"
87+
msgstr "Tarifa"
88+
89+
#. module: sale_order_line_input
90+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
91+
msgid "Product"
92+
msgstr "Producto"
93+
94+
#. module: sale_order_line_input
95+
#: model:ir.model,name:sale_order_line_input.model_sale_order_line
96+
msgid "Sales Order Line"
97+
msgstr "Línea de pedido de venta"
98+
99+
#. module: sale_order_line_input
100+
#: model:ir.actions.act_window,name:sale_order_line_input.action_sales_order_line_input
101+
#: model:ir.ui.menu,name:sale_order_line_input.menu_sales_order_line_input
102+
msgid "Sales Orders Lines"
103+
msgstr "Líneas de pedidos"
104+
105+
#. module: sale_order_line_input
106+
#: model:ir.model.fields,help:sale_order_line_input.field_sale_order_line__force_company_id
107+
msgid ""
108+
"Technical field to force company or get it from env user if order don't "
109+
"exist."
110+
msgstr ""
111+
112+
#. module: sale_order_line_input
113+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_filter
114+
#: model_terms:ir.ui.view,arch_db:sale_order_line_input.view_sales_order_line_input_tree
115+
msgid "UoM"
116+
msgstr "UdM"

0 commit comments

Comments
 (0)