mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -46,6 +46,7 @@ addon | version | maintainers | summary
|
||||
[stock_mts_mto_rule](stock_mts_mto_rule/) | 16.0.1.0.1 | | Add a MTS+MTO route
|
||||
[stock_packaging_calculator](stock_packaging_calculator/) | 16.0.1.0.1 | | Compute product quantity to pick by packaging
|
||||
[stock_packaging_calculator_packaging_level](stock_packaging_calculator_packaging_level/) | 16.0.1.0.0 | | Glue module for packaging level
|
||||
[stock_picking_batch_packaging_qty](stock_picking_batch_packaging_qty/) | 16.0.1.0.1 | [](https://github.com/EmilioPascual) [](https://github.com/rafaelbn) | Add packaging fields in stock picking batch
|
||||
[stock_picking_commercial_partner](stock_picking_commercial_partner/) | 16.0.1.0.0 | | Add Commercial Partner on the Stock Picking
|
||||
[stock_picking_procure_method](stock_picking_procure_method/) | 16.0.1.0.0 | | Allows to force the procurement method from the picking
|
||||
[stock_picking_product_interchangeable](stock_picking_product_interchangeable/) | 16.0.1.0.0 | [](https://github.com/CetmixGitDrone) | Stock Picking Product Interchangeable
|
||||
|
||||
@@ -1 +1 @@
|
||||
16.0.20240321.0
|
||||
16.0.20240421.0
|
||||
@@ -33,6 +33,7 @@ setuptools.setup(
|
||||
'odoo-addon-stock_mts_mto_rule>=16.0dev,<16.1dev',
|
||||
'odoo-addon-stock_packaging_calculator>=16.0dev,<16.1dev',
|
||||
'odoo-addon-stock_packaging_calculator_packaging_level>=16.0dev,<16.1dev',
|
||||
'odoo-addon-stock_picking_batch_packaging_qty>=16.0dev,<16.1dev',
|
||||
'odoo-addon-stock_picking_commercial_partner>=16.0dev,<16.1dev',
|
||||
'odoo-addon-stock_picking_procure_method>=16.0dev,<16.1dev',
|
||||
'odoo-addon-stock_picking_product_interchangeable>=16.0dev,<16.1dev',
|
||||
|
||||
@@ -7,7 +7,7 @@ Stock Batch Packaging Qty
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:e218c233fb4d5484d9187b62ec1994aa29278a35a8df7d63a76f5f5632c335a3
|
||||
!! source digest: sha256:6a22dabf5c574dadc26dd0e2f756f90b69f978a6393d8a7bf6de8fbfc62acc63
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "Stock Batch Packaging Qty",
|
||||
"summary": "Add packaging fields in stock picking batch",
|
||||
"version": "16.0.1.0.0",
|
||||
"version": "16.0.1.0.1",
|
||||
"author": "Moduon, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||
"category": "Warehouse",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
@@ -367,7 +366,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:e218c233fb4d5484d9187b62ec1994aa29278a35a8df7d63a76f5f5632c335a3
|
||||
!! source digest: sha256:6a22dabf5c574dadc26dd0e2f756f90b69f978a6393d8a7bf6de8fbfc62acc63
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_picking_batch_packaging_qty"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_picking_batch_packaging_qty"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>Add packaging fields in tree views inside picking batch.</p>
|
||||
|
||||
Reference in New Issue
Block a user