Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Mar 22, 2024
1 parent 351981a commit c0342ac
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ addon | version | maintainers | summary
[purchase_cancel_confirm](purchase_cancel_confirm/) | 14.0.1.0.1 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Purchase Cancel Confirm
[purchase_cancel_reason](purchase_cancel_reason/) | 14.0.1.0.1 | | Purchase Cancel Reason
[purchase_commercial_partner](purchase_commercial_partner/) | 14.0.1.0.0 | | Add stored related field 'Commercial Supplier' on POs
[purchase_default_terms_conditions](purchase_default_terms_conditions/) | 14.0.1.0.1 | | This module allows purchase default terms & conditions
[purchase_default_terms_conditions](purchase_default_terms_conditions/) | 14.0.1.0.2 | | This module allows purchase default terms & conditions
[purchase_delivery_split_date](purchase_delivery_split_date/) | 14.0.1.1.2 | | Allows Purchase Order you confirm to generate one Incoming Shipment for each expected date indicated in the Purchase Order Lines
[purchase_deposit](purchase_deposit/) | 14.0.1.1.2 | | Option to create deposit from purchase order
[purchase_discount](purchase_discount/) | 14.0.1.2.1 | | Purchase order lines with discounts
Expand Down Expand Up @@ -82,7 +82,7 @@ addon | version | maintainers | summary
[purchase_order_weight_volume](purchase_order_weight_volume/) | 14.0.1.0.1 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) | Display purchase order weight and volume
[purchase_partner_approval](purchase_partner_approval/) | 14.0.1.0.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Control Partners that can be used in Purchase Orders
[purchase_partner_incoterm](purchase_partner_incoterm/) | 14.0.3.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Add a an incoterm field for supplier and use it on purchase order
[purchase_picking_state](purchase_picking_state/) | 14.0.1.1.0 | | Purchase Picking State
[purchase_picking_state](purchase_picking_state/) | 14.0.1.1.1 | | Purchase Picking State
[purchase_product_usage](purchase_product_usage/) | 14.0.1.1.1 | | Purchase Product Usage
[purchase_propagate_qty](purchase_propagate_qty/) | 14.0.1.0.3 | | Quantity decrease on purchase line are propagated to the corresponding stock.move
[purchase_quick](purchase_quick/) | 14.0.1.0.3 | | Quick Purchase order
Expand Down
2 changes: 1 addition & 1 deletion purchase_default_terms_conditions/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Purchase Default Terms Conditions
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:91b47a72a31215ec6ad3b5ff5a7d16e8366ac4ee65bf2cfc3704b54616e024de
!! source digest: sha256:d46038959ab68a1e89455cf92fc8b72875368b8a2707f388618c0e7652dca21e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion purchase_default_terms_conditions/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Purchase Default Terms Conditions",
"summary": """
This module allows purchase default terms & conditions""",
"version": "14.0.1.0.1",
"version": "14.0.1.0.2",
"license": "AGPL-3",
"author": "Escodoo,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h1 class="title">Purchase Default Terms Conditions</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:91b47a72a31215ec6ad3b5ff5a7d16e8366ac4ee65bf2cfc3704b54616e024de
!! source digest: sha256:d46038959ab68a1e89455cf92fc8b72875368b8a2707f388618c0e7652dca21e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/purchase-workflow/tree/14.0/purchase_default_terms_conditions"><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-14-0/purchase-workflow-14-0-purchase_default_terms_conditions"><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&amp;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 purchase default terms &amp; conditions from Suppler or Company</p>
Expand Down
2 changes: 1 addition & 1 deletion purchase_picking_state/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Purchase Picking State
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4209f352838096a240b0e65a90a83299adba2d2eac9f677fded91085544672c1
!! source digest: sha256:8fca7db75f91c91ff3d3198fb1b2d8de1d696ea83757f80017bd1107d2988a6c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion purchase_picking_state/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Purchase Picking State",
"version": "14.0.1.1.0",
"version": "14.0.1.1.1",
"author": "Akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Purchase Management",
Expand Down
3 changes: 1 addition & 2 deletions purchase_picking_state/static/description/index.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -367,7 +366,7 @@ <h1 class="title">Purchase Picking State</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4209f352838096a240b0e65a90a83299adba2d2eac9f677fded91085544672c1
!! source digest: sha256:8fca7db75f91c91ff3d3198fb1b2d8de1d696ea83757f80017bd1107d2988a6c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/purchase-workflow/tree/14.0/purchase_picking_state"><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-14-0/purchase-workflow-14-0-purchase_picking_state"><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&amp;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 adds a “picking status” field on Purchase Orders, displaying the general state of the pickings related to that Order.</p>
Expand Down

0 comments on commit c0342ac

Please sign in to comment.