P7 Stock Valuation Report

l10n_br_stock_account_report
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/17.0/l10n_br_stock_account_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYReports/QWeb
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSRaphaël Valyi, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-brazil
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - stock_picking_invoicing
OCA/l10n-brazil:
    - l10n_br_stock_account
    - l10n_br_stock
    - l10n_br_base
    - l10n_br_account
    - l10n_br_coa
    - l10n_br_fiscal
OCA/product-attribute:
    - uom_alias
OCA/reporting-engine:
    - report_wkhtmltopdf_param
OCA/server-tools:
    - base_view_inheritance_extension
OCA/stock-logistics-workflow:
    - stock_picking_invoice_link
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - payment
    - utm
    - base_address_extended
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES email-validator
erpbrasil.base
num2words
phonenumbers
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Esse módulo implementa o **Relatorio de Valorização do Estoque Modelo P7**.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
l10n_br_p7_model_inventory_report_view l10n_br_p7_model_inventory_report_view ir.ui.view qweb New
l10n_br_p7_model_inventory_report_wizard_view Brazilian P7 Model Inventory Report l10n_br.p7.model.inventory.report.wizard form New
main_l10n_br_p7_model_inventory_report_view main_l10n_br_p7_model_inventory_report_view ir.ui.view qweb New
Models touched (1)

New fields (2)
  • compute_at_date Selection
    help='Choose to analyze the current inventory or from a specific date in the past.' selection=[('0', 'Current Inventory'), ('1', 'At a Specific Date')] string='Compute'
  • date Datetime
    default=fields.Datetime.now help='Choose a date to get the inventory at that date' string='Inventory at Date'
Public methods (4)
  • get_report_values(self)
    @api.model
  • header_footer(self, to_date_with_tz, time_zone)
  • lines(self)
  • print_report(self)
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/16.0/l10n_br_stock_account_report
VERSION
VERSION 2.1.0
CATEGORY
CATEGORYReports/QWeb
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSRaphaël Valyi, OCA-git-bot, Magno Costa, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-brazil
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - stock_picking_invoicing
OCA/l10n-brazil:
    - l10n_br_stock_account
    - l10n_br_stock
    - l10n_br_base
    - l10n_br_account
    - l10n_br_coa
    - l10n_br_fiscal
OCA/product-attribute:
    - uom_alias
OCA/reporting-engine:
    - report_wkhtmltopdf_param
OCA/server-tools:
    - base_view_inheritance_extension
OCA/stock-logistics-workflow:
    - stock_picking_invoice_link
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - payment
    - utm
    - base_address_extended
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES astor
email-validator
erpbrasil.base
num2words
phonenumbers
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Esse módulo implementa o **Relatorio de Valorização do Estoque Modelo P7**.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
l10n_br_p7_model_inventory_report_view l10n_br_p7_model_inventory_report_view ir.ui.view qweb New
l10n_br_p7_model_inventory_report_wizard_view Brazilian P7 Model Inventory Report l10n_br.p7.model.inventory.report.wizard form New
main_l10n_br_p7_model_inventory_report_view main_l10n_br_p7_model_inventory_report_view ir.ui.view qweb New
Models touched (1)

New fields (2)
  • compute_at_date Selection
    help='Choose to analyze the current inventory or from a specific date in the past.' selection=[('0', 'Current Inventory'), ('1', 'At a Specific Date')] string='Compute'
  • date Datetime
    default=fields.Datetime.now help='Choose a date to get the inventory at that date' string='Inventory at Date'
Public methods (4)
  • get_report_values(self)
    @api.model
  • header_footer(self, to_date_with_tz, time_zone)
  • lines(self)
  • print_report(self)
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/14.0/l10n_br_stock_account_report
VERSION
VERSION 1.1.4
CATEGORY
CATEGORYReports/QWeb
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSRaphaël Valyi, Weblate, OCA-git-bot, Magno Costa, oca-ci, Antônio Neto
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-brazil
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - stock_picking_invoicing
OCA/account-payment:
    - account_due_list
OCA/l10n-brazil:
    - l10n_br_stock_account
    - l10n_br_stock
    - l10n_br_base
    - l10n_br_account
    - l10n_br_coa
    - l10n_br_fiscal
    - l10n_br_account_due_list
OCA/stock-logistics-workflow:
    - stock_picking_invoice_link
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - sale_stock
    - sale
    - sales_team
    - payment
    - utm
    - base_address_city
    - base_address_extended
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES email-validator
erpbrasil.base
num2words
phonenumbers
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
l10n_br_p7_model_inventory_report_view l10n_br_p7_model_inventory_report_view ir.ui.view qweb New
l10n_br_p7_model_inventory_report_wizard_view Brazilian P7 Model Inventory Report l10n_br.p7.model.inventory.report.wizard form New
main_l10n_br_p7_model_inventory_report_view main_l10n_br_p7_model_inventory_report_view ir.ui.view qweb New
Models touched (1)

New fields (2)
  • compute_at_date Selection
    help='Choose to analyze the current inventory or from a specific date in the past.' selection=[('0', 'Current Inventory'), ('1', 'At a Specific Date')] string='Compute'
  • date Datetime
    default=fields.Datetime.now help='Choose a date to get the inventory at that date' string='Inventory at Date'
Public methods (4)
  • get_report_values(self)
    @api.model
  • header_footer(self, to_date_with_tz, time_zone)
  • lines(self)
  • print_report(self)
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/12.0/l10n_br_stock_account_report
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYReports/QWeb
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSRaphaël Valyi, Renato Lima, oca-travis, OCA-git-bot, Magno Costa
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-brazil
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - stock_picking_invoicing
OCA/account-payment:
    - account_due_list
OCA/l10n-brazil:
    - l10n_br_stock_account
    - l10n_br_stock
    - l10n_br_base
    - l10n_br_account
    - l10n_br_coa
    - l10n_br_fiscal
    - l10n_br_account_due_list
OCA/stock-logistics-workflow:
    - stock_picking_invoice_link
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - sale_stock
    - sale
    - sales_team
    - payment
    - base_address_city
    - base_address_extended
    - account_cancel
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES erpbrasil.base
num2words
erpbrasil.assinatura
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
l10n_br_p7_model_inventory_report_view l10n_br_p7_model_inventory_report_view ir.ui.view qweb New
l10n_br_p7_model_inventory_report_wizard_view Brazilian P7 Model Inventory Report l10n_br.p7.model.inventory.report.wizard form New
main_l10n_br_p7_model_inventory_report_view main_l10n_br_p7_model_inventory_report_view ir.ui.view qweb New
Models touched (1)

New fields (2)
  • compute_at_date Selection
    help='Choose to analyze the current inventory or from a specific date in the past.' selection=[(0, _('Current Inventory')), (1, _('At a Specific Date'))] string='Compute'
  • date Datetime
    default=fields.Datetime.now help='Choose a date to get the inventory at that date' string='Inventory at Date'
Public methods (4)
  • get_report_values(self)
    @api.model
  • header_footer(self, to_date_with_tz, time_zone)
  • lines(self)
  • print_report(self)
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/10.0/l10n_br_stock_account_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalisation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), KMEE
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), KMEE
COMMITTERS
COMMITTERSRenato Lima
WEBSITE
WEBSITEhttp://odoo-brasil.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-fiscal-rule:
    - account_product_fiscal_classification
    - account_fiscal_position_rule
    - account_fiscal_position_rule_stock
OCA/account-invoicing:
    - stock_picking_invoicing
OCA/bank-payment:
    - account_payment_mode
    - account_payment_partner
OCA/l10n-brazil:
    - l10n_br_stock_account
    - l10n_br_account_product
    - l10n_br_account
    - l10n_br_generic
    - l10n_br_base
    - l10n_br_stock
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
    - l10n_generic_coa
    - account_cancel
    - stock
    - procurement
    - barcodes
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES num2words
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_wizard_valuation_history Stock Valuation wizard.valuation.history button Inherits stock_account.view_wizard_valuation_history
Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • compute(self, cr, uid, ids, date, context=None)
    @api.model
  • open_report_xls(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/9.0/l10n_br_stock_account_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalisation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), KMEE
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), KMEE
COMMITTERS
COMMITTERSrenato
WEBSITE
WEBSITEhttp://odoo-brasil.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-fiscal-rule:
    - account_fiscal_position_rule
    - account_product_fiscal_classification
    - account_fiscal_position_rule_stock
OCA/l10n-brazil:
    - l10n_br_stock_account
    - l10n_br_account_product
    - l10n_br_data_account
    - l10n_br_account
    - l10n_br_base
    - l10n_br_stock
OCA/server-tools:
    - web_context_tunnel
odoo/odoo:
    - l10n_br
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
    - account_cancel
    - l10n_generic_coa
    - stock
    - procurement
    - barcodes
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES num2words
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_wizard_valuation_history Stock Valuation wizard.valuation.history button Inherits stock_account.view_wizard_valuation_history
Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • compute(self, cr, uid, ids, date, context=None)
    @api.model
  • open_report_xls(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/8.0/l10n_br_stock_account_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalisation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), KMEE
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), KMEE
COMMITTERS
COMMITTERSGitHub, OCA-git-bot, mstuttgart, Magno Costa - Akretion
WEBSITE
WEBSITEhttp://odoo-brasil.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-fiscal-rule:
    - account_fiscal_position_rule
    - account_product_fiscal_classification
    - account_fiscal_position_rule_stock
OCA/l10n-brazil:
    - l10n_br_stock_account
    - l10n_br_account_product
    - l10n_br_data_account
    - l10n_br_account
    - l10n_br_base
    - l10n_br_stock
OCA/reporting-engine:
    - report_xls
OCA/server-tools:
    - web_context_tunnel
odoo/odoo:
    - l10n_br
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - account_chart
    - account_cancel
    - stock
    - procurement
    - web_kanban_gauge
    - web_kanban_sparkline
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES num2words
xlwt
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_wizard_valuation_history Stock Valuation wizard.valuation.history button Inherits stock_account.view_wizard_valuation_history
Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • compute(self, cr, uid, ids, date, context=None)
    @api.model
  • open_report_xls(self)
    @api.multi