From 6e34192578b6cd79835c6fa1a09894c1da9d12d9 Mon Sep 17 00:00:00 2001 From: AaronHForgeFlow Date: Mon, 11 Nov 2024 12:47:15 +0100 Subject: [PATCH] [IMP] stock_account_valuation_discrepancy_adjust: remove compute fields from the wizard as long they are slow computed an unnecessary to take a decision --- .../README.rst | 8 +-- .../__manifest__.py | 3 +- .../static/description/index.html | 40 ++++++++------- ...zard_stock_discrepancy_adjustment_view.xml | 50 ++----------------- 4 files changed, 29 insertions(+), 72 deletions(-) diff --git a/stock_account_valuation_discrepancy_adjust/README.rst b/stock_account_valuation_discrepancy_adjust/README.rst index 5e4d85b..48975cf 100644 --- a/stock_account_valuation_discrepancy_adjust/README.rst +++ b/stock_account_valuation_discrepancy_adjust/README.rst @@ -83,13 +83,13 @@ 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-ChrisOForgeFlow| image:: https://github.com/ChrisOForgeFlow.png?size=40px - :target: https://github.com/ChrisOForgeFlow - :alt: ChrisOForgeFlow +.. |maintainer-AaronHForgeFlow| image:: https://github.com/AaronHForgeFlow.png?size=40px + :target: https://github.com/AaronHForgeFlow + :alt: AaronHForgeFlow Current `maintainer `__: -|maintainer-ChrisOForgeFlow| +|maintainer-AaronHForgeFlow| This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub. diff --git a/stock_account_valuation_discrepancy_adjust/__manifest__.py b/stock_account_valuation_discrepancy_adjust/__manifest__.py index 20d0430..bdb94e2 100644 --- a/stock_account_valuation_discrepancy_adjust/__manifest__.py +++ b/stock_account_valuation_discrepancy_adjust/__manifest__.py @@ -15,8 +15,7 @@ "security/ir.model.access.csv", "wizards/wizard_stock_discrepancy_adjustment_view.xml", ], - "demo": [], "installable": True, "development_status": "Alpha", - "maintainers": ["ChrisOForgeFlow"], + "maintainers": ["AaronHForgeFlow"], } diff --git a/stock_account_valuation_discrepancy_adjust/static/description/index.html b/stock_account_valuation_discrepancy_adjust/static/description/index.html index 676580b..b0d0691 100644 --- a/stock_account_valuation_discrepancy_adjust/static/description/index.html +++ b/stock_account_valuation_discrepancy_adjust/static/description/index.html @@ -1,20 +1,20 @@ - - + Account Valuation Discrepancy Adjust