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:
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[account_move_line_product](account_move_line_product/) | 16.0.1.0.0 | | Displays the product in the journal entries and items
|
||||
[account_move_line_stock_info](account_move_line_stock_info/) | 16.0.1.1.1 | | Account Move Line Stock Info
|
||||
[base_product_merge](base_product_merge/) | 16.0.1.0.0 | [](https://github.com/JasminSForgeFlow) | Merge duplicate products
|
||||
[procurement_auto_create_group](procurement_auto_create_group/) | 16.0.1.0.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run.
|
||||
[product_packaging_usability](product_packaging_usability/) | 16.0.1.0.1 | | Add sugar to Product Packaging
|
||||
[scrap_reason_code](scrap_reason_code/) | 16.0.1.1.0 | [](https://github.com/bodedra) | Reason code for scrapping
|
||||
|
||||
@@ -7,7 +7,7 @@ Base Products Merge
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:b7b89aa2d12bfa897bc0a6587324fb6a013b3410c47e7e2733779da135813019
|
||||
!! source digest: sha256:39c99918ef7570bdf32ae851c1dfbfc9f4d1181d86b11c012460c8769b80771b
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
||||
@@ -367,7 +367,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:b7b89aa2d12bfa897bc0a6587324fb6a013b3410c47e7e2733779da135813019
|
||||
!! source digest: sha256:39c99918ef7570bdf32ae851c1dfbfc9f4d1181d86b11c012460c8769b80771b
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/16.0/base_product_merge"><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-base_product_merge"><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>We can merge duplicates products into single product</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
16.0.20240729.0
|
||||
16.0.20240806.0
|
||||
@@ -10,6 +10,7 @@ setuptools.setup(
|
||||
install_requires=[
|
||||
'odoo-addon-account_move_line_product>=16.0dev,<16.1dev',
|
||||
'odoo-addon-account_move_line_stock_info>=16.0dev,<16.1dev',
|
||||
'odoo-addon-base_product_merge>=16.0dev,<16.1dev',
|
||||
'odoo-addon-procurement_auto_create_group>=16.0dev,<16.1dev',
|
||||
'odoo-addon-product_packaging_usability>=16.0dev,<16.1dev',
|
||||
'odoo-addon-scrap_reason_code>=16.0dev,<16.1dev',
|
||||
|
||||
Reference in New Issue
Block a user