Merge branch 'imp/13.0/H4496_project_stage__change_default_context' into '13.0-test'

imp/13.0/H4496_project_stage__change_default_context into 13.0-test

See merge request hibou-io/hibou-odoo/suite!661
This commit is contained in:
Hibou Bot
2020-11-16 23:33:15 +00:00

View File

@@ -105,6 +105,7 @@
<!-- Add `o_kanban_small_column` to prevent strange wrapping -->
<xpath expr="//kanban" position="attributes">
<attribute name="class">o_kanban_small_column oe_background_grey o_kanban_dashboard o_project_kanban o_emphasize_colors</attribute>
<attribute name="group_create">true</attribute>
</xpath>
<xpath expr="//kanban/field[@name='name']" position="after">
<field name="stage_id" options="{'group_by_tooltip': {'description': 'Stage Description'}}"/>
@@ -121,6 +122,10 @@
</field>
</record>
<record id="project.open_view_project_all" model="ir.actions.act_window">
<field name="context">{"search_default_group_stage":1}</field>
</record>
<record id="edit_project_inherit" model="ir.ui.view">
<field name="name">project.project.form.inherit</field>
<field name="model">project.project</field>