forked from druidoo/FoodCoops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (28 loc) · 841 Bytes
/
__manifest__.py
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
# Copyright (C) 2016-Today: La Louve (<http://www.lalouve.fr/>)
# @author: La Louve
# Copyright (C) 2020-Today: Druidoo (<https://www.druidoo.io>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html
{
"name": "Coop Limit Creation of Product",
"version": "12.0.1.0.0",
"category": "Product",
"author": "La Louve, Druidoo",
"website": "http://www.lalouve.net",
'license': 'AGPL-3',
"depends": [
"purchase",
"account",
"account_voucher",
"stock",
"sale_management"
],
"data": [
"views/view_account_invoice.xml",
"views/view_purchase_order.xml",
"views/view_account_voucher.xml",
"views/view_sale_order.xml",
"views/view_stock_picking.xml",
"views/view_stock_move.xml",
],
"installable": True,
}