Skip to content
Snippets Groups Projects
Commit 1119681d authored by Srushti Patel's avatar Srushti Patel Committed by David Monjoie
Browse files

[MOV] product_expiry: reorganizing the directory structure

parent 4c2cda3f
Branches
Tags
No related merge requests found
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import product_expiry
import models
......@@ -4,7 +4,7 @@
'version' : '1.0',
'category' : 'Specific Industry Applications',
'depends' : ['stock'],
'demo' : ['product_expiry_demo.xml'],
'demo' : ['data/product_expiry_demo.xml'],
'description': """
Track different dates on products and production lots.
======================================================
......@@ -18,7 +18,8 @@ Following dates can be tracked:
Also implements the removal strategy First Expiry First Out (FEFO) widely used, for example, in food industries.
""",
'data' : ['product_expiry_view.xml', 'product_expiry_data.xml'],
'data': ['views/product_expiry_view.xml',
'data/product_expiry_data.xml'],
'auto_install': False,
'installable': True,
}
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import product_expiry
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment