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
89 changes: 89 additions & 0 deletions product_sale_manufactured_for/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
=================================
Product Manufactured for Customer
=================================

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

.. |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%2Fproduct--attribute-lightgray.png?logo=github
:target: https://github.com/OCA/product-attribute/tree/18.0/product_sale_manufactured_for
:alt: OCA/product-attribute
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/product-attribute-18-0/product-attribute-18-0-product_sale_manufactured_for
: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/product-attribute&target_branch=18.0
:alt: Try me on Runboat

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

Allows to indicate in products that they were made (i.e. manufactured)
specifically for some customers.

In a sale order, allow to only select products from the UI that were
manufactured for the chosen customer.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/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/product-attribute/issues/new?body=module:%20product_sale_manufactured_for%0Aversion:%2018.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
-------

* Camptocamp

Contributors
------------

- Thierry Ducrest <thierry.ducrest@camptocamp.com>
- Carlos Serra-Toro <carlos.serra@camptocamp.com>
- Simone Orsi <simone.orsi@camptocamp.com>
- Nhan Tran <nhant@trobz.com>

Other credits
-------------

The migration of this module from 14.0 to 18.0 was financially supported
by Camptocamp

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/product-attribute <https://github.com/OCA/product-attribute/tree/18.0/product_sale_manufactured_for>`_ 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 product_sale_manufactured_for/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
from . import models
21 changes: 21 additions & 0 deletions product_sale_manufactured_for/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
{
"name": "Product Manufactured for Customer",
"summary": "Allows to indicate in products that they were made "
"specifically for some customers.",
"version": "19.0.1.0.0",
"category": "Sales",
"website": "https://github.com/OCA/product-attribute",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"data": [
"views/product_product.xml",
"views/sale_order.xml",
],
"depends": [
"product",
"sale",
"sale_commercial_partner",
],
}
40 changes: 40 additions & 0 deletions product_sale_manufactured_for/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_sale_manufactured_for
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-15 14:33+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: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__manufactured_for_partner_ids
#: model_terms:ir.ui.view,arch_db:product_sale_manufactured_for.product_normal_form_view
msgid "Manufactured for"
msgstr "Fabricado para"

#. module: product_sale_manufactured_for
#: model:ir.model,name:product_sale_manufactured_for.model_product_product
msgid "Product Variant"
msgstr ""

#~ msgid "Display Name"
#~ msgstr "Mostrar Nombre"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Última Modificación el"

#~ msgid "Product"
#~ msgstr "Producto"
40 changes: 40 additions & 0 deletions product_sale_manufactured_for/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_sale_manufactured_for
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-02-05 12: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: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__manufactured_for_partner_ids
#: model_terms:ir.ui.view,arch_db:product_sale_manufactured_for.product_normal_form_view
msgid "Manufactured for"
msgstr "Prodotto per"

#. module: product_sale_manufactured_for
#: model:ir.model,name:product_sale_manufactured_for.model_product_product
msgid "Product Variant"
msgstr "Variante prodotto"

#~ msgid "Display Name"
#~ msgstr "Nome visualizzato"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Ultima modifica il"

#~ msgid "Product"
#~ msgstr "Prodotto"
26 changes: 26 additions & 0 deletions product_sale_manufactured_for/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_sale_manufactured_for
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: nl\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: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__manufactured_for_partner_ids
#: model_terms:ir.ui.view,arch_db:product_sale_manufactured_for.product_normal_form_view
msgid "Manufactured for"
msgstr ""

#. module: product_sale_manufactured_for
#: model:ir.model,name:product_sale_manufactured_for.model_product_product
msgid "Product Variant"
msgstr ""
28 changes: 28 additions & 0 deletions product_sale_manufactured_for/i18n/nl_NL.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_sale_manufactured_for
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-04-10 22:24+0000\n"
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n"
"Language-Team: none\n"
"Language: nl_NL\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.10.4\n"

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__manufactured_for_partner_ids
#: model_terms:ir.ui.view,arch_db:product_sale_manufactured_for.product_normal_form_view
msgid "Manufactured for"
msgstr "Geproduceerd voor"

#. module: product_sale_manufactured_for
#: model:ir.model,name:product_sale_manufactured_for.model_product_product
msgid "Product Variant"
msgstr "Product Variant"
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_sale_manufactured_for
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__manufactured_for_partner_ids
#: model_terms:ir.ui.view,arch_db:product_sale_manufactured_for.product_normal_form_view
msgid "Manufactured for"
msgstr ""

#. module: product_sale_manufactured_for
#: model:ir.model,name:product_sale_manufactured_for.model_product_product
msgid "Product Variant"
msgstr ""
1 change: 1 addition & 0 deletions product_sale_manufactured_for/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import product_product
16 changes: 16 additions & 0 deletions product_sale_manufactured_for/models/product_product.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2020 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
from odoo import fields, models


class ProductProduct(models.Model):
_inherit = "product.product"

manufactured_for_partner_ids = fields.Many2many(
comodel_name="res.partner",
relation="product_product_manuf_for_partner_rel",
column1="product_id",
column2="partner_id",
domain=["|", ("customer_rank", ">", 0), ("is_company", "=", True)],
string="Manufactured for",
)
3 changes: 3 additions & 0 deletions product_sale_manufactured_for/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
5 changes: 5 additions & 0 deletions product_sale_manufactured_for/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Thierry Ducrest \<<thierry.ducrest@camptocamp.com>\>
- Carlos Serra-Toro \<<carlos.serra@camptocamp.com>\>
- Simone Orsi \<<simone.orsi@camptocamp.com>\>
- Nhan Tran \<<nhant@trobz.com>\>
- Thomas Herbin \<<the@apik.cloud>\>
1 change: 1 addition & 0 deletions product_sale_manufactured_for/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The migration of this module from 14.0 to 18.0 was financially supported by Camptocamp
5 changes: 5 additions & 0 deletions product_sale_manufactured_for/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Allows to indicate in products that they were made (i.e. manufactured)
specifically for some customers.

In a sale order, allow to only select products from the UI that were
manufactured for the chosen customer.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading