Stock picking lines with sequence number

stock_picking_line_sequence
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/19.0/stock_picking_line_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Camptocamp, ArcheTI, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Camptocamp, ArcheTI, Serpent CS
COMMITTERS
COMMITTERSAkim Juillerat, OCA-git-bot, oca-ci, cyrilmanuel
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Provide a new field sequence on stock moves, which allows to manage the
order of moves in a picking.

For further information, please visit:

- <https://www.odoo.com/forum/help-1>

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_aggregated_moveline report_delivery_aggregated_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_aggregated_move_lines
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
report_delivery_has_serial_moveline report_delivery_has_serial_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • sequence Integer
    default=9999 help='Determines the sequence of this move on the stock picking.'
  • visible_sequence Integer
    help='Displays the sequence of this move on the stock picking.' readonly=True related='sequence' store=True args: 'Line Number'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (3)
  • button_validate(self)
  • copy(self, default=None)
  • get_view(self, view_id=None, view_type='form', **options)
    @api.model
    Append the default sequence. The context of `move_ids` is already overloaded and replacing it in a view does not scale across other extension modules.
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/18.0/stock_picking_line_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Camptocamp, ArcheTI, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Camptocamp, ArcheTI, Serpent CS
COMMITTERS
COMMITTERSStefan Rijnhart, Miquel Raïch, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Provide a new field sequence on stock moves, which allows to manage the
order of moves in a picking.

For further information, please visit:

- <https://www.odoo.com/forum/help-1>

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_aggregated_moveline report_delivery_aggregated_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_aggregated_move_lines
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
report_delivery_has_serial_moveline report_delivery_has_serial_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • sequence Integer
    default=9999 help='Determines the sequence of this move on the stock picking.'
  • visible_sequence Integer
    help='Displays the sequence of this move on the stock picking.' readonly=True related='sequence' store=True args: 'Line Number'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (3)
  • button_validate(self)
  • copy(self, default=None)
  • get_view(self, view_id=None, view_type='form', **options)
    @api.model
    Append the default sequence. The context of `move_ids_without_package` is already overloaded and replacing it in a view does not scale across other extension modules.
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/17.0/stock_picking_line_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Eficent, ArcheTI, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Eficent, ArcheTI, Serpent CS
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, AEstLo
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Provide a new field sequence on stock moves, which allows to manage the
order of moves in a picking.

For further information, please visit:

- <https://www.odoo.com/forum/help-1>

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_aggregated_moveline report_delivery_aggregated_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_aggregated_move_lines
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
report_delivery_has_serial_moveline report_delivery_has_serial_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • sequence Integer
    default=9999 args: 'HiddenSequence'
  • sequence2 Integer
    help='Shows the sequence in the Stock Move.' readonly=True related='sequence' store=True args: 'Sequence'
Public methods (1)
  • create(self, values)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (3)
  • button_validate(self)
  • copy(self, default=None)
  • get_view(self, view_id=None, view_type='form', **options)
    @api.model
    Append the default sequence. The context of `move_ids_without_package` is already overloaded and replacing it in a view does not scale across other extension modules.
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/16.0/stock_picking_line_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Eficent, ArcheTI, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Eficent, ArcheTI, Serpent CS
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Aungkokolin1997, bosd
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale
    - sales_team
    - account_payment
    - account
    - analytic
    - payment
    - utm
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_aggregated_moveline report_delivery_aggregated_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_aggregated_move_lines
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
report_delivery_has_serial_moveline report_delivery_has_serial_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • sequence Integer
    default=9999 args: 'HiddenSequence'
  • sequence2 Integer
    help='Shows the sequence in the Stock Move.' readonly=True related='sequence' store=True args: 'Sequence'
Public methods (1)
  • create(self, values)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (2)
  • button_validate(self)
  • copy(self, default=None)
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/15.0/stock_picking_line_sequence
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Eficent, ArcheTI, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Eficent, ArcheTI, Serpent CS
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, DavidJForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_aggregated_moveline report_delivery_aggregated_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_aggregated_move_lines
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
report_delivery_has_serial_moveline report_delivery_has_serial_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • sequence Integer
    default=9999 args: 'HiddenSequence'
  • sequence2 Integer
    help='Shows the sequence in the Stock Move.' readonly=True related='sequence' store=True args: 'Sequence'
Public methods (1)
  • create(self, values)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (2)
  • button_validate(self)
  • copy(self, default=None)
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/14.0/stock_picking_line_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Eficent, ArcheTI, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Eficent, ArcheTI, Serpent CS
COMMITTERS
COMMITTERSMiquel Raïch, oca-travis, Weblate, OCA-git-bot, Cecile Jallais
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_aggregated_moveline report_delivery_aggregated_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_aggregated_move_lines
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
report_delivery_has_serial_moveline report_delivery_has_serial_moveline ir.ui.view qweb Inherits stock.stock_report_delivery_has_serial_move_line
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • sequence Integer
    default=9999 args: 'HiddenSequence'
  • sequence2 Integer
    help='Shows the sequence in the Stock Move.' readonly=True related='sequence' store=True args: 'Sequence'
Public methods (1)
  • create(self, values)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (2)
  • button_validate(self)
  • copy(self, default=None)
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/13.0/stock_picking_line_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS
COMMITTERS
COMMITTERSMiquel Raïch, oca-travis, Weblate, OCA-git-bot, Raul
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (2)

New fields (2)
  • sequence Integer
    default=9999 args: 'HiddenSequence'
  • sequence2 Integer
    help='Shows the sequence in the Stock Move.' readonly=True related='sequence' store=True args: 'Sequence'
Public methods (1)
  • create(self, values)
    @api.model

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (2)
  • button_validate(self)
  • copy(self, default=None)
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/12.0/stock_picking_line_sequence
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Eficent, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Eficent, Serpent CS
COMMITTERS
COMMITTERSmreficent, OCA Transbot, AaronHForgeFlow, oca-travis, Weblate, OCA-git-bot, sergiocorato, Aaron Henriquez, Beñat Jimenez
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
Models touched (2)

New fields (2)
  • sequence Integer
    default=9999 args: 'HiddenSequence'
  • sequence2 Integer
    help='Shows the sequence in the Stock Move.' readonly=True related='sequence' store=True args: 'Sequence'
Public methods (1)
  • create(self, values)
    @api.model

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (3)
  • button_validate(self)
    @api.multi
  • copy(self, default=None)
    @api.multi
  • create(self, values)
    @api.model
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_picking_line_sequence
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Eficent, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Eficent, Serpent CS
COMMITTERS
COMMITTERSmreficent, OCA Transbot, ahenriquez, oca-travis, Weblate, OCA-git-bot, Darshan Patel, Adrià Gil Sorribes
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
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
    - sale
    - sales_team
    - account
    - analytic
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
view_move_picking_form stock.move.form stock.move field Inherits stock.view_move_picking_form
view_move_picking_tree stock.move.tree stock.move field Inherits stock.view_move_picking_tree
view_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • sequence Integer
    default=9999
  • sequence2 Integer
    help='Shows the sequence in the Stock Move.' readonly=True related='sequence' store=True
Public methods (1)
  • create(self, values)
    @api.model

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (2)
  • copy(self, default=None)
    @api.multi
  • do_new_transfer(self)
    @api.multi
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_picking_line_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Eficent, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Eficent, Serpent CS
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
    - sale
    - sales_team
    - account
    - analytic
    - web_tip
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_move_picking_form stock.move.form stock.move field Inherits stock.view_move_picking_form
view_move_picking_tree stock.move.tree stock.move field Inherits stock.view_move_picking_tree
view_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
Models touched (2)

New fields (2)
  • sequence Integer
    default=9999
  • sequence2 Integer
    help='Shows the sequence in the Stock Move.' readonly=True related='sequence'
Public methods (2)
  • copy(self, default=None)
    @api.one
  • create(self, values)
    @api.model

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' string='Max sequence in lines'
Public methods (2)
  • copy(self, default=None)
    @api.one
  • write(self, values)
    @api.multi