File tree Expand file tree Collapse file tree
sale_stock_line_customer_ref Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ addon | version | maintainers | summary
3838[ sale_procurement_group_by_line] ( sale_procurement_group_by_line/ ) | 18.0.1.0.0 | | Base module for multiple procurement group by Sale order
3939[ sale_sourced_by_line] ( sale_sourced_by_line/ ) | 18.0.1.0.0 | | Multiple warehouse source locations for Sale order
4040[ sale_stock_cancel_restriction] ( sale_stock_cancel_restriction/ ) | 18.0.1.0.0 | | Sale Stock Cancel Restriction
41+ [ sale_stock_line_customer_ref] ( sale_stock_line_customer_ref/ ) | 18.0.1.0.0 | [ ![ sebalix] ( https://github.com/sebalix.png?size=30px )] ( https://github.com/sebalix ) | Allow you to add a customer reference on order lines propagaged to move operations.
4142
4243[ // ] : # ( end addons )
4344
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Sale Stock Line Customer Reference
77 !! This file is generated by oca-gen-addon-readme !!
88 !! changes will be overwritten. !!
99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10- !! source digest: sha256:dd1b55e34a2254ca2e5652259ef164427c2a067795824a51ba681a2d886ae6f3
10+ !! source digest: sha256:708a7e1b65e58df39f3722468a3278eadd89ebb888a7d7d805d857f4ed7b6140
1111 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -74,9 +74,9 @@ Authors
7474Contributors
7575------------
7676
77- - Sébastien Alix <sebastien.alix@camptocamp.com>
78- - Simone Orsi <simone.orsi@camptocamp.com>
79- - Do Anh Duy <duyda@trobz.com>
77+ - Sébastien Alix <sebastien.alix@camptocamp.com>
78+ - Simone Orsi <simone.orsi@camptocamp.com>
79+ - Do Anh Duy <duyda@trobz.com>
8080
8181Other credits
8282-------------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Sale Stock Line Customer Reference</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:dd1b55e34a2254ca2e5652259ef164427c2a067795824a51ba681a2d886ae6f3
370+ !! source digest: sha256:708a7e1b65e58df39f3722468a3278eadd89ebb888a7d7d805d857f4ed7b6140
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372< 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/sale-workflow/tree/18.0/sale_stock_line_customer_ref "> < img alt ="OCA/sale-workflow " src ="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_stock_line_customer_ref "> < 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/sale-workflow&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373373< p > This module allows you to add a customer reference on a sale order line.
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-sale-workflow"
3- version = " 18.0.20250226.0 "
3+ version = " 18.0.20250226.1 "
44dependencies = [
55 " odoo-addon-sale_automatic_workflow==18.0.*" ,
66 " odoo-addon-sale_automatic_workflow_stock==18.0.*" ,
@@ -19,6 +19,7 @@ dependencies = [
1919 " odoo-addon-sale_procurement_group_by_line==18.0.*" ,
2020 " odoo-addon-sale_sourced_by_line==18.0.*" ,
2121 " odoo-addon-sale_stock_cancel_restriction==18.0.*" ,
22+ " odoo-addon-sale_stock_line_customer_ref==18.0.*" ,
2223]
2324classifiers =[
2425 " Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments