diff --git a/stock_valuation_layer_accounting_date/README.rst b/stock_valuation_layer_accounting_date/README.rst index 6a8befb23..56657cd7c 100644 --- a/stock_valuation_layer_accounting_date/README.rst +++ b/stock_valuation_layer_accounting_date/README.rst @@ -2,10 +2,13 @@ Stock Valuation Layer Accounting Date ===================================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:c9ce5446a0d7c7193a21c42bbbaaae58224b3dd67ebe23d76ebf39da12b0cc7a + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Stock Valuation Layer Accounting Date :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_valuation_layer_accounting_date + :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_valuation_layer_accounting_date :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_valuation_layer_accounting_date + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_valuation_layer_accounting_date :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/15.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds Accounting Date field in stock.valuation.layer, enabling the report output based on this field. @@ -53,8 +56,8 @@ 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 `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -86,6 +89,6 @@ 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. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_valuation_layer_accounting_date/__manifest__.py b/stock_valuation_layer_accounting_date/__manifest__.py index 8aa4aa8f4..db1d61f67 100644 --- a/stock_valuation_layer_accounting_date/__manifest__.py +++ b/stock_valuation_layer_accounting_date/__manifest__.py @@ -1,9 +1,9 @@ -# Copyright 2022 Quartile Limited +# Copyright 2022-2023 Quartile Limited # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Stock Valuation Layer Accounting Date", "category": "Stock", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Quartile Limited, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "license": "AGPL-3", diff --git a/stock_valuation_layer_accounting_date/hooks.py b/stock_valuation_layer_accounting_date/hooks.py index 81eba186f..e3128f127 100644 --- a/stock_valuation_layer_accounting_date/hooks.py +++ b/stock_valuation_layer_accounting_date/hooks.py @@ -1,4 +1,4 @@ -# Copyright 2022 Quartile Limited +# Copyright 2022-2023 Quartile Limited # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). import logging diff --git a/stock_valuation_layer_accounting_date/models/stock_valuation_layer.py b/stock_valuation_layer_accounting_date/models/stock_valuation_layer.py index 73e3e0537..afd59c4a7 100644 --- a/stock_valuation_layer_accounting_date/models/stock_valuation_layer.py +++ b/stock_valuation_layer_accounting_date/models/stock_valuation_layer.py @@ -1,4 +1,4 @@ -# Copyright 2022 Quartile Limited +# Copyright 2022-2023 Quartile Limited # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import api, fields, models diff --git a/stock_valuation_layer_accounting_date/static/description/index.html b/stock_valuation_layer_accounting_date/static/description/index.html index f7d3b6dd7..0ad65cbe5 100644 --- a/stock_valuation_layer_accounting_date/static/description/index.html +++ b/stock_valuation_layer_accounting_date/static/description/index.html @@ -1,20 +1,20 @@ - + - + Stock Valuation Layer Accounting Date