diff --git a/contract_variable_qty_timesheet/README.rst b/contract_variable_qty_timesheet/README.rst index d12b8694f..259c0d82e 100644 --- a/contract_variable_qty_timesheet/README.rst +++ b/contract_variable_qty_timesheet/README.rst @@ -17,20 +17,20 @@ Contract Variable Qty Timesheet :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github - :target: https://github.com/OCA/contract/tree/16.0/contract_variable_qty_timesheet + :target: https://github.com/OCA/contract/tree/17.0/contract_variable_qty_timesheet :alt: OCA/contract .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_variable_qty_timesheet + :target: https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-contract_variable_qty_timesheet :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module extends the functionality of contract_variable_quantity adding -several variable quantity formulas to allow to invoice lines from Timesheet -(Analytic Lines). +This module extends the functionality of contract_variable_quantity +adding several variable quantity formulas to allow to invoice lines from +Timesheet (Analytic Lines). **Table of contents** @@ -42,12 +42,13 @@ Usage To use this module, you need to: -#. Go to Invoicing > Customers > Customer Contracts and select or create a new contract. -#. Check *Generate recurring invoices automatically*. -#. Add a new recurring invoicing line. -#. Select "Variable quantity" in column "Qty. type". -#. Select "Project Timesheets", "Tasks Timesheets" or "Analytic Same Product" - depending on your need. +1. Go to Invoicing > Customers > Customer Contracts and select or create + a new contract. +2. Check *Generate recurring invoices automatically*. +3. Add a new recurring invoicing line. +4. Select "Variable quantity" in column "Qty. type". +5. Select "Project Timesheets", "Tasks Timesheets" or "Analytic Same + Product" depending on your need. Bug Tracker =========== @@ -55,7 +56,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -63,29 +64,29 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `_: +- `Tecnativa `__: - * Carlos Dauden - * Pedro M. Baeza - * Carolina Fernandez + - Carlos Dauden + - Pedro M. Baeza + - Carolina Fernandez -* `Guadaltech `_: +- `Guadaltech `__: - * Fernando La Chica + - Fernando La Chica -* `Coopdevs Treball `_: +- `Coopdevs Treball `__: - * Daniel Palomar + - Daniel Palomar Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -111,6 +112,6 @@ Current `maintainers `__: |maintainer-carlosdauden| |maintainer-pedrobaeza| |maintainer-danypr92| -This module is part of the `OCA/contract `_ project on GitHub. +This module is part of the `OCA/contract `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/contract_variable_qty_timesheet/pyproject.toml b/contract_variable_qty_timesheet/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/contract_variable_qty_timesheet/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/contract_variable_qty_timesheet/readme/CONTRIBUTORS.md b/contract_variable_qty_timesheet/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..c8192da42 --- /dev/null +++ b/contract_variable_qty_timesheet/readme/CONTRIBUTORS.md @@ -0,0 +1,8 @@ +- [Tecnativa](https://www.tecnativa.com): + - Carlos Dauden + - Pedro M. Baeza + - Carolina Fernandez +- [Guadaltech](https://www.guadaltech.es): + - Fernando La Chica \<\> +- [Coopdevs Treball](https://coopdevs.coop): + - Daniel Palomar \<\> diff --git a/contract_variable_qty_timesheet/readme/CONTRIBUTORS.rst b/contract_variable_qty_timesheet/readme/CONTRIBUTORS.rst deleted file mode 100644 index b87de8df6..000000000 --- a/contract_variable_qty_timesheet/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,13 +0,0 @@ -* `Tecnativa `_: - - * Carlos Dauden - * Pedro M. Baeza - * Carolina Fernandez - -* `Guadaltech `_: - - * Fernando La Chica - -* `Coopdevs Treball `_: - - * Daniel Palomar diff --git a/contract_variable_qty_timesheet/readme/DESCRIPTION.md b/contract_variable_qty_timesheet/readme/DESCRIPTION.md new file mode 100644 index 000000000..f9c2b605c --- /dev/null +++ b/contract_variable_qty_timesheet/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module extends the functionality of contract_variable_quantity +adding several variable quantity formulas to allow to invoice lines from +Timesheet (Analytic Lines). diff --git a/contract_variable_qty_timesheet/readme/DESCRIPTION.rst b/contract_variable_qty_timesheet/readme/DESCRIPTION.rst deleted file mode 100644 index 0b238e9b7..000000000 --- a/contract_variable_qty_timesheet/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module extends the functionality of contract_variable_quantity adding -several variable quantity formulas to allow to invoice lines from Timesheet -(Analytic Lines). diff --git a/contract_variable_qty_timesheet/readme/USAGE.md b/contract_variable_qty_timesheet/readme/USAGE.md new file mode 100644 index 000000000..86bfc7194 --- /dev/null +++ b/contract_variable_qty_timesheet/readme/USAGE.md @@ -0,0 +1,9 @@ +To use this module, you need to: + +1. Go to Invoicing \> Customers \> Customer Contracts and select or + create a new contract. +2. Check *Generate recurring invoices automatically*. +3. Add a new recurring invoicing line. +4. Select "Variable quantity" in column "Qty. type". +5. Select "Project Timesheets", "Tasks Timesheets" or "Analytic Same + Product" depending on your need. diff --git a/contract_variable_qty_timesheet/readme/USAGE.rst b/contract_variable_qty_timesheet/readme/USAGE.rst deleted file mode 100644 index 9e73d24c6..000000000 --- a/contract_variable_qty_timesheet/readme/USAGE.rst +++ /dev/null @@ -1,8 +0,0 @@ -To use this module, you need to: - -#. Go to Invoicing > Customers > Customer Contracts and select or create a new contract. -#. Check *Generate recurring invoices automatically*. -#. Add a new recurring invoicing line. -#. Select "Variable quantity" in column "Qty. type". -#. Select "Project Timesheets", "Tasks Timesheets" or "Analytic Same Product" - depending on your need. diff --git a/contract_variable_qty_timesheet/static/description/index.html b/contract_variable_qty_timesheet/static/description/index.html index 4055c7b3b..835b5296f 100644 --- a/contract_variable_qty_timesheet/static/description/index.html +++ b/contract_variable_qty_timesheet/static/description/index.html @@ -369,10 +369,10 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:73b06705689ef093fa9faf3acbdfedbee3ddf23da70d43f7137298b1bd32c7eb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module extends the functionality of contract_variable_quantity adding -several variable quantity formulas to allow to invoice lines from Timesheet -(Analytic Lines).

+

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

+

This module extends the functionality of contract_variable_quantity +adding several variable quantity formulas to allow to invoice lines from +Timesheet (Analytic Lines).

Table of contents

    @@ -390,12 +390,13 @@ several variable quantity formulas to allow to invoice lines from Timesheet

    Usage

    To use this module, you need to:

      -
    1. Go to Invoicing > Customers > Customer Contracts and select or create a new contract.
    2. +
    3. Go to Invoicing > Customers > Customer Contracts and select or create +a new contract.
    4. Check Generate recurring invoices automatically.
    5. Add a new recurring invoicing line.
    6. Select “Variable quantity” in column “Qty. type”.
    7. -
    8. Select “Project Timesheets”, “Tasks Timesheets” or “Analytic Same Product” -depending on your need.
    9. +
    10. Select “Project Timesheets”, “Tasks Timesheets” or “Analytic Same +Product” depending on your need.
@@ -403,7 +404,7 @@ depending on your need.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -444,7 +445,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainers:

carlosdauden pedrobaeza danypr92

-

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

+

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

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