Skip to content
Snippets Groups Projects

Create branch 16.0

Merged arthur.mayer requested to merge topic/16.0/migration-16.0 into branch/16.0
Compare and
28 files
+ 671
684
Compare changes
  • Side-by-side
  • Inline
Files
28
+ 11
0
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="period_type" model="date.range.type">
<field name="name">Default Period</field>
<field name="duration_count">1</field>
<!-- MONTHLY = 1 -->
<field name="unit_of_time">1</field>
<field name="name_expr">f"{date_start.strftime('%Y/%m')}"</field>
<field name="company_id" eval="False" />
</record>
</odoo>
Loading