TIP: You can type at any time to perform a new search.
Stock Account Inventory Force Date
stock_account_inventory_force_date · OCA/stock-logistics-warehouse
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_dateDatehelp="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_idMany2one → account.accountstring='Standard Cost Change Offsetting Account' args: 'account.account'
No public methods.
New fields (1)
-
force_inventory_dateBooleanhelp='Force the inventory moves and accounting entries to a given datein the past.'readonly=Truestates={'draft': [('readonly', False)]}
-
post_inventory(self)@api.multi -
write(self, vals)@api.multiFor 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…