| 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_discrepancy_adjust |
| 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 |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | 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:53:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-reporting: - stock_account_valuation_report 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_discrepancy_view_search |
product_discrepancy_view_search | product.discrepancy | search | New |
product_discrepancy_view_tree |
product_discrepancy_view_tree | product.discrepancy | tree | New |
wizard_stock_discrepancy_adjustment_view_form |
wizard_stock_discrepancy_adjustment_view_form | wizard.stock.discrepancy.adjustment | form | New |
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
readonly=True
required=True
string='Company'
decrease_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
required=False
string='Decrease account'
increase_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
required=False
string='Increase account'
journal_id
Many2one → account.journal
comodel_name='account.journal'
default=_get_default_stock_journal
domain=[('type', '=', 'general')]
string='Journal'
product_selection_ids
One2many → wizard.stock.discrepancy.adjustment.line
comodel_name='wizard.stock.discrepancy.adjustment.line'
inverse_name='wizard_id'
string='Selected Products'
single_journal_entry
Boolean
to_date
Datetime
required=False
string='To date'
action_create_adjustment(self)
default_get(self, fields_list)
account_qty_at_date
Float
related='product_id.account_qty_at_date'
args: 'Accounting Quantity'
account_value
Float
related='product_id.account_value'
args: 'Accounting Value'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
qty_at_date
Float
related='product_id.qty_at_date'
args: 'Inventory Quantity'
qty_discrepancy
Float
related='product_id.qty_discrepancy'
stock_value
Float
related='product_id.stock_value'
args: 'Inventory Value'
valuation_discrepancy
Float
related='product_id.valuation_discrepancy'
wizard_id
Many2one → wizard.stock.discrepancy.adjustment
comodel_name='wizard.stock.discrepancy.adjustment'
ondelete='cascade'
required=True
string='Wizard'
No public methods.