Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.1
Category
Inventory
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 08:42:50
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Jacques-Etienne Baudoux, Carlos Roca, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module add product template in putaway strategies from the product
view to not need defined putaway strategies for all variants.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_putaway_list Add product_tmpl_id field stock.putaway.rule list Inherits stock.stock_putaway_list
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • action_view_related_putaway_rules(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • product_tmpl_id Many2one → product.template
    comodel_name='product.template' compute='_compute_product_tmpl_id' domain="[('id', '=', context.get('active_id', False))] if context.get('active_model') == 'product.template' else [('type', '!=', 'service')]" ondelete='cascade' readonly=False store=True
Public methods (1)
  • filtered(self, func)

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
173 days ago
Last activity
59 days ago
Repository
OCA/stock-logistics-warehouse
Pull request
[19.0][MIG] stock_putaway_product_template: Migration to 19.0 (#2530)