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

16.0 mig sale stock secondary unit #3077

Open
wants to merge 23 commits into
base: 16.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0b4a2e7
[11.0][ADD] sale_stock_secondary_unit: New module for store secondary…
sergio-teruel Feb 19, 2019
c8b827e
[MIG] sale_stock_secondary_unit: Migration to 12.0
digitalsatori Oct 21, 2019
a8c5f84
[MIG] sale_stock_secondary_unit: Migration to v13.0
sergio-teruel Jan 28, 2020
04e5525
[UPD] Update sale_stock_secondary_unit.pot
oca-travis Feb 18, 2020
087d30e
Added translation using Weblate (Spanish)
danimv5 Jul 27, 2020
09a8139
Translated using Weblate (Spanish)
danimv5 Jul 27, 2020
7ebb9f8
[IMP] sale_stock_secondary_unit: Promote to Stable
etobella Apr 19, 2022
60e592a
[UPD] README.rst
OCA-git-bot Apr 20, 2022
0eaacf4
sale_stock_secondary_unit 13.0.1.0.1
OCA-git-bot Apr 20, 2022
d5d4e6d
[MIG] sale_stock_secondary_unit: Migration to v15.0
sergio-teruel Oct 25, 2022
2aa8dae
[UPD] Update sale_stock_secondary_unit.pot
Jan 12, 2023
ea8ee5b
[FIX] sale_stock_secondary_unit: Propagate secondary_uom to chained s…
sergio-teruel Feb 27, 2023
7475ca8
sale_stock_secondary_unit 15.0.1.0.1
OCA-git-bot Mar 8, 2023
f8fa413
Added translation using Weblate (Italian)
francesco-ooops Jun 6, 2023
75a25cc
Translated using Weblate (Italian)
francesco-ooops Jun 6, 2023
cef7250
[UPD] README.rst
OCA-git-bot Sep 3, 2023
b7ff1be
[IMP] sale_stock_secondary_unit: test performance improvement
josep-tecnativa Oct 24, 2023
ae3e84c
[BOT] post-merge updates
OCA-git-bot Oct 24, 2023
310a99e
[FIX] sale_stock_secondary_unit: Fix test, second qty manage qty done
sergio-teruel Nov 27, 2023
87243d0
[BOT] post-merge updates
OCA-git-bot Dec 13, 2023
b598eea
[IMP] : pre-commit stuff
jcadhoc Apr 16, 2024
0a14b87
[MIG] : Migration to 16.0
jcadhoc Apr 16, 2024
d0da386
[IMP] : pre-commit stuff
jcadhoc Apr 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
92 changes: 92 additions & 0 deletions sale_stock_secondary_unit/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
=========================
Sale Stock Secondary Unit
=========================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |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%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_stock_secondary_unit
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_stock_secondary_unit
: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/sale-workflow&target_branch=16.0
:alt: Try me on Runboat

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

This module extends the functionality of stock secondary unit module and
sale_order_secondary_unit to allow copy secondary sale data to stock move when
a sale order is confirmed.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module you need to:

#. Go to a *Product > General Information tab*.
#. Create any record in "Secondary unit of measure".
#. Set the conversion factor.
#. Go to *Sale > Quotation* and create a sale order with this product.
#. Confirm the sale order.
#. Go to picking from this sale order, you will see secondary unit information.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/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/sale-workflow/issues/new?body=module:%20sale_stock_secondary_unit%0Aversion:%2016.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
~~~~~~~

* Tecnativa

Contributors
~~~~~~~~~~~~

* Carlos Dauden <carlos.dauden@tecnativa.com>
* Sergio Teruel <sergio.teruel@tecnativa.com>
* Tony Gu <tony@openerp.cn>

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/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_stock_secondary_unit>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions sale_stock_secondary_unit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
16 changes: 16 additions & 0 deletions sale_stock_secondary_unit/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2019 Tecnativa - Sergio Teruel
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Sale Stock Secondary Unit",
"summary": "Get product quantities in a secondary unit",
"version": "16.0.1.0.0",
"development_status": "Production/Stable",
"category": "stock",
"website": "https://github.com/OCA/sale-workflow",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["sale_order_secondary_unit", "stock_secondary_unit"],
"auto_install": True,
}
20 changes: 20 additions & 0 deletions sale_stock_secondary_unit/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_stock_secondary_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\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: sale_stock_secondary_unit
#: model:ir.model,name:sale_stock_secondary_unit.model_stock_rule
msgid "Stock Rule"
msgstr ""
22 changes: 22 additions & 0 deletions sale_stock_secondary_unit/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_stock_secondary_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-07-27 10:19+0000\n"
"Last-Translator: Daniel Martinez Vila <daniel.martinez@qubiq.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 3.10\n"

#. module: sale_stock_secondary_unit
#: model:ir.model,name:sale_stock_secondary_unit.model_stock_rule
msgid "Stock Rule"
msgstr "Regla de stock"
22 changes: 22 additions & 0 deletions sale_stock_secondary_unit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_stock_secondary_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-06 17:10+0000\n"
"Last-Translator: Francesco Foresti <francesco.foresti@ooops404.com>\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: sale_stock_secondary_unit
#: model:ir.model,name:sale_stock_secondary_unit.model_stock_rule
msgid "Stock Rule"
msgstr "Regola di giacenza"
19 changes: 19 additions & 0 deletions sale_stock_secondary_unit/i18n/sale_stock_secondary_unit.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_stock_secondary_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.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: sale_stock_secondary_unit
#: model:ir.model,name:sale_stock_secondary_unit.model_stock_rule
msgid "Stock Rule"
msgstr ""
23 changes: 23 additions & 0 deletions sale_stock_secondary_unit/i18n/zh_CN.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_stock_secondary_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Tony Gu<tony@openerp.cn>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: sale_stock_secondary_unit
#: model:ir.model,name:sale_stock_secondary_unit.model_stock_rule
msgid "Stock Rule"
msgstr ""

#~ msgid "Procurement Rule"
#~ msgstr "补货规则"
2 changes: 2 additions & 0 deletions sale_stock_secondary_unit/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import stock_rule
44 changes: 44 additions & 0 deletions sale_stock_secondary_unit/models/stock_rule.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Copyright 2019 Tecnativa - Sergio Teruel
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import models


class StockRule(models.Model):
_inherit = "stock.rule"

def _get_stock_move_values(
self,
product_id,
product_qty,
product_uom,
location_id,
name,
origin,
company_id,
values,
):
res = super()._get_stock_move_values(
product_id,
product_qty,
product_uom,
location_id,
name,
origin,
company_id,
values,
)
sale_line_id = values.get("sale_line_id", False)
# Record can be a sale order line or a stock move depending of pull
# and push rules
if sale_line_id:
record = self.env["sale.order.line"].browse(sale_line_id)
else:
record = values.get("move_dest_ids", self.env["stock.move"].browse())[:1]
if record and record.secondary_uom_id:
res.update(
{
"secondary_uom_id": record.secondary_uom_id.id,
"secondary_uom_qty": record.secondary_uom_qty,
}
)
return res
3 changes: 3 additions & 0 deletions sale_stock_secondary_unit/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Carlos Dauden <carlos.dauden@tecnativa.com>
* Sergio Teruel <sergio.teruel@tecnativa.com>
* Tony Gu <tony@openerp.cn>
3 changes: 3 additions & 0 deletions sale_stock_secondary_unit/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This module extends the functionality of stock secondary unit module and
sale_order_secondary_unit to allow copy secondary sale data to stock move when
a sale order is confirmed.
8 changes: 8 additions & 0 deletions sale_stock_secondary_unit/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To use this module you need to:

#. Go to a *Product > General Information tab*.
#. Create any record in "Secondary unit of measure".
#. Set the conversion factor.
#. Go to *Sale > Quotation* and create a sale order with this product.
#. Confirm the sale order.
#. Go to picking from this sale order, you will see secondary unit information.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.