diff --git a/README.md b/README.md index 821f21b16..5931fc853 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [hr_timesheet_activity_begin_end](hr_timesheet_activity_begin_end/) | 14.0.1.0.2 | | Timesheet Activities - Begin/End Hours [hr_timesheet_analysis](hr_timesheet_analysis/) | 14.0.1.0.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Analyze tracked time in Graph views [hr_timesheet_employee_analytic_tag](hr_timesheet_employee_analytic_tag/) | 14.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Hr Timesheet Employee Analytic Tag -[hr_timesheet_purchase_order](hr_timesheet_purchase_order/) | 14.0.1.0.0 | | HR Timesheet Purchase Order +[hr_timesheet_purchase_order](hr_timesheet_purchase_order/) | 14.0.1.1.0 | [![dessanhemrayev](https://github.com/dessanhemrayev.png?size=30px)](https://github.com/dessanhemrayev) [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | HR Timesheet Purchase Order [hr_timesheet_report](hr_timesheet_report/) | 14.0.1.0.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Generate Timesheet Report from Task Logs [hr_timesheet_report_milestone](hr_timesheet_report_milestone/) | 14.0.1.0.0 | | Extend Timesheet by adding Milestone [hr_timesheet_sheet](hr_timesheet_sheet/) | 14.0.1.4.1 | | Timesheet Sheets, Activities diff --git a/hr_timesheet_purchase_order/README.rst b/hr_timesheet_purchase_order/README.rst index 49b166051..547af8697 100644 --- a/hr_timesheet_purchase_order/README.rst +++ b/hr_timesheet_purchase_order/README.rst @@ -7,7 +7,7 @@ HR Timesheet Purchase Order !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fc7747e3e251a99b57a236dfdee7580c52bc5ebeb54ea304cebc90d2523289ab + !! source digest: sha256:8ee916a67e3d61ac27f7e4f0a2499babf868024f27e3b2a9de46b7c7b7a869e8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -32,8 +32,7 @@ HR Timesheet Purchase Order Create purchase orders from timesheet sheets ============================================ -This module allows you to create Purchase Orders based on the employee timesheet sheet. -This might be usefull for subcontrating and outsourcing. +This module allows you to create Purchase Orders based on the employee timesheet sheet, both manually and automatically. This can be useful for subcontrating and outsourcing. **Table of contents** @@ -43,14 +42,16 @@ This might be usefull for subcontrating and outsourcing. Configuration ============= -Select a product that will be used for PO lines *General Settings -> Timesheet -> Purchase Timesheet Product* +General Settings > Timesheet > Timesheet Options: in field "Purchase Timesheet Product" select the product that will be used in PO to bill timesheet hours. Usage ===== -* Go to Employees app > select an employee > go to HR Settings tab and enable the "Generate Purchase Order from timesheet sheet" checkbox -* Select the Billing partner for which the PO will be created -* Click the *Create Purchase Order* in the *Timesheet Sheet* form to create a new RFQ +Go to Employees app > select an employee > go to HR Settings tab and enable the "Generate POs from timesheet sheet" checkbox +Select the Billing partner which will be the vendor in the created POs +By enabling "Automatic PO generation from timesheet sheets" in Partner > Sales & Purchase tab, user can set the recurrence of PO generation and whether the RFQ report should be sent automatically after creation. + +In the Timesheet Sheet form, use the Create Purchase Order button to create a new RFQ. A server action to create POs is also available in tree view. @@ -97,6 +98,20 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. +.. |maintainer-dessanhemrayev| image:: https://github.com/dessanhemrayev.png?size=40px + :target: https://github.com/dessanhemrayev + :alt: dessanhemrayev +.. |maintainer-aleuffre| image:: https://github.com/aleuffre.png?size=40px + :target: https://github.com/aleuffre + :alt: aleuffre +.. |maintainer-renda-dev| image:: https://github.com/renda-dev.png?size=40px + :target: https://github.com/renda-dev + :alt: renda-dev + +Current `maintainers `__: + +|maintainer-dessanhemrayev| |maintainer-aleuffre| |maintainer-renda-dev| + This module is part of the `OCA/timesheet `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/hr_timesheet_purchase_order/__manifest__.py b/hr_timesheet_purchase_order/__manifest__.py index 96d5b9d42..8c0ade82a 100644 --- a/hr_timesheet_purchase_order/__manifest__.py +++ b/hr_timesheet_purchase_order/__manifest__.py @@ -3,7 +3,7 @@ { "name": "HR Timesheet Purchase Order", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "summary": "HR Timesheet Purchase Order", "author": "Ooops, Cetmix, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/hr_timesheet_purchase_order/static/description/index.html b/hr_timesheet_purchase_order/static/description/index.html index 8fbd9d7e1..fe4360a26 100644 --- a/hr_timesheet_purchase_order/static/description/index.html +++ b/hr_timesheet_purchase_order/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,14 +368,13 @@

HR Timesheet Purchase Order

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:fc7747e3e251a99b57a236dfdee7580c52bc5ebeb54ea304cebc90d2523289ab +!! source digest: sha256:8ee916a67e3d61ac27f7e4f0a2499babf868024f27e3b2a9de46b7c7b7a869e8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/timesheet Translate me on Weblate Try me on Runboat

Create purchase orders from timesheet sheets

-

This module allows you to create Purchase Orders based on the employee timesheet sheet. -This might be usefull for subcontrating and outsourcing.

+

This module allows you to create Purchase Orders based on the employee timesheet sheet, both manually and automatically. This can be useful for subcontrating and outsourcing.

Table of contents

    @@ -394,15 +392,14 @@

    Create purchase orders from timesheet sheets

Configuration

-

Select a product that will be used for PO lines General Settings -> Timesheet -> Purchase Timesheet Product

+

General Settings > Timesheet > Timesheet Options: in field “Purchase Timesheet Product” select the product that will be used in PO to bill timesheet hours.

Usage

-
    -
  • Go to Employees app > select an employee > go to HR Settings tab and enable the “Generate Purchase Order from timesheet sheet” checkbox
  • -
  • Select the Billing partner for which the PO will be created
  • -
  • Click the Create Purchase Order in the Timesheet Sheet form to create a new RFQ
  • -
+

Go to Employees app > select an employee > go to HR Settings tab and enable the “Generate POs from timesheet sheet” checkbox +Select the Billing partner which will be the vendor in the created POs +By enabling “Automatic PO generation from timesheet sheets” in Partner > Sales & Purchase tab, user can set the recurrence of PO generation and whether the RFQ report should be sent automatically after creation.

+

In the Timesheet Sheet form, use the Create Purchase Order button to create a new RFQ.

A server action to create POs is also available in tree view.

@@ -442,6 +439,8 @@

Maintainers

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

+

Current maintainers:

+

dessanhemrayev aleuffre renda-dev

This module is part of the OCA/timesheet project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.