123456789101112131415161718192021 |
- {
- "name": "Pickings back to draft",
- "summary": "Reopen cancelled pickings",
- "version": "8.0.1.0.0",
- "category": "Warehouse Management",
- "website": "https://www.agilebg.com",
- "author": "Agile Business Group, Odoo Community Association (OCA)",
- "license": "AGPL-3",
- "application": False,
- "installable": True,
- "depends": [
- "stock",
- ],
- "data": [
- 'views/picking_view.xml',
- ],
- 'images': ['images/picking.png'],
- }
|