2021-01-26 17:37:52 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2018-03-19 16:41:26 +01:00
|
|
|
<!-- Copyright 2016 Antonio Espinosa - <antonio.espinosa@tecnativa.com>
|
2016-06-14 17:22:17 +02:00
|
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
|
2016-10-14 21:53:04 +02:00
|
|
|
<odoo>
|
2021-01-26 17:37:52 +01:00
|
|
|
<record
|
|
|
|
forcecreate="True"
|
|
|
|
id="decimal_tracking_timestamp"
|
|
|
|
model="decimal.precision"
|
|
|
|
>
|
2016-10-14 21:53:04 +02:00
|
|
|
<field name="name">MailTracking Timestamp</field>
|
|
|
|
<field name="digits">6</field>
|
|
|
|
</record>
|
|
|
|
</odoo>
|