mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
s_product_qty_by_packaging: minor fixes
This commit is contained in:
committed by
nguyen hoang hiep
parent
4f751e8a98
commit
5a16153895
@@ -9,7 +9,6 @@
|
|||||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"application": False,
|
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"depends": ["stock_packaging_calculator", "stock"],
|
"depends": ["stock_packaging_calculator", "stock"],
|
||||||
"data": ["views/stock_picking.xml"],
|
"data": ["views/stock_picking.xml"],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Copyright 2020 Camptocamp SA
|
# Copyright 2020 Camptocamp SA
|
||||||
# @author: Simone Orsi <simone.orsi@camptocamp.com>
|
# @author: Simone Orsi <simone.orsi@camptocamp.com>
|
||||||
# @author: Sébastien Alix <sebastien.alix@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
|
from odoo import models
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Copyright 2020 Camptocamp SA
|
# Copyright 2020 Camptocamp SA
|
||||||
# @author: Simone Orsi <simone.orsi@camptocamp.com>
|
# @author: Simone Orsi <simone.orsi@camptocamp.com>
|
||||||
# @author: Sébastien Alix <sebastien.alix@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
|
from odoo import models
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Copyright 2020 Camptocamp SA
|
# Copyright 2020 Camptocamp SA
|
||||||
# @author: Simone Orsi <simone.orsi@camptocamp.com>
|
# @author: Simone Orsi <simone.orsi@camptocamp.com>
|
||||||
# @author: Sébastien Alix <sebastien.alix@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
|
from odoo import models
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,8 @@
|
|||||||
Glue module for `stock_packaging_calculator` and `stock`.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user