-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy path__manifest__.py
More file actions
54 lines (54 loc) · 1.96 KB
/
Copy path__manifest__.py
File metadata and controls
54 lines (54 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
##############################################################################
#
# Copyright (C) 2015 ADHOC SA (http://www.adhoc.com.ar)
# All Rights Reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
<<<<<<< 8b1493de9906b9f991195e66de149c8aa7f66608
"name": "Stock Usability with Batch Picking",
"version": "19.0.1.2.0",
||||||| 5c4c4f22e4695c1a7871d31b873b66b0e893cf18
"name": "Stock Usability with Batch Picking and stock vouchers",
"version": "18.0.1.3.0",
=======
"name": "Stock Usability with Batch Picking and stock vouchers",
"version": "18.0.1.3.1",
>>>>>>> e8b8a7009dcdf451dfe9edf66870269aef808a28
"category": "Warehouse Management",
"sequence": 14,
"summary": "",
"author": "ADHOC SA",
"website": "www.adhoc.com.ar",
"license": "AGPL-3",
"images": [],
"depends": [
"stock_ux",
"stock_picking_batch",
],
"data": [
"reports/ir.actions.report.xml",
"reports/picking_templates.xml",
"reports/report_batch_deliveryslip.xml",
"views/stock_batch_picking_views.xml",
"views/stock_picking_views.xml",
"views/stock_move_line_views.xml",
],
"demo": [],
"installable": True,
"auto_install": True,
"application": False,
}