Skip to content

Commit

Permalink
Merge PR #1234 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by leemannd
  • Loading branch information
OCA-git-bot committed Feb 13, 2024
2 parents 9cc4029 + 8496e9f commit 6517f03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions project_forecast_line/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"summary": "Project Forecast Lines",
"version": "14.0.1.0.3",
"author": "Camptocamp SA, Odoo Community Association (OCA)",
"maintainers": ["ntsirintanis"],
"license": "AGPL-3",
"category": "Project",
"website": "https://github.com/OCA/project",
Expand Down
4 changes: 3 additions & 1 deletion project_forecast_line/views/res_config_settings_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
<field name="res_model">res.config.settings</field>
<field name="view_mode">form</field>
<field name="target">inline</field>
<field name="context">{'module': 'forecast', 'bin_size': False}</field>
<field
name="context"
>{'module': 'project_forecast_line', 'bin_size': False}</field>
</record>

<menuitem
Expand Down

0 comments on commit 6517f03

Please sign in to comment.