Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Purchase (purchase) • Sales (sale_management) • Discuss (mail) • Invoicing (account) |
Lines of code | 172 |
Technical Name |
order_line_sequences |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Purchase (purchase) • Sales (sale_management) • Discuss (mail) • Invoicing (account) |
Lines of code | 172 |
Technical Name |
order_line_sequences |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
Sequence numbers in order lines of sales,purchase and delivery.
Order Line Sequences/Line Numbers

Key Highlights
No additional configurations needed.
Sequence numbers in order lines of sales, purchase and delivery.
Line numbers for reports in sales, purchase and delivery.
Are you ready to make your business more
organized?
Improve now!

There will be sequence numbers for order lines in Sales ,Purchase and Delivery.
In sales

In Purchase

In Sales Delivery.

In Purchase Delivery.

There will be line numbers when printing pdf reports.
On Sales Quotation/Order Report.


On Sales Delivery-Picking Operations Report.


On Purchase Order and Request for Quotation Reports.


On Purchase Delivery-Picking Operations Report.


We can add different colors to the notes and understand the notes easily.
Prioritize notes and identify deadlines for notes.
Latest Release 18.0.1.0.0
18th November, 2024- Initial Commit
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
test on odoo17 enterprise, the eeor occred in stock internal transfer, need to fix
Traceback (most recent call last):
File "/opt/odoo/sources/odoo/odoo/http.py", line 1765, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "/opt/odoo/sources/odoo/odoo/service/model.py", line 133, in retrying
result = func()
File "/opt/odoo/sources/odoo/odoo/http.py", line 1792, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/opt/odoo/sources/odoo/odoo/http.py", line 1996, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "/opt/odoo/sources/odoo/odoo/addons/website/models/ir_http.py", line 235, in _dispatch
response = super()._dispatch(endpoint)
File "/opt/odoo/sources/odoo/odoo/addons/base/models/ir_http.py", line 222, in _dispatch
result = endpoint(**request.params)
File "/opt/odoo/sources/odoo/odoo/http.py", line 722, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/opt/odoo/sources/odoo/odoo/addons/web/controllers/dataset.py", line 24, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/sources/odoo/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/opt/odoo/sources/odoo/odoo/api.py", line 468, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/opt/odoo/sources/odoo/odoo/api.py", line 453, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "/opt/odoo/sources/odoo/odoo/addons/web/models/models.py", line 1077, in onchange
snapshot1 = RecordSnapshot(record, fields_spec)
File "/opt/odoo/sources/odoo/odoo/addons/web/models/models.py", line 1164, in init
self.fetch(name)
File "/opt/odoo/sources/odoo/odoo/addons/web/models/models.py", line 1179, in fetch
self[field_name] = self.record[field_name]
File "/opt/odoo/sources/odoo/odoo/models.py", line 6590, in getitem
return self._fields[key].get(self, self.env.registry[self._name])
File "/opt/odoo/sources/odoo/odoo/fields.py", line 1216, in get
raise ValueError(f"Compute method failed to assign {missing_recs}.{self.name}")
ValueError: Compute method failed to assign stock.move(<NewId 0x7ffa69cab7f0>,).sequence_number
The above server error caused the following client error:
RPC_ERROR://xxx.com/web/assets/444217a/web.assets_web.min.js:2874:163)
at XMLHttpRequest.<anonymous> (https://xxx/web/assets/444217a/web.assets_web.min.js:2878:13)
Re:
Thanks for reporting. We have updated the app. Please get the latest version.
test on odoo17 entprise , need fix a error
Root Cause Analysis
The error originates from a compute method that's supposed to set a value for sequence_number on a stock move
The compute method is either:
Not returning any value
Raising an exception during computation
Not properly handling all record cases
Traceback (most recent call last):
File "/opt/odoo/sources/odoo/odoo/http.py", line 1765, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "/opt/odoo/sources/odoo/odoo/service/model.py", line 133, in retrying
result = func()
File "/opt/odoo/sources/odoo/odoo/http.py", line 1792, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/opt/odoo/sources/odoo/odoo/http.py", line 1996, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "/opt/odoo/sources/odoo/odoo/addons/website/models/ir_http.py", line 235, in _dispatch
response = super()._dispatch(endpoint)
File "/opt/odoo/sources/odoo/odoo/addons/base/models/ir_http.py", line 222, in _dispatch
result = endpoint(**request.params)
File "/opt/odoo/sources/odoo/odoo/http.py", line 722, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/opt/odoo/sources/odoo/odoo/addons/web/controllers/dataset.py", line 24, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/sources/odoo/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/opt/odoo/sources/odoo/odoo/api.py", line 468, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/opt/odoo/sources/odoo/odoo/api.py", line 453, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "/opt/odoo/sources/odoo/odoo/addons/web/models/models.py", line 1077, in onchange
snapshot1 = RecordSnapshot(record, fields_spec)
File "/opt/odoo/sources/odoo/odoo/addons/web/models/models.py", line 1164, in init
self.fetch(name)
File "/opt/odoo/sources/odoo/odoo/addons/web/models/models.py", line 1179, in fetch
self[field_name] = self.record[field_name]
File "/opt/odoo/sources/odoo/odoo/models.py", line 6590, in getitem
return self._fields[key].get(self, self.env.registry[self._name])
File "/opt/odoo/sources/odoo/odoo/fields.py", line 1216, in get
raise ValueError(f"Compute method failed to assign {missing_recs}.{self.name}")
ValueError: Compute method failed to assign stock.move(<NewId 0x7ffa69cab7f0>,).sequence_number
The above server error caused the following client error:
RPC_ERROR://xxx.com/web/assets/444217a/web.assets_web.min.js:2874:163)
at XMLHttpRequest.<anonymous> (https://xxxx.com/web/assets/444217a/web.assets_web.min.js:2878:13)
Re:
This is version 18 app. Hope you are testing v17 of this app on odoo v17