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:
@@ -26,6 +26,7 @@ addon | version | maintainers | summary
|
||||
[procurement_auto_create_group](procurement_auto_create_group/) | 14.0.1.2.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run.
|
||||
[product_quantity_update_force_inventory](product_quantity_update_force_inventory/) | 14.0.1.0.1 | | Product Quantity Update Force Inventory
|
||||
[product_route_profile](product_route_profile/) | 14.0.1.0.3 | [](https://github.com/Kev-Roche) | Add Route profile concept on product
|
||||
[sale_stock_on_hand_popup](sale_stock_on_hand_popup/) | 14.0.1.0.1 | | Sale Stock On Hand Popup
|
||||
[scrap_location_filter](scrap_location_filter/) | 14.0.1.0.0 | [](https://github.com/opensourceintegrators) | Filters scrap location
|
||||
[scrap_reason_code](scrap_reason_code/) | 14.0.1.1.1 | [](https://github.com/bodedra) | Reason code for scrapping
|
||||
[stock_archive_constraint](stock_archive_constraint/) | 14.0.1.0.0 | [](https://github.com/victoralmau) | Stock archive constraint
|
||||
|
||||
@@ -7,7 +7,7 @@ Sale Stock On Hand Popup
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:78a41631bddec869bb0ada2c2b91a2a700c7ea2fe90969bfcdfa547bf64da394
|
||||
!! source digest: sha256:7e7d0b495f5c5c2c119238bc86c9beee329c4ac57c102e536b6fc4dce6988870
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"author": "PyTech SRL, Ooops404, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||
"category": "Warehouse Management",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "14.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["sale_stock", "stock_available"],
|
||||
"data": ["views/sale_order_views.xml"],
|
||||
|
||||
BIN
sale_stock_on_hand_popup/static/description/icon.png
Normal file
BIN
sale_stock_on_hand_popup/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
@@ -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:78a41631bddec869bb0ada2c2b91a2a700c7ea2fe90969bfcdfa547bf64da394
|
||||
!! source digest: sha256:7e7d0b495f5c5c2c119238bc86c9beee329c4ac57c102e536b6fc4dce6988870
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/sale_stock_on_hand_popup"><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-14-0/stock-logistics-warehouse-14-0-sale_stock_on_hand_popup"><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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows user to check from sale order line all inventory lines related to that product.</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
14.0.20230810.0
|
||||
14.0.20240126.0
|
||||
@@ -13,6 +13,7 @@ setuptools.setup(
|
||||
'odoo14-addon-procurement_auto_create_group',
|
||||
'odoo14-addon-product_quantity_update_force_inventory',
|
||||
'odoo14-addon-product_route_profile',
|
||||
'odoo14-addon-sale_stock_on_hand_popup',
|
||||
'odoo14-addon-scrap_location_filter',
|
||||
'odoo14-addon-scrap_reason_code',
|
||||
'odoo14-addon-stock_archive_constraint',
|
||||
|
||||
Reference in New Issue
Block a user