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,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record forcecreate="True" id="decimal_volume" model="decimal.precision">
<field name="name">Volume</field>
<field name="digits">4</field>
</record>
</odoo>