s_product_qty_by_packaging: minor fixes

This commit is contained in:
Simone Orsi
2021-06-11 11:49:06 +02:00
committed by nguyen hoang hiep
parent 4f751e8a98
commit 5a16153895
5 changed files with 10 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "LGPL-3",
"application": False,
"installable": True,
"depends": ["stock_packaging_calculator", "stock"],
"data": ["views/stock_picking.xml"],

View File

@@ -1,7 +1,7 @@
# Copyright 2020 Camptocamp SA
# @author: Simone Orsi <simone.orsi@camptocamp.com>
# @author: Sébastien Alix <sebastien.alix@camptocamp.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl)
from odoo import models

View File

@@ -1,7 +1,7 @@
# Copyright 2020 Camptocamp SA
# @author: Simone Orsi <simone.orsi@camptocamp.com>
# @author: Sébastien Alix <sebastien.alix@camptocamp.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl)
from odoo import models

View File

@@ -1,7 +1,7 @@
# Copyright 2020 Camptocamp SA
# @author: Simone Orsi <simone.orsi@camptocamp.com>
# @author: Sébastien Alix <sebastien.alix@camptocamp.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from odoo import models

View File

@@ -1 +1,8 @@
Glue module for `stock_packaging_calculator` and `stock`.
It adds product qty computed by packaging to:
* stock move
* stock move line
* stock quant
and displays it for move line on stock picking view.