File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ addon | version | maintainers | summary
5959[ purchase_stock_price_unit_sync] ( purchase_stock_price_unit_sync/ ) | 19.0.1.0.0 | | Update cost price in stock moves already done
6060[ purchase_tag] ( purchase_tag/ ) | 19.0.1.1.0 | | Allows to add multiple tags to purchase orders
6161[ purchase_uom_discrete] ( purchase_uom_discrete/ ) | 19.0.1.0.0 | | Round discrete purchase quantities up to whole numbers
62+ [ purchase_v12_control_menu] ( purchase_v12_control_menu/ ) | 19.0.1.0.0 | | Purchase Control Menu from v12
6263[ sale_purchase_force_vendor] ( sale_purchase_force_vendor/ ) | 19.0.1.0.1 | <a href =' https://github.com/victoralmau ' ><img src =' https://github.com/victoralmau.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' victoralmau ' /></a > | Sale Purchase Force Vendor
6364[ supplier_calendar] ( supplier_calendar/ ) | 19.0.1.0.0 | <a href =' https://github.com/LoisRForgeFlow ' ><img src =' https://github.com/LoisRForgeFlow.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' LoisRForgeFlow ' /></a > | Supplier Calendar
6465
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Purchase Control Menu from v12
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:61a94275b0f4ed7efeacefee43702907886445934482ae0953125b31be22efa3
14+ !! source digest: sha256:63e0437f2b7392a2d41b629b1ef8feeb870c97c3d553e61b4cba91aa8e41cdfd
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change 33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Purchase Control Menu from v12 </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
@@ -372,7 +372,7 @@ <h1>Purchase Control Menu from v12</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:61a94275b0f4ed7efeacefee43702907886445934482ae0953125b31be22efa3
375+ !! source digest: sha256:63e0437f2b7392a2d41b629b1ef8feeb870c97c3d553e61b4cba91aa8e41cdfd
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< 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/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/purchase-workflow/tree/19.0/purchase_v12_control_menu "> < img alt ="OCA/purchase-workflow " src ="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/purchase-workflow-19-0/purchase-workflow-19-0-purchase_v12_control_menu "> < 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/purchase-workflow&target_branch=19.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > This module recovers the Purchase control menu as it was in v12. It gave
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-purchase-workflow"
3- version = " 19.0.20260824 .0"
3+ version = " 19.0.20260825 .0"
44dependencies = [
55 " odoo-addon-partner_supplierinfo_smartbutton==19.0.*" ,
66 " odoo-addon-procurement_purchase_no_grouping==19.0.*" ,
@@ -39,6 +39,7 @@ dependencies = [
3939 " odoo-addon-purchase_stock_price_unit_sync==19.0.*" ,
4040 " odoo-addon-purchase_tag==19.0.*" ,
4141 " odoo-addon-purchase_uom_discrete==19.0.*" ,
42+ " odoo-addon-purchase_v12_control_menu==19.0.*" ,
4243 " odoo-addon-sale_purchase_force_vendor==19.0.*" ,
4344 " odoo-addon-supplier_calendar==19.0.*" ,
4445]
You can’t perform that action at this time.
0 commit comments