Skip to content

Commit 090a862

Browse files
committed
[REF] product_supplierinfo_for_customer_sale: Adding Vauxoo author
1 parent 45d481e commit 090a862

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

product_supplierinfo_for_customer_sale/README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,17 @@ Authors
9191
~~~~~~~
9292

9393
* Agile Business Group
94+
* Vauxoo
9495

9596
Contributors
9697
~~~~~~~~~~~~
9798

9899
* Xavier Jimenez <xavier.jimenez@qubiq.es>
99100
* Nicola Malcontenti <nicola.malcontenti@agilebg.com>
100101
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
102+
* Moisés López <moylop260@vauxoo.com>
103+
* Yennifer Santiago <yennifer@vauxoo.com>
104+
* Julio Serna Hernández <julio@vauxoo.com>
101105

102106
Maintainers
103107
~~~~~~~~~~~

product_supplierinfo_for_customer_sale/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "11.0.1.0.0",
77
"summary": "Loads in every sale order line the customer code defined "
88
"in the product",
9-
"author": "Agile Business Group,Odoo Community Association (OCA)",
9+
"author": "Agile Business Group,Vauxoo,Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/sale-workflow/tree/11.0/product_supplierinfo_for_customer_sale", # noqa
1111
"category": "Sales Management",
1212
"license": "AGPL-3",
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
* Xavier Jimenez <xavier.jimenez@qubiq.es>
22
* Nicola Malcontenti <nicola.malcontenti@agilebg.com>
33
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
4+
* Moisés López <moylop260@vauxoo.com>
5+
* Yennifer Santiago <yennifer@vauxoo.com>
6+
* Julio Serna Hernández <julio@vauxoo.com>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
11
Based on product_supplierinfo_for_customer, this module loads in every sale order the
2-
customer code defined in the product.
2+
customer code defined in the product and allows
3+
use the product codes and product name configured in each products in sale
4+
orders.
35

6+
To use this module, you need:
7+
8+
- Go to product and configure *Partner product name* and *Partner product code*
9+
for each selected customer.
10+
11+
.. figure:: static/description/configuration_customer.png
12+
:alt: Configure customer codes
13+
:width: 600 px
14+
15+
- When add order lines in sale quotation for a customer that has an specific
16+
name and code in the product, you can search that product with that customer
17+
name or code. Then, this values will be displayed in product description.
18+
19+
.. figure:: static/description/search_code.png
20+
:alt: Search by exist customer code
21+
:width: 600 px
22+
23+
.. figure:: static/description/description_code.png
24+
:alt: Search by exist customer code
25+
:width: 600 px
26+
27+
- If product does not have a configuration for customer selected, product will
28+
be search by its default code.
29+
30+
.. figure:: static/description/search_code_2.png
31+
:alt: Search by exist customer code
32+
:width: 600 px
33+
34+
.. figure:: static/description/description_code_2.png
35+
:alt: Search by exist customer code
36+
:width: 600 px

0 commit comments

Comments
 (0)