summaryrefslogtreecommitdiff
path: root/fixco_custom/__manifest__.py
blob: ad6d1788fffcb37ca01e1dd179f72bc4f3f057f4 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
    'name': 'Fixco Custom',
    'version': '1.0',
    'category': '',
    'sequence': 1,
    'summary': 'Fixco Custom',
    'description': '',
    'author': 'Stephan Christianus, Azka Nathan',
    'website': '',
    'images': ['assets/favicon.ico'],
    'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'proweb_kartu_stok'],
    'data': [
        'security/ir.model.access.csv',
        'views/res_partner.xml',
        'views/sale_order.xml',
        'views/webhook_ginee.xml',
        'views/detail_order.xml',
        'views/stock_picking.xml',
        'views/product_product.xml',
        'views/barcoding_product.xml',
        'views/sale_order_multi_invoices.xml',
        'views/account_move.xml',
        'views/upload_payments.xml',
        'views/ir_sequence.xml',
        'views/purchase_pricelist.xml',
        'views/shipment_group.xml',
        'views/stock_picking_shipment_group.xml',
        'views/stock_picking_print_picking_list.xml',
        'views/print_picking_list.xml',
        'views/uangmuka_penjualan.xml',
        'views/sale_pricelist.xml',
        'views/upload_ginee.xml',
        'views/report_picking_list.xml',
        'views/purchase_order.xml',
        'views/shipment_line.xml',
        'views/manage_stock.xml',
        'views/automatic_purchase.xml',
        'views/purchasing_job.xml',
        'views/upload_bills.xml',
        'views/brands_views.xml',
        'views/product_public_category.xml',
        'views/reordering_rule.xml',
        'views/update_depreciation_move_wizard_view.xml',
        'views/invoice_reklas.xml',
        'views/uangmuka_pembelian.xml',
        'views/vit_kelurahan.xml',
        'views/vit_kecamatan.xml',
        'views/vit_kota.xml',
        'views/token_log.xml',
        'views/wizard_purchase_pricelist.xml',
        'views/upload_cancel_picking.xml',
        'views/queue_job.xml',
        'views/purchase_order_multi_bills.xml',
        'views/report_picking_list_new.xml',
        'views/purchase_order_line_wizard.xml',
        'views/account_payment.xml',
        'views/account_move_line.xml',
        'views/stock_inventory.xml',
        'views/kartu_stock.xml',
    ],
    'demo': [],
    'css': [],
    'installable': True,
    'application': True,
    'auto_install': False,
    'license': 'LGPL-3',
}