123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- 'name': 'Stock Warehouse Transfer Custom',
- 'version': '8.0.0.0.1',
- 'license': 'AGPL-3',
- 'author': 'ICTSTUDIO/ADHOC/Rodney Enciso Arias/Adrielso Kunert',
- 'website': 'http://www.ictstudio.eu',
- 'category': 'Purchase',
- 'complexity': 'normal',
- 'summary': 'Create a transfer of products between 2 warehouses',
- 'depends': [
- 'stock','product_barcode_athletic',
- ],
- 'data': [
- 'views/stock_warehouse_transfer.xml',
- 'data/ir_sequence.xml',
- 'wizard/picking_add_multiple.xml',
- 'views/picking_product_view.xml'
- ],
- }
|