Stock Pack Operation Auto Fill

stock_pack_operation_auto_fill
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/11.0/stock_pack_operation_auto_fill
VERSION
VERSION 2.0.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSPedro M. Baeza, Lois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot, OCA Git Bot, Alan Ramos, Luis Triana
WEBSITE
WEBSITEhttps://github.com/stock-logistics-workflow/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_form_view stock.picking.form (in stock_pack_operation_auto_fill) stock.picking button Inherits stock.view_picking_form
view_picking_type_form_assignment stock.picking.type.assignment stock.picking.type field Inherits stock.view_picking_type_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • action_pack_op_auto_fill_allowed Boolean
    compute='_compute_action_pack_operation_auto_fill_allowed' readonly=True
  • auto_fill_operation Boolean
    readonly=True related='picking_type_id.auto_fill_operation' string='Auto fill operations'
Public methods (1)
  • action_pack_operation_auto_fill(self)
    @api.multi
    Fill automatically pack operation for products with the following conditions: - the package is not required, the package is required if the the no product is set on the operation. - the operation has no qty_done yet.

New fields (2)
  • auto_fill_operation Boolean
    string='Auto fill operations'
  • avoid_lot_assignment Boolean
    default=True string='Avoid auto-assignment of lots'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/10.0/stock_pack_operation_auto_fill
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSCédric Pigeon, OCA Transbot, oca-travis, Weblate, Zakaria Makrelouf
WEBSITE
WEBSITEhttps://acsone.eu/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_picking_form_view stock.picking.form (in stock_pack_operation_auto_fill) stock.picking button Inherits stock.view_picking_form
Models touched (1)

New fields (1)
  • action_pack_op_auto_fill_allowed Boolean
    compute='_compute_action_pack_operation_auto_fill_allowed' readonly=True
Public methods (1)
  • action_pack_operation_auto_fill(self)
    @api.multi
    Fill automatically pack operation for products with the following conditions: - there is no tracking set on the product (i.e tracking is none). this condition can be checked by the field `lots_visible` on the pack operation model. - the package is not required, the package is required if the the no product is set on the operation. - the operation has no qty_done yet.
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/9.0/stock_pack_operation_auto_fill
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, Zakaria Makrelouf
WEBSITE
WEBSITEhttps://acsone.eu/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_picking_form_view stock.picking.form (in stock_pack_operation_auto_fill) stock.picking button Inherits stock.view_picking_form
Models touched (1)

New fields (1)
  • action_pack_op_auto_fill_allowed Boolean
    compute='_compute_action_pack_operation_auto_fill_allowed' readonly=True
Public methods (1)
  • action_pack_operation_auto_fill(self)
    @api.multi
    Fill automatically pack operation for products with the following conditions: - there is no tracking set on the product (i.e tracking is none). this condition can be checked by the field `lots_visible` on the pack operation model. - the package is not required, the package is required if the the no product is set on the operation. - the operation has no qty_done yet.