Skip to Content
Menu

Order Line Sequences/Line Numbers

by
Odoo
v 18.0 Third Party 1853
Download for v 18.0 Deploy on Odoo.sh
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
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
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
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 15.0 16.0 17.0 18.0
Community
Enterprise

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.

Order Line Sequences/Line Numbers

Are you ready to make your business more organized?
Improve now!

odoo@cybrosys.com +91 9074270811
acc_bg

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
Add
  • Initial Commit

Related Products

Our Services

....

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
by
DJ Tao
on 5/6/25, 2:33 AM

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:
by
Cybrosys Technologies
on 5/19/25, 4:48 AM Author

Thanks for reporting. We have updated the app. Please get the latest version.


by
DJ Tao
on 5/6/25, 2:27 AM

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:
by
Cybrosys Technologies
on 5/6/25, 3:27 AM Author

This is version 18 app. Hope you are testing v17 of this app on odoo v17