Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.2
Category
Warehouse
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:31:51
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
mreficent, sergiocorato, Weblate, OCA Transbot, OCA-git-bot, oca-travis, hveficent
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_company_form res.company.form res.company form Inherits base.view_company_form
view_inventory_form stock.inventory.form - stock_inventory_force_date stock.inventory form Inherits stock.view_inventory_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (2)
  • force_inventory_lock_date Date
    help="If set, it won't be possible for any user to force an inventory,adjustment using a date earlier than this one." string='Force Inventory Lock Date'
  • standard_cost_change_account_id Many2one → account.account
    string='Standard Cost Change Offsetting Account' args: 'account.account'
Public methods (0)

No public methods.

New fields (1)
  • force_inventory_date Boolean
    help='Force the inventory moves and accounting entries to a given datein the past.' readonly=True states={'draft': [('readonly', False)]}
Public methods (2)
  • post_inventory(self)
    @api.multi
  • write(self, vals)
    @api.multi
    For inventories with `force_inventory_date` we only allow to change `date` if they are in draft and not being confirmed.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

Loading…