Merge PR #1175 into 13.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot
2021-06-11 11:02:29 +00:00
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.