Repository
OCA/l10n-brazil · module folder · Try on Runboat
Module version
1.0.0
Category
Reports/QWeb
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-brazil
Last tracking update
2026-08-07 08:22:56
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Raphaël Valyi, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
email-validator, erpbrasil.base, num2words, phonenumbers
System dependencies
None
Required by
None
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
20 days ago
Last activity
20 days ago
Repository
OCA/l10n-brazil
Pull request
[18.0] mig l10n_br_stock_account_report (#4831)