Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] product_sale_manufactured_for: Migration to 18.0 #1801

Open
wants to merge 11 commits into
base: 18.0
Choose a base branch
from
Open
3 changes: 3 additions & 0 deletions checklog-odoo.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[checklog-odoo]
ignore=
WARNING.* 0 failed, 0 error\(s\).*
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:a1e96f74c4c3c85ab8aba103275503720319a2a67cda18cb187dd87f6aaf4cf8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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 <[email protected]>
- Carlos Serra-Toro <[email protected]>
- Simone Orsi <[email protected]>
- Nhan Tran <[email protected]>

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": "18.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",
],
}
43 changes: 43 additions & 0 deletions product_sale_manufactured_for/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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 <[email protected]>\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__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__id
msgid "ID"
msgstr "ID"

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. 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"
msgstr "Producto"
43 changes: 43 additions & 0 deletions product_sale_manufactured_for/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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: 2023-11-03 13:36+0000\n"
"Last-Translator: mymage <[email protected]>\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 4.17\n"

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__display_name
msgid "Display Name"
msgstr "Nome visualizzato"

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__id
msgid "ID"
msgstr "ID"

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"

#. 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"
msgstr "Prodotto"
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"
"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__display_name
msgid "Display Name"
msgstr ""

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product__id
msgid "ID"
msgstr ""

#. module: product_sale_manufactured_for
#: model:ir.model.fields,field_description:product_sale_manufactured_for.field_product_product____last_update
msgid "Last Modified on"
msgstr ""

#. 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"
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"
4 changes: 4 additions & 0 deletions product_sale_manufactured_for/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Thierry Ducrest \<<[email protected]>\>
- Carlos Serra-Toro \<<[email protected]>\>
- Simone Orsi \<<[email protected]>\>
- Nhan Tran \<<[email protected]>\>
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
Loading