| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/18.0/stock_account_valuation_report |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow S.L. |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Weblate, OCA-git-bot, oca-ci, LauraCForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_account - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - onboarding - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | When you trigger a report of inventory valuation, and you use perpetual inventory, you should be able to reconcile the valuation from an inventory perspective with the valuation from an accounting perspective. This module changes the report in *Inventory / Reporting / Dual Inventory Valuation* to display separately the Quantity and Value of each product for the Inventory and the Accounting systems . |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_search_form_view |
product.product.search | product.product | field | Inherits product.product_search_form_view |
view_stock_product_tree2 |
product.stock.list.2 | product.product | list | New |
view_stock_valuation_history |
Dual Valuation Report at Date | stock.valuation.history | form | New |
product_id
Many2one
index=True
No public methods.
account_qty_at_date
Float
compute='_compute_inventory_value'
args: 'Accounting Quantity'
account_value
Float
compute='_compute_inventory_value'
args: 'Accounting Value'
qty_at_date
Float
compute='_compute_inventory_value'
args: 'Inventory Quantity'
qty_discrepancy
Float
compute='_compute_inventory_value'
search='_search_qty_discrepancy'
stock_fifo_real_time_aml_ids
Many2many → account.move.line
compute='_compute_inventory_value'
args: 'account.move.line'
stock_value
Float
compute='_compute_inventory_value'
args: 'Inventory Value'
valuation_discrepancy
Float
compute='_compute_inventory_value'
search='_search_valuation_discrepancy'
valuation_layer_ids
Many2many → stock.valuation.layer
compute='_compute_inventory_value'
args: 'stock.valuation.layer'
action_view_amls(self)
action_view_valuation_layers(self)
inventory_datetime
Datetime
default=fields.Datetime.now
help='Choose a date to get the valuation at that date'
args: 'Dual Valuation at Date'
open_at_date(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_account_valuation_report |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow S.L. |
| COMMITTERS | |
| COMMITTERS | AaronHForgeFlow, Graeme Gellatly, Weblate, OCA-git-bot, oca-ci, Christopher Ormaza, RicardCForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_search_form_view |
product.product.search | product.product | field | Inherits product.product_search_form_view |
view_stock_product_tree2 |
product.stock.tree.2 | product.product | tree | New |
view_stock_valuation_history |
Dual Valuation Report at Date | stock.valuation.history | form | New |
product_id
Many2one
index=True
No public methods.
account_qty_at_date
Float
compute='_compute_inventory_value'
args: 'Accounting Quantity'
account_value
Float
compute='_compute_inventory_value'
args: 'Accounting Value'
qty_at_date
Float
compute='_compute_inventory_value'
args: 'Inventory Quantity'
qty_discrepancy
Float
compute='_compute_inventory_value'
search='_search_qty_discrepancy'
stock_fifo_real_time_aml_ids
Many2many → account.move.line
compute='_compute_inventory_value'
args: 'account.move.line'
stock_valuation_layer_ids
Many2many → stock.valuation.layer
compute='_compute_inventory_value'
args: 'stock.valuation.layer'
stock_value
Float
compute='_compute_inventory_value'
args: 'Inventory Value'
valuation
Selection
related='product_tmpl_id.valuation'
search='_search_valuation'
valuation_discrepancy
Float
compute='_compute_inventory_value'
search='_search_valuation_discrepancy'
action_view_amls(self)
action_view_valuation_layers(self)
inventory_datetime
Datetime
default=fields.Datetime.now
help='Choose a date to get the valuation at that date'
args: 'Dual Valuation at Date'
open_at_date(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/15.0/stock_account_valuation_report |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow S.L. |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_search_form_view |
product.product.search | product.product | field | Inherits product.product_search_form_view |
view_stock_product_tree2 |
product.stock.tree.2 | product.product | tree | New |
view_stock_valuation_history |
Dual Valuation Report at Date | stock.valuation.history | form | New |
product_id
Many2one
index=True
No public methods.
account_qty_at_date
Float
compute='_compute_inventory_value'
args: 'Accounting Quantity'
account_value
Float
compute='_compute_inventory_value'
args: 'Accounting Value'
qty_at_date
Float
compute='_compute_inventory_value'
args: 'Inventory Quantity'
qty_discrepancy
Float
compute='_compute_inventory_value'
search='_search_qty_discrepancy'
stock_fifo_real_time_aml_ids
Many2many → account.move.line
compute='_compute_inventory_value'
args: 'account.move.line'
stock_valuation_layer_ids
Many2many → stock.valuation.layer
compute='_compute_inventory_value'
args: 'stock.valuation.layer'
stock_value
Float
compute='_compute_inventory_value'
args: 'Inventory Value'
valuation
Selection
related='product_tmpl_id.valuation'
search='_search_valuation'
valuation_discrepancy
Float
compute='_compute_inventory_value'
search='_search_valuation_discrepancy'
action_view_amls(self)
action_view_valuation_layers(self)
inventory_datetime
Datetime
default=fields.Datetime.now
help='Choose a date to get the valuation at that date'
args: 'Dual Valuation at Date'
open_at_date(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/14.0/stock_account_valuation_report |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow S.L. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Bernat Puig Font |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_search_form_view |
product.product.search | product.product | field | Inherits product.product_search_form_view |
view_stock_product_tree2 |
product.stock.tree.2 | product.product | tree | New |
view_stock_valuation_history |
Dual Valuation Report at Date | stock.valuation.history | form | New |
product_id
Many2one
index=True
No public methods.
account_qty_at_date
Float
compute='_compute_inventory_value'
args: 'Accounting Quantity'
account_value
Float
compute='_compute_inventory_value'
args: 'Accounting Value'
qty_at_date
Float
compute='_compute_inventory_value'
args: 'Inventory Quantity'
qty_discrepancy
Float
compute='_compute_inventory_value'
search='_search_qty_discrepancy'
stock_fifo_real_time_aml_ids
Many2many → account.move.line
compute='_compute_inventory_value'
args: 'account.move.line'
stock_valuation_layer_ids
Many2many → stock.valuation.layer
compute='_compute_inventory_value'
args: 'stock.valuation.layer'
stock_value
Float
compute='_compute_inventory_value'
args: 'Inventory Value'
valuation
Selection
related='product_tmpl_id.valuation'
search='_search_valuation'
valuation_discrepancy
Float
compute='_compute_inventory_value'
search='_search_valuation_discrepancy'
action_view_amls(self)
action_view_valuation_layers(self)
inventory_datetime
Datetime
default=fields.Datetime.now
help='Choose a date to get the valuation at that date'
args: 'Dual Valuation at Date'
open_at_date(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/13.0/stock_account_valuation_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow S.L. |
| COMMITTERS | |
| COMMITTERS | AaronHForgeFlow, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_search_form_view |
product.product.search | product.product | field | Inherits product.product_search_form_view |
view_stock_product_tree2 |
product.stock.tree.2 | product.product | tree | New |
view_stock_valuation_history |
Dual Valuation Report at Date | stock.valuation.history | form | New |
product_id
Many2one
index=True
No public methods.
account_qty_at_date
Float
compute='_compute_inventory_value'
args: 'Accounting Quantity'
account_value
Float
compute='_compute_inventory_value'
args: 'Accounting Value'
qty_at_date
Float
compute='_compute_inventory_value'
args: 'Inventory Quantity'
qty_discrepancy
Float
compute='_compute_inventory_value'
search='_search_qty_discrepancy'
stock_fifo_real_time_aml_ids
Many2many → account.move.line
compute='_compute_inventory_value'
args: 'account.move.line'
stock_valuation_layer_ids
Many2many → stock.valuation.layer
compute='_compute_inventory_value'
args: 'stock.valuation.layer'
stock_value
Float
compute='_compute_inventory_value'
args: 'Inventory Value'
valuation
Selection
related='product_tmpl_id.valuation'
search='_search_valuation'
valuation_discrepancy
Float
compute='_compute_inventory_value'
search='_search_valuation_discrepancy'
action_view_amls(self)
action_view_valuation_layers(self)
inventory_datetime
Datetime
default=fields.Datetime.now
help='Choose a date to get the valuation at that date'
args: 'Dual Valuation at Date'
open_at_date(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_account_valuation_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_stock_product_tree2 |
product.stock.tree.2.inherit | product.product | field | Inherits stock_account.view_stock_product_tree2 |
product_id
Many2one
index=True
No public methods.
account_qty_at_date
Float
compute='_compute_inventory_value'
args: 'Accounting Quantity'
account_value
Float
compute='_compute_inventory_value'
args: 'Accounting Value'
qty_at_date
Float
compute='_compute_inventory_value'
args: 'Inventory Quantity'
stock_fifo_manual_move_ids
Many2many → stock.move
compute='_compute_inventory_value'
args: 'stock.move'
stock_fifo_real_time_aml_ids
Many2many → account.move.line
compute='_compute_inventory_value'
args: 'account.move.line'
stock_value
Float
compute='_compute_inventory_value'
args: 'Inventory Value'
action_view_amls(self)
action_view_stock_moves(self)
No new fields.
Public methods (1)open_table(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/11.0/stock_account_valuation_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | Jordi Ballester Alomar, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner - account - analytic - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_stock_product_tree2 |
product.stock.tree.2.inherit | product.product | field | Inherits stock_account.view_stock_product_tree2 |
product_id
Many2one
index=True
No public methods.
account_qty_at_date
Float
compute='_compute_inventory_value'
args: 'Accounting Quantity'
account_value
Float
compute='_compute_inventory_value'
args: 'Accounting Value'
qty_at_date
Float
compute='_compute_inventory_value'
args: 'Inventory Quantity'
stock_fifo_manual_move_ids
Many2many → stock.move
compute='_compute_inventory_value'
args: 'stock.move'
stock_fifo_real_time_aml_ids
Many2many → account.move.line
compute='_compute_inventory_value'
args: 'account.move.line'
stock_value
Float
compute='_compute_inventory_value'
args: 'Inventory Value'
action_view_amls(self)
action_view_stock_moves(self)
No new fields.
Public methods (1)open_table(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-reporting |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] stock_account_valuation_report (#456) |