Skip to content
Snippets Groups Projects
Commit 8d4609a1 authored by Jérome Maes's avatar Jérome Maes
Browse files

[MOV] purchase: move file in purchase_stock

parent 9548d218
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 3 deletions
......@@ -17,7 +17,6 @@
'data/purchase_data.xml',
'report/purchase_reports.xml',
'views/purchase_views.xml',
'views/stock_views.xml',
'views/res_config_settings_views.xml',
'views/product_views.xml',
'views/res_partner_views.xml',
......
......@@ -3,10 +3,8 @@
from . import account_invoice
from . import purchase
from . import procurement
from . import product
from . import res_company
from . import res_config_settings
from . import res_partner
from . import stock
from . import res_users
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
from . import report
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Purchase Stock',
'version': '1.2',
'category': 'Purchases',
'sequence': 60,
'summary': 'Purchase Orders, Receipts, Vendor Bills for Stock',
'description': "",
'website': 'https://www.odoo.com/page/purchase',
'depends': ['stock_account', 'purchase'],
'data': [
'views/stock_views.xml',
],
'installable': True,
'auto_install': True,
}
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import procurement
from . import stock
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment