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
96 changes: 96 additions & 0 deletions purchase_stock_secondary_unit/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
=============================
Purchase Stock Secondary Unit
=============================

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

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

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

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

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module you need to:

1. Go to a *Product > General Information tab*.
2. Create any record in "Secondary unit of measure".
3. Set the conversion factor.
4. Go to *Purchase > Requests for Quotation* and create a purchase order
with this product.
5. Confirm the purchase order.
6. Go to picking from this purchase order, you will see secondary unit
information.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-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/purchase-workflow/issues/new?body=module:%20purchase_stock_secondary_unit%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
-------

* Jarsa

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

- Alan Ramos <[email protected]>

- `Tecnativa <https://www.tecnativa.com>`__:

- Sergio Teruel <[email protected]>

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/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/18.0/purchase_stock_secondary_unit>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions purchase_stock_secondary_unit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2020 Jarsa Sistemas
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import models
21 changes: 21 additions & 0 deletions purchase_stock_secondary_unit/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2020 Jarsa Sistemas
# Copyright 2021 Tecnativa - Sergio Teruel
# License AGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "Purchase Stock Secondary Unit",
"summary": "Get product quantities in a secondary unit",
"version": "18.0.1.0.0",
"development_status": "Beta",
"category": "stock",
"website": "https://github.com/OCA/purchase-workflow",
"author": "Jarsa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"purchase_order_secondary_unit",
"stock_secondary_unit",
"purchase_stock",
],
"auto_install": True,
}
23 changes: 23 additions & 0 deletions purchase_stock_secondary_unit/i18n/de.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:
# * purchase_stock_secondary_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \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: purchase_stock_secondary_unit
#: model:ir.model,name:purchase_stock_secondary_unit.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Bestellposition"

#~ msgid "Stock Move"
#~ msgstr "Lagerbewegung"
26 changes: 26 additions & 0 deletions purchase_stock_secondary_unit/i18n/es.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:
# * purchase_stock_secondary_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-25 15:30+0000\n"
"PO-Revision-Date: 2023-07-18 08:10+0000\n"
"Last-Translator: Ivorra78 <[email protected]>\n"
"Language-Team: \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: purchase_stock_secondary_unit
#: model:ir.model,name:purchase_stock_secondary_unit.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Línea de pedido de compra"

#~ msgid "Stock Move"
#~ msgstr "movimiento de existencias"
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:
# * purchase_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: purchase_stock_secondary_unit
#: model:ir.model,name:purchase_stock_secondary_unit.model_purchase_order_line
msgid "Purchase Order Line"
msgstr ""
4 changes: 4 additions & 0 deletions purchase_stock_secondary_unit/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2020 Jarsa Sistemas
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import purchase_order_line
67 changes: 67 additions & 0 deletions purchase_stock_secondary_unit/models/purchase_order_line.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Copyright 2020 Jarsa Sistemas
# Copyright 2021 Tecnativa - Sergio Teruel
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import api, models


class PurchaseOrderLine(models.Model):
_inherit = "purchase.order.line"

def _prepare_stock_moves(self, picking):
res = super()._prepare_stock_moves(picking)
# Ensure one method.
# Compute secondary unit values for stock moves.
# When a po line with stock moves has been updated the new moves only
# have the new quantity added so we always want compute the
# secondary unit.
if res:
res[0].update(
{
"secondary_uom_id": self.secondary_uom_id.id,
"secondary_uom_qty": self.secondary_uom_qty,
}
)
return res

def write(self, vals):
if "secondary_uom_qty" not in vals:
return super().write(vals)
po_lines = self.filtered(
lambda ln: ln.secondary_uom_qty != vals["secondary_uom_qty"]
)
res = super().write(vals)
for po_line in po_lines:
moves = po_line.move_ids
if len(moves) == 1:
moves.filtered(lambda sm: sm.state not in ["done", "cancel"]).write(
{"secondary_uom_qty": vals["secondary_uom_qty"]}
)
elif moves and vals.get("secondary_uom_qty"):
previous_secondary_qty = sum(m.secondary_uom_qty for m in moves[:-1])
moves[-1:].filtered(
lambda sm: sm.state not in ["done", "cancel"]
).secondary_uom_qty = vals["secondary_uom_qty"] - previous_secondary_qty
return res

def _prepare_stock_move_vals(
self, picking, price_unit, product_uom_qty, product_uom
):
vals = super()._prepare_stock_move_vals(
picking, price_unit, product_uom_qty, product_uom
)
if self.secondary_uom_id:
vals["secondary_uom_qty"] = self.secondary_uom_qty
vals["secondary_uom_id"] = self.secondary_uom_id.id
return vals

@api.model
def _prepare_purchase_order_line_from_procurement(
self, product_id, product_qty, product_uom, company_id, values, po
):
res = super()._prepare_purchase_order_line_from_procurement(
product_id, product_qty, product_uom, company_id, values, po
)
res["secondary_uom_id"] = values.get("secondary_uom_id", False)
res["secondary_uom_qty"] = values.get("secondary_uom_qty", 0.0)
return res
3 changes: 3 additions & 0 deletions purchase_stock_secondary_unit/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 purchase_stock_secondary_unit/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Alan Ramos \<[email protected]\>

- [Tecnativa](https://www.tecnativa.com):

> - Sergio Teruel \<[email protected]\>
3 changes: 3 additions & 0 deletions purchase_stock_secondary_unit/readme/DESCRIPTION.md
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
purchase_order_secondary_unit to allow copy secondary purchase data to
stock move when a purchase order is confirmed.
10 changes: 10 additions & 0 deletions purchase_stock_secondary_unit/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
To use this module you need to:

1. Go to a *Product \> General Information tab*.
2. Create any record in "Secondary unit of measure".
3. Set the conversion factor.
4. Go to *Purchase \> Requests for Quotation* and create a purchase
order with this product.
5. Confirm the purchase order.
6. Go to picking from this purchase order, you will see secondary unit
information.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading