-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] rental_check_availability: Migration to 14.0
- Loading branch information
1 parent
d19b090
commit 1c3ac8a
Showing
11 changed files
with
139 additions
and
93 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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Rental Check Availability | ||
==================================================== | ||
|
||
*This file has been generated on 2022-04-20-11-34-50. Changes to it will be overwritten.* | ||
|
||
Summary | ||
------- | ||
|
||
Extends the sale_rental module for checking availability of the rented product. | ||
|
||
Description | ||
----------- | ||
|
||
This module activates availability checks on stockable products related to rental services in | ||
sale orders. In the base functionality only the total amount of products in stock is checked and user is | ||
informed when the amount of products to rent out in a sale order is higher. | ||
|
||
After the installation of this module the availability is checked in consideration of the total amount | ||
of goods in stock and the amount of products used in concurrent sale orders at the certain desired timeframe. | ||
In case of insufficient products in stock the user receives visual notification on respective sale order line | ||
and can access the list of concurrent sale orders directly. | ||
|
||
|
||
Usage | ||
----- | ||
|
||
To use this module, you need to: | ||
|
||
#. Go to Rental Orders and create a new one. | ||
|
||
#. Add a product available for being rented out in sale order line. | ||
|
||
#. If there is not enough stock on hand to fullfil the order and | ||
possible concurrent ones the sale order line will be colorized. | ||
Yellow marks that there are concurrent quotations and red indicates | ||
concurrent orders. | ||
|
||
#. To check the concurrent order for a critical sale order line just click | ||
on the inline button being displayed in the sale order line. | ||
|
||
Changelog | ||
--------- | ||
|
||
- 8d191ff7 2022-04-10 15:41:16 +0200 [email protected] (HEAD -> v14, origin/v14) add missing/lost documentation (issue #4516) | ||
- 4509f78a 2022-02-23 20:48:33 +0100 [email protected] (origin/feature_4516_add_files_ported_from_v12_v14, feature_4516_add_files_ported_from_v12_v14) add files ported to v14 by cpatel and khanhbui (issue #4516) | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
Contributors | ||
------------ | ||
|
||
Odoo Community Association (OCA)/Elego Software Solutions GmbH | ||
* Ben Brich <[email protected]> (www.humanilog.org) | ||
* Yu Weng <[email protected]> (www.elegosoft.com) | ||
elego Software Solutions GmbH, Odoo Community Association (OCA) | ||
Ben Brich <[email protected]> (www.humanilog.org), Yu Weng <[email protected]> (www.elegosoft.com) |
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
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 |
---|---|---|
|
@@ -2,9 +2,5 @@ | |
Changelog | ||
--------- | ||
|
||
- 39845816 2021-10-21 14:15:20 +0200 [email protected] (origin/feature_4436_blp1250_unittest_rental_check_availability_v12) [IMP] update translations and manifest of module rental_pricelist_interval and rental_check_availability (issue 4436) | ||
- d8665dd9 2021-10-19 12:26:31 +0200 [email protected] [IMP] Add Unittest for module rental_check_availability and adjust Unittest of rental_pricelist and rental_pricelist_interval (issue 4436) | ||
- 8b4d40c4 2021-09-23 09:19:24 +0200 [email protected] regenerate doc (issue #4016) | ||
- dd988a2f 2021-06-09 12:42:47 +0200 [email protected] update documentation (issue #3613) | ||
- 78a00cdd 2021-04-28 02:43:00 +0200 [email protected] (origin/feature_4222_blp622_rental_check_availability_v12, feature_4222_blp622_rental_check_availability_v12) [IMP] adjust tree view of sale.order and hide the button 'show concurrent order' for product with zero quantity | ||
- 0cc27ac8 2021-03-28 21:45:23 +0200 [email protected] (origin/feature_4046_blp564_rental_check_availability_v12) [ADD] Module rental_check_availability (issue 4046) | ||
- 8d191ff7 2022-04-10 15:41:16 +0200 [email protected] (HEAD -> v14, origin/v14) add missing/lost documentation (issue #4516) | ||
- 4509f78a 2022-02-23 20:48:33 +0100 [email protected] (origin/feature_4516_add_files_ported_from_v12_v14, feature_4516_add_files_ported_from_v12_v14) add files ported to v14 by cpatel and khanhbui (issue #4516) |
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 |
---|---|---|
|
@@ -2,39 +2,16 @@ | |
|
||
{ | ||
"name": "Rental Check Availability", | ||
"summary": "Extends the sale_rental module for checking availability of the rented product.", | ||
"description": """ | ||
This module activates availability checks on stockable products related to rental services in | ||
sale orders. In the base functionality only the total amount of products in stock is checked and user is | ||
informed when the amount of products to rent out in a sale order is higher. | ||
After the installation of this module the availability is checked in consideration of the total amount | ||
of goods in stock and the amount of products used in concurrent sale orders at the certain desired timeframe. | ||
In case of insufficient products in stock the user receives visual notification on respective sale order line | ||
and can access the list of concurrent sale orders directly. | ||
""", | ||
"usage": """ | ||
To use this module, you need to: | ||
#. Go to Rental Orders and create a new one. | ||
#. Add a product available for being rented out in sale order line. | ||
#. If there is not enough stock on hand to fullfil the order and | ||
possible concurrent ones the sale order line will be colorized. | ||
Yellow marks that there are concurrent quotations and red indicates | ||
concurrent orders. | ||
#. To check the concurrent order for a critical sale order line just click | ||
on the inline button being displayed in the sale order line. | ||
""", | ||
"contributors": """ | ||
* Ben Brich <[email protected]> (www.humanilog.org) | ||
* Yu Weng <[email protected]> (www.elegosoft.com) | ||
""", | ||
"version": "12.0.1.0.0", | ||
"summary": "Extends the sale_rental module for checking availability" | ||
"of the rented product.", | ||
"version": "14.0.1.0.0", | ||
"category": "Rental", | ||
"author": "Odoo Community Association (OCA)/Elego Software Solutions GmbH", | ||
"author": "elego Software Solutions GmbH, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/vertical-rental", | ||
"contributors": [ | ||
"Ben Brich <[email protected]> (www.humanilog.org)", | ||
"Yu Weng <[email protected]> (www.elegosoft.com)", | ||
], | ||
"depends": [ | ||
"rental_pricelist", | ||
], | ||
|
@@ -44,5 +21,6 @@ | |
"demo": [], | ||
"qweb": [], | ||
"application": False, | ||
"installable": True, | ||
"license": "AGPL-3", | ||
} |
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
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
Oops, something went wrong.