ADD module volume_precision
This commit is contained in:
20
volume_precision/__manifest__.py
Normal file
20
volume_precision/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2019 David BEAL @ Akretion
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'Volume Precision',
|
||||
'summary': 'Add a code field in company',
|
||||
'version': '12.0.0.0.1',
|
||||
'author': 'Akretion',
|
||||
'maintainer': 'Akretion',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'product',
|
||||
'depends': [
|
||||
'delivery',
|
||||
],
|
||||
'website': 'http://www.akretion.com/',
|
||||
'data': [
|
||||
'data/precision.xml',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user