Commit 05c3d25b by François C.

Merge branch '4713-exempt-coop' into 'dev_cooperatic'

create lacagette_exemption for exemption shift id config param

See merge request !59
parents f9f45736 febaf6da
# -*- coding: utf-8 -*-
{
'name': "La Cagette - Exemptions",
'summary': """
Tuning exemptions rules""",
'description': """
Add a config field for the extension shift template id
""",
'author': "Damien Moulard",
'website': "https://lacagette-coop.fr",
#
'category': 'Uncategorized',
'version': '0.0.1',
# any module necessary for this one to work correctly
'depends': ['base'],
# always loaded
'data': [
'data/ir_config_parameter_data.xml'
],
'installable': True,
}
<?xml version="1.0"?>
<odoo noupdate="1">
<record id="committees_shift_id" model="ir.config_parameter">
<field name="key">lacagette_exemptions.exemptions_shift_id</field>
<field name="value">0</field>
</record>
</odoo>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment