Skip to content
Snippets Groups Projects
Commit 08a9391a authored by Jérome Maes's avatar Jérome Maes
Browse files

[IMP] project: always display working calendar

Setting the working calendar on a project should
be done in debug mode for now. This is annoying as
it is not a "so delicate" feature and project
manager should be able to do it.
This commit makes the field always visible to ease
project configuration.

Task-1827986

closes odoo/odoo#30193
parent 44b9f1ef
No related branches found
No related tags found
No related merge requests found
......@@ -152,8 +152,8 @@
<field name="sequence" groups="base.group_no_one"/>
<field name="company_id" groups="base.group_multi_company"/>
</group>
<group string="Time Scheduling" groups="base.group_no_one">
<field name="resource_calendar_id" groups="base.group_no_one"/>
<group string="Time Scheduling">
<field name="resource_calendar_id"/>
</group>
</group>
</page>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment