TIP: You can type at any time to perform a new search.
Stock Request Employee
stock_request_employee · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 07:24:55
- Authors
- Odoo Community Association (OCA), Creu Blanca
- Maintainers
- Odoo Community Association (OCA), Creu Blanca
- Committers
- OCA-git-bot, oca-travis, Jaime Arroyo
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_request_form_view |
stock.request.form (in stock_request_employee) | stock.request | form | Inherits stock_request.view_stock_request_form |
stock_request_order_form |
stock.request.order.form (in stock_request_employee) | stock.request.order | form | Inherits stock_request.stock_request_order_form |
stock_request_order_search |
stock.request.order.search (in stock_request_employee) | stock.request.order | search | Inherits stock_request.stock_request_order_search |
stock_request_search_view |
stock.request.search (in stock_request_employee) | stock.request | search | Inherits stock_request.stock_request_search |
view_employee_form |
hr.employee.form (in stock_request_employee) | hr.employee | form | Inherits hr.view_employee_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (4)
-
stock_order_countIntegercompute='_compute_stock_order_count' -
stock_order_idsOne2many → stock.request.orderinverse_name='employee_id'readonly=True args: 'stock.request.order' -
stock_request_countIntegercompute='_compute_stock_request_count' -
stock_request_idsOne2many → stock.requestinverse_name='employee_id'readonly=True args: 'stock.request'
-
action_view_stock_requests(self)@api.multi
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
employee_idMany2one → hr.employeeargs: 'hr.employee' -
to_employeeBooleanhelp='Set this field to select an employee as Stock Location'
No public methods.
New fields (2)
-
employee_idMany2one → hr.employeeargs: 'hr.employee' -
to_employeeBooleanhelp='Set this field to select an employee as Stock Location'
-
change_childs(self) -
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)@api.modelAdd to the existing context of the field `stock_request_ids` "employee_id" key for avoiding to be replaced by other view inheritance. We have to do this processing in text mode without evaluating context, as it can contain JS stuff.