From cfddd4990973633c87cdf7dc606c0e5e8327c9ec Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Wed, 9 Oct 2024 13:16:02 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- resource_work_time_from_contracts/README.rst | 2 +- resource_work_time_from_contracts/__manifest__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30022bbb..f84fa0a1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ addon | version | maintainers | summary [purchase_order_weight](purchase_order_weight/) | 12.0.1.0.0 | | Adds weight and weight unit to Purchase Order [purchase_supplier_free_shipping_threshold](purchase_supplier_free_shipping_threshold/) | 12.0.1.0.0 | [![victor-champonnois](https://github.com/victor-champonnois.png?size=30px)](https://github.com/victor-champonnois) | Free Shipping Threshold On Suppliers [report_certisys_label](report_certisys_label/) | 12.0.1.0.0 | | Add Certisys Label on account, stock and sale reports -[resource_work_time_from_contracts](resource_work_time_from_contracts/) | 12.0.1.0.0 | | Take the contracts of an employee into account when computing work time per day +[resource_work_time_from_contracts](resource_work_time_from_contracts/) | 12.0.2.0.0 | | Take the contracts of an employee into account when computing work time per day [sale_order_for_approval](sale_order_for_approval/) | 12.0.1.0.0 | | Display "For Approval" mention on Sale Orders [sale_order_mass_confirmation](sale_order_mass_confirmation/) | 12.0.1.0.0 | | Confirm multiple sale orders (quotations) with one action [sale_order_packaging_info](sale_order_packaging_info/) | 12.0.1.0.0 | [![carmenbianca](https://github.com/carmenbianca.png?size=30px)](https://github.com/carmenbianca) | Creates a table of packaging products on sales orders. diff --git a/resource_work_time_from_contracts/README.rst b/resource_work_time_from_contracts/README.rst index 1e46fdbc..38d21c33 100644 --- a/resource_work_time_from_contracts/README.rst +++ b/resource_work_time_from_contracts/README.rst @@ -7,7 +7,7 @@ Resource Work Time From Contracts !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7776625e183b593987ca71b9d7b76f7a3c602e6cbf8393803c571444d7bfbe9b + !! source digest: sha256:b3376d88abde6b5984477a53f257103e46f974dd35e2c0ebd54391c50e8f801a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/resource_work_time_from_contracts/__manifest__.py b/resource_work_time_from_contracts/__manifest__.py index 422cb226..3ff68bb9 100644 --- a/resource_work_time_from_contracts/__manifest__.py +++ b/resource_work_time_from_contracts/__manifest__.py @@ -7,7 +7,7 @@ "Take the contracts of an employee into account when computing work " "time per day" ), - "version": "12.0.1.0.0", + "version": "12.0.2.0.0", "license": "AGPL-3", "author": "Coop IT Easy SC", "website": "https://coopiteasy.be",