-
-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] contract_variable_qty_timesheet: Migration to 17.0
- Loading branch information
1 parent
5a2c7e6
commit 7d42bbd
Showing
9 changed files
with
62 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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,50 +42,52 @@ 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 | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/contract/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 <https://github.com/OCA/contract/issues/new?body=module:%20contract_variable_qty_timesheet%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/contract/issues/new?body=module:%20contract_variable_qty_timesheet%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* Tecnativa | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* `Tecnativa <https://www.tecnativa.com>`_: | ||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
* Carlos Dauden | ||
* Pedro M. Baeza | ||
* Carolina Fernandez | ||
- Carlos Dauden | ||
- Pedro M. Baeza | ||
- Carolina Fernandez | ||
- Juan José Seguí | ||
|
||
* `Guadaltech <https://www.guadaltech.es>`_: | ||
- `Guadaltech <https://www.guadaltech.es>`__: | ||
|
||
* Fernando La Chica <[email protected]> | ||
- Fernando La Chica <[email protected]> | ||
|
||
* `Coopdevs Treball <https://coopdevs.coop>`_: | ||
- `Coopdevs Treball <https://coopdevs.coop>`__: | ||
|
||
* Daniel Palomar <[email protected]> | ||
- Daniel Palomar <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
@@ -111,6 +113,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | |
|
||
|maintainer-carlosdauden| |maintainer-pedrobaeza| |maintainer-danypr92| | ||
|
||
This module is part of the `OCA/contract <https://github.com/OCA/contract/tree/16.0/contract_variable_qty_timesheet>`_ project on GitHub. | ||
This module is part of the `OCA/contract <https://github.com/OCA/contract/tree/17.0/contract_variable_qty_timesheet>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Carlos Dauden | ||
- Pedro M. Baeza | ||
- Carolina Fernandez | ||
- Juan José Seguí | ||
- [Guadaltech](https://www.guadaltech.es): | ||
- Fernando La Chica \<<[email protected]>\> | ||
- [Coopdevs Treball](https://coopdevs.coop): | ||
- Daniel Palomar \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters