diff --git a/README.md b/README.md index 582698c2de27..bc79a46f22bf 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [stock_account_product_run_fifo_hook](stock_account_product_run_fifo_hook/) | 18.0.1.0.1 | | Add more flexibility in the run fifo method. [stock_no_negative](stock_no_negative/) | 18.0.1.0.0 | | Disallow negative stock levels by default +[stock_picking_invoice_link](stock_picking_invoice_link/) | 18.0.1.0.0 | | Adds link between pickings and invoices [stock_picking_sale_order_link](stock_picking_sale_order_link/) | 18.0.1.0.0 | | Link between picking and sale order [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 281acb5a4c42..9c8c70effd5e 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-stock-logistics-workflow" -version = "18.0.20241218.0" +version = "18.0.20250110.0" dependencies = [ "odoo-addon-stock_account_product_run_fifo_hook==18.0.*", "odoo-addon-stock_no_negative==18.0.*", + "odoo-addon-stock_picking_invoice_link==18.0.*", "odoo-addon-stock_picking_sale_order_link==18.0.*", ] classifiers=[ diff --git a/stock_picking_invoice_link/README.rst b/stock_picking_invoice_link/README.rst index d88a4f867c01..9d05dc86e05d 100644 --- a/stock_picking_invoice_link/README.rst +++ b/stock_picking_invoice_link/README.rst @@ -7,7 +7,7 @@ Stock Picking Invoice Link !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b84770438e83e728fc3e438a5542c07883adb15b786fff744733439c6992bcd4 + !! source digest: sha256:46ab07f0b266765ea007f36f537dfcf7fd1173e8a2009252945d5d6e93c0075c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png @@ -50,11 +50,11 @@ on delivery. Usage ===== -- Create a Sales Order and confirm. -- Deliver its pickings totally or partially. -- Create an invoice of the goods delivered. -- If you open invoice form, you must see a new Pickings tab with - information about them. +- Create a Sales Order and confirm. +- Deliver its pickings totally or partially. +- Create an invoice of the goods delivered. +- If you open invoice form, you must see a new Pickings tab with + information about them. Bug Tracker =========== @@ -80,38 +80,38 @@ Authors Contributors ------------ -- `Agile Business Group `__ +- `Agile Business Group `__ - - Lorenzo Battistini - - Alex Comba + - Lorenzo Battistini + - Alex Comba -- `Akretion `__ +- `Akretion `__ - - Alexis de Lattre + - Alexis de Lattre -- `AvanzOsc `__ +- `AvanzOsc `__ - - Oihane Crucelaegui - - Ana Juaristi - - Alfredo de la Fuente - - Ainara Galdona + - Oihane Crucelaegui + - Ana Juaristi + - Alfredo de la Fuente + - Ainara Galdona -- `Tecnativa `__ +- `Tecnativa `__ - - Pedro M. Baeza - - David Vidal - - Sergio Teruel - - João Marques + - Pedro M. Baeza + - David Vidal + - Sergio Teruel + - João Marques -- Unai Alkorta -- Iñaki Zabala -- Jacques-Etienne Baudoux -- Aitor Bouzas Naveira -- Carlos Lopez Mite -- Joel Matías Zilli -- `Trobz `__: +- Unai Alkorta +- Iñaki Zabala +- Jacques-Etienne Baudoux +- Aitor Bouzas Naveira +- Carlos Lopez Mite +- Joel Matías Zilli +- `Trobz `__: - - Thao Le + - Thao Le Other credits ------------- diff --git a/stock_picking_invoice_link/static/description/index.html b/stock_picking_invoice_link/static/description/index.html index 44becfb31d42..0541e477c1d4 100644 --- a/stock_picking_invoice_link/static/description/index.html +++ b/stock_picking_invoice_link/static/description/index.html @@ -367,7 +367,7 @@

Stock Picking Invoice Link

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b84770438e83e728fc3e438a5542c07883adb15b786fff744733439c6992bcd4 +!! source digest: sha256:46ab07f0b266765ea007f36f537dfcf7fd1173e8a2009252945d5d6e93c0075c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

This module adds a link between pickings and invoices as well as on the