| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 275 |
| Technical Name |
lax_mass_cancel_picking |
| License | LGPL-3 |
| Website | http://www.laxicon.in |
| Versions | 13.0 14.0 15.0 16.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 275 |
| Technical Name |
lax_mass_cancel_picking |
| License | LGPL-3 |
| Website | http://www.laxicon.in |
| Versions | 13.0 14.0 15.0 16.0 |
Mass Cancel or Set to draft Picking
This module helps to Cancel or set to draft multiple Picking From the tree view.
Part-01 : Cancel Picking
Step 1:
In Inventory -> select a Picking to Cancel those Records and click on 'Bulk Cancel Picking'.
Step 2:
In Wizard -> Click on "Cancel Picking".
Step 3:
Your Selected Picking record show in tree view as Cancelled.
Part-02 : Set to Draft Picking
Step 1:
In Inventory -> select a Picking to Cancel those Records and click on 'Bulk Picking Set To Draft'.
Step 2:
In Wizard -> Click on "Set to Draft".
Step 3:
Your Selected Picking record show in tree view as Draft.
Our Services:
Odoo Training
Odoo Integration
Odoo Consultancy
Odoo Customization
Odoo Implementation
Odoo Support
Odoo Migration
Odoo Onsite/Offsite Developement
Please log in to comment on this module
There are no ratings yet!
deprecated warning, Odoo 16 community python 3.10
I got this error on on odoo 16 community, python 3.10 ubuntu server 22.1
2024-04-15 19:58:44,195 445088 DEBUG testCTCAT odoo.models: Patching website.sale.extra.field.label with translate=True
2024-04-15 19:58:44,251 445088 INFO testCTCAT odoo.modules.registry: module lax_mass_cancel_picking: creating or updating database tables
2024-04-15 19:58:44,280 445088 WARNING testCTCAT odoo.addons.base.models.ir_model: Two fields (move_lines, move_ids) of stock.picking() have the same label: Stock Moves. [Modules: lax_mass_cancel_picking and stock]
2024-04-15 19:58:44,364 445088 INFO testCTCAT odoo.modules.loading: loading lax_mass_cancel_picking/security/ir.model.access.csv
2024-04-15 19:58:44,375 445088 INFO testCTCAT odoo.modules.loading: loading lax_mass_cancel_picking/views/stock_picking_view.xml
2024-04-15 19:58:44,417 445088 INFO testCTCAT odoo.modules.loading: loading lax_mass_cancel_picking/wizard/bulk_cancel_picking_views.xml
2024-04-15 19:58:44,425 445088 WARNING testCTCAT py.warnings: /odoo16/odoo16-server/odoo/tools/convert.py:339: DeprecationWarning: The tag is deprecated, use a for 'action_bulk_cancel_picking'.
File "/odoo16/odoo16-server/odoo-binTestMdt16", line 8, in
odoo.cli.main()
File "/odoo16/odoo16-server/odoo/cli/command.py", line 66, in main
o.run(args)
File "/odoo16/odoo16-server/odoo/cli/server.py", line 180, in run
main(args)
File "/odoo16/odoo16-server/odoo/cli/server.py", line 173, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/odoo16/odoo16-server/odoo/service/server.py", line 1399, in start
rc = server.run(preload, stop)
File "/odoo16/odoo16-server/odoo/service/server.py", line 959, in run
rc = preload_registries(preload)
File "/odoo16/odoo16-server/odoo/service/server.py", line 1299, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "", line 2, in new
File "/odoo16/odoo16-server/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/odoo16/odoo16-server/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/odoo16/odoo16-server/odoo/modules/loading.py", line 484, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/odoo16/odoo16-server/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/odoo16/odoo16-server/odoo/modules/loading.py", line 231, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/odoo16/odoo16-server/odoo/modules/loading.py", line 71, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/odoo16/odoo16-server/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/odoo16/odoo16-server/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/odoo16/odoo16-server/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/odoo16/odoo16-server/odoo/tools/convert.py", line 698, in _tag_root
f(rec)
File "/odoo16/odoo16-server/odoo/tools/convert.py", line 339, in _tag_act_window
warnings.warn(f"The tag is deprecated, use a for {xml_id!r}.", DeprecationWarning)