Tower: upload om_fiscal_year 19.0.1.0.1 (was 1.0.1, via marketplace)

This commit is contained in:
2026-05-02 11:23:09 +00:00
parent c6765e04f7
commit 8f834373b7
24 changed files with 2172 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="0">
<record id="group_fiscal_year" model="res.groups">
<field name="name">Allow to define fiscal years of more or less than a year</field>
<field name="user_ids" eval="[Command.link(ref('base.user_root')), Command.link(ref('base.user_admin'))]"/>
</record>
</data>
</odoo>