Skip to content

Commit

Permalink
Merge pull request #319 from akretion/16-fix-estimate-step-label
Browse files Browse the repository at this point in the history
[FIX] project_estimate_step : add label (separator actually) for esti…
  • Loading branch information
florian-dacosta authored Nov 15, 2024
2 parents 8bac3cf + d1a182b commit 3b45fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project_estimate_step/views/project_project_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<field name="inherit_id" ref="project.edit_project" />
<field name="arch" type="xml">
<xpath expr="//group[@name='extra_settings']" position="inside">
<separator string="Estimate steps" />
<field name="estimate_step_ids" widget="many2many_tags" />
</xpath>
</field>
Expand Down

0 comments on commit 3b45fd2

Please sign in to comment.