From f548bd903928fbc5e52785f5a0e97efa14b2443e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 15 Jan 2019 15:45:19 +0000 Subject: [PATCH] [UPD] README.rst --- stock_production_lot_warranty/README.rst | 130 ++++- .../static/description/index.html | 458 ++++++++++++++++++ 2 files changed, 572 insertions(+), 16 deletions(-) create mode 100644 stock_production_lot_warranty/static/description/index.html diff --git a/stock_production_lot_warranty/README.rst b/stock_production_lot_warranty/README.rst index 21cd7854..8abf9333 100644 --- a/stock_production_lot_warranty/README.rst +++ b/stock_production_lot_warranty/README.rst @@ -1,21 +1,119 @@ -**This file is going to be generated by oca-gen-addon-readme.** +=================================== +Warranty Date on Lot/Serial Numbers +=================================== -*Manual changes will be overwritten.* +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -Please provide content in the ``readme`` directory: +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github + :target: https://github.com/OCA/rma/tree/11.0/stock_production_lot_warranty + :alt: OCA/rma +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/rma-11-0/rma-11-0-stock_production_lot_warranty + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/145/11.0 + :alt: Try me on Runbot -* **DESCRIPTION.rst** (required) -* INSTALL.rst (optional) -* CONFIGURE.rst (optional) -* **USAGE.rst** (optional, highly recommended) -* DEVELOP.rst (optional) -* ROADMAP.rst (optional) -* HISTORY.rst (optional, recommended) -* **CONTRIBUTORS.rst** (optional, highly recommended) -* CREDITS.rst (optional) +|badge1| |badge2| |badge3| |badge4| |badge5| -Content of this README will also be drawn from the addon manifest, -from keys such as name, authors, maintainers, development_status, -and license. +Odoo does not provide the warranty information on the serial number of a product. -A good, one sentence summary in the manifest is also highly recommended. +This module allows you to compute the warranty expiration date of a serialized +product based on the warranty duration. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +To configure this module: + +* Go to Inventory > Configuration > Settings +* Activate the traceability +* Go to Inventory > Master Data > Products +* Create or select a product and set the warranty +* Go to the Inventory tab in the Logistics section +* Set the warranty duration + +Usage +===== + +To use this module, + +* Go to Inventory > Master Data > Lot/Serial Numbers +* Create a new serial number and select a product +* The Warranty Expiration Date is automatically computed based on today + the + warranty duration from the select product +* You can overwrite the computed date with your own value. + +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 smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Open Source Integrators + +Contributors +~~~~~~~~~~~~ + +* Steve Campbell +* Maxime Chambreuil + +Other credits +~~~~~~~~~~~~~ + +This module has been financially supported by: + +* Pavlov Media +* Open Source Integrators + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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-osi-scampbell| image:: https://github.com/osi-scampbell.png?size=40px + :target: https://github.com/osi-scampbell + :alt: osi-scampbell +.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px + :target: https://github.com/max3903 + :alt: max3903 + +Current `maintainers `__: + +|maintainer-osi-scampbell| |maintainer-max3903| + +This module is part of the `OCA/rma `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_production_lot_warranty/static/description/index.html b/stock_production_lot_warranty/static/description/index.html new file mode 100644 index 00000000..f90678bc --- /dev/null +++ b/stock_production_lot_warranty/static/description/index.html @@ -0,0 +1,458 @@ + + + + + + +Warranty Date on Lot/Serial Numbers + + + +
+

Warranty Date on Lot/Serial Numbers

+ + +

Beta License: AGPL-3 OCA/rma Translate me on Weblate Try me on Runbot

+

Odoo does not provide the warranty information on the serial number of a product.

+

This module allows you to compute the warranty expiration date of a serialized +product based on the warranty duration.

+

Table of contents

+ +
+

Configuration

+

To configure this module:

+
    +
  • Go to Inventory > Configuration > Settings
  • +
  • Activate the traceability
  • +
  • Go to Inventory > Master Data > Products
  • +
  • Create or select a product and set the warranty
  • +
  • Go to the Inventory tab in the Logistics section
  • +
  • Set the warranty duration
  • +
+
+
+

Usage

+

To use this module,

+
    +
  • Go to Inventory > Master Data > Lot/Serial Numbers
  • +
  • Create a new serial number and select a product
  • +
  • The Warranty Expiration Date is automatically computed based on today + the +warranty duration from the select product
  • +
  • You can overwrite the computed date with your own value.
  • +
+
+
+

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 smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Open Source Integrators
  • +
+
+ +
+

Other credits

+

This module has been financially supported by:

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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:

+

osi-scampbell max3903

+

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

+

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

+
+
+
+ +