You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
557 B
29 lines
557 B
{
|
|
'name': "Beescoop Worker Status manager",
|
|
|
|
'summary': """
|
|
Worker status management specific to beescoop""",
|
|
|
|
'description': """
|
|
|
|
""",
|
|
|
|
'author': "Thibault Francois, Elouan Le Bars, Coop It Easy",
|
|
'website': "https://github.com/beescoop/Obeesdoo",
|
|
|
|
'category': 'Cooperative management',
|
|
'version': '12.0.1.0.0',
|
|
|
|
'depends': [
|
|
'beesdoo_base',
|
|
'beesdoo_shift',
|
|
],
|
|
|
|
'data': [
|
|
],
|
|
'demo': [
|
|
"demo/cooperators.xml",
|
|
"demo/workers.xml",
|
|
"demo/tasks.xml",
|
|
]
|
|
}
|