| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/19.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, cyrilmanuel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - http_routing - auth_signup - resource - account - onboarding - analytic - purchase - sale - sales_team - account_payment - payment - utm - sale_stock |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | The sequence in PO line is propagated to the Stock moves. The sequence number appears in the PO form view and in the report. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_invoice_document_inherit_purchase_sequence |
report_invoice_document_inherit_purchase_sequence | ir.ui.view | qweb | Inherits account.report_invoice_document |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
view_move_form |
account.move.form | account.move | xpath | Inherits account.view_move_form |
related_po_sequence
Char
compute='_compute_related_po_sequence'
string='PO Line Number'
No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
create(self, vals_list)
get_view(self, view_id=None, view_type='form', **options)
write(self, line_values)
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
args: 'Hidden Sequence'
visible_sequence
Integer
compute='_compute_visible_sequence'
help='Displays the sequence of the line in the purchase order.'
store=True
args: 'Line Number'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/18.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Miquel Raïch, JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Hector Vior, AEstLo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Adds a visible line-number sequence to purchase orders. The sequence number appears in the PO form view, in the purchase order/quotation reports, and is propagated to the related vendor bill lines. When `stock_picking_line_sequence` is also installed, the glue module `purchase_stock_line_sequence` is auto-installed and propagates this sequence to the related stock moves as well. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_invoice_document_inherit_purchase_sequence |
report_invoice_document_inherit_purchase_sequence | ir.ui.view | qweb | Inherits account.report_invoice_document |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
view_move_form |
account.move.form | account.move | xpath | Inherits account.view_move_form |
related_po_sequence
Char
compute='_compute_related_po_sequence'
string='PO Line Number'
No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
get_view(self, view_id=None, view_type='form', **options)
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
args: 'Hidden Sequence'
visible_sequence
Integer
compute='_compute_visible_sequence'
help='Displays the sequence of the line in the purchase order.'
store=True
args: 'Line Number'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/17.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - onboarding - analytic - purchase - sale - sales_team - account_payment - payment - utm - sale_stock |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | The sequence in PO line is propagated to the Stock moves. The sequence number appears in the PO form view and in the report. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_invoice_document_inherit_purchase_sequence |
report_invoice_document_inherit_purchase_sequence | ir.ui.view | qweb | Inherits account.report_invoice_document |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
view_move_form |
account.move.form | account.move | xpath | Inherits account.view_move_form |
related_po_sequence
Char
compute='_compute_related_po_sequence'
string='PO Line Number'
No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
create(self, vals_list)
get_view(self, view_id=None, view_type='form', **options)
write(self, line_values)
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
args: 'Hidden Sequence'
visible_sequence
Integer
compute='_compute_visible_sequence'
help='Displays the sequence of the line in the purchase order.'
store=True
args: 'Line Number'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/16.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Aungkokolin1997 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic - purchase - sale - sales_team - account_payment - payment - utm - sale_stock |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_invoice_document_inherit_purchase_sequence |
report_invoice_document_inherit_purchase_sequence | ir.ui.view | qweb | Inherits account.report_invoice_document |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
view_move_form |
account.move.form | account.move | xpath | Inherits account.view_move_form |
related_po_sequence
Char
compute='_compute_related_po_sequence'
string='PO Line Number'
No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
create(self, vals_list)
write(self, line_values)
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
args: 'Hidden Sequence'
visible_sequence
Integer
compute='_compute_visible_sequence'
help='Displays the sequence of the line in the purchase order.'
store=True
args: 'Line Number'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/15.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, SergiCForgeFlow, OriolMForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic - purchase - sale - sales_team - payment - utm - sale_stock |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_invoice_document_inherit_purchase_sequence |
report_invoice_document_inherit_purchase_sequence | ir.ui.view | qweb | Inherits account.report_invoice_document |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
view_move_form |
account.move.form | account.move | xpath | Inherits account.view_move_form |
related_po_sequence
Char
compute='_compute_related_po_sequence'
string='PO Line Number'
No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
create(self, vals)
write(self, line_values)
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
args: 'Hidden Sequence'
visible_sequence
Integer
compute='_compute_visible_sequence'
help='Displays the sequence of the line in the purchase order.'
store=True
args: 'Line Number'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/14.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 2.0.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Denis Roussel, Daniel Reis, OCA Transbot, Miquel Raïch, oca-travis, Weblate, OCA-git-bot, Michael Tietz, oca-ci, OriolMForgeFlow, Cecile Jallais |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic - purchase - sale - sales_team - payment - utm - sale_stock |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_invoice_document_inherit_purchase_sequence |
report_invoice_document_inherit_purchase_sequence | ir.ui.view | qweb | Inherits account.report_invoice_document |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
view_move_form |
account.move.form | account.move | xpath | Inherits account.view_move_form |
related_po_sequence
Char
compute='_compute_related_po_sequence'
string='PO Line Number'
No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
create(self, vals)
write(self, line_values)
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
args: 'Hidden Sequence'
visible_sequence
Integer
compute='_compute_visible_sequence'
help='Displays the sequence of the line in the purchase order.'
store=True
args: 'Line Number'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/13.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, OriolMForgeFlow, DavidJForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - purchase - sale_stock - sale - sales_team - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
copy(self, default=None)
write(self, line_values)
No new fields.
Public methods (0)No public methods.
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
args: 'Hidden Sequence'
sequence2
Integer
help='Displays the sequence of the line in the purchase order.'
readonly=True
related='sequence'
args: 'Sequence'
create(self, values)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/12.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Eficent, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Eficent, Serpent CS |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, ahenriquez, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase_stock - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - http_routing - digest - purchase - sale - sales_team - payment - sale_stock |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
No new fields.
Public methods (0)No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
copy(self, default=None)
write(self, line_values)
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
args: 'Hidden Sequence'
sequence2
Integer
help='Displays the sequence of the line in the purchase order.'
readonly=True
related='sequence'
args: 'Sequence'
create(self, values)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/10.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Eficent, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Eficent, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Jordi Ballester Alomar, OCA Transbot, ahenriquez, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase - stock_account - stock - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - procurement - barcodes - web_planner - account - analytic - sale - sales_team - sale_stock |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
No new fields.
Public methods (0)No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
copy(self, default=None)
write(self, line_values)
sequence
Integer
default=9999
help='Gives the sequence of the line when displaying the purchase order.'
sequence2
Integer
help='Displays the sequence of the line in the purchase order.'
readonly=True
related='sequence'
create(self, values)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/9.0/purchase_order_line_sequence |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Eficent, Serpent CS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Eficent, Serpent CS |
| COMMITTERS | |
| COMMITTERS | Jordi Ballester Alomar, OCA Transbot, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-invoicing: - account_invoice_line_sequence OCA/stock-logistics-workflow: - stock_picking_line_sequence odoo/odoo: - purchase - stock_account - stock - product - base - decimal_precision - base_setup - web_kanban - web - bus - report - procurement - barcodes - web_planner - account - analytic - web_tip - sale - sales_team - sale_stock |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form |
purchase.order.line.form | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
report_purchase_order_sequence_qweb |
report_purchase_order_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
report_purchase_quote_sequence_qweb |
report_purchase_quote_sequence_qweb | ir.ui.view | qweb | Inherits purchase.report_purchasequotation_document |
No new fields.
Public methods (0)No public methods.
max_line_sequence
Integer
compute='_compute_max_line_sequence'
string='Max sequence in lines'
copy(self, default=None)
write(self, line_values)
sequence
Integer
default=9999
help='Gives the sequence of this line when displaying the purchase order.'
sequence2
Integer
help='Shows the sequence of this line in the purchase order.'
readonly=True
related='sequence'
copy(self, default=None)
create(self, values)