ADD module volume_precision

This commit is contained in:
David Beal
2019-03-20 12:57:15 +01:00
parent 8e29f5a396
commit c0ca9eeab0
10 changed files with 541 additions and 0 deletions

View 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,
}