forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
31 lines (30 loc) · 960 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
31
# Copyright 2019 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Purchase Work Acceptance',
'version': '12.0.1.0.0',
'category': 'Purchase Management',
'author': 'Ecosoft, '
'Odoo Community Association (OCA)',
'license': 'AGPL-3',
'website': 'https://github.com/OCA/purchase-workflow',
'depends': [
'purchase_stock',
],
'data': [
'data/work_acceptance_sequence.xml',
'security/ir.model.access.csv',
'security/security.xml',
'views/account_invoice_views.xml',
'views/purchase_views.xml',
'views/res_config_settings_views.xml',
'views/stock_picking_views.xml',
'views/work_acceptance_views.xml',
'wizard/select_work_acceptance_wizard_views.xml',
],
'maintainer': [
'ps-tubtim',
],
'installable': True,
'development_status': 'Alpha',
}