Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Otros
import_export_mis_price_control
Merge requests
!9
add menu product mis price control
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add menu product mis price control
12.0-menu
into
12.0
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ariel Caruso
requested to merge
12.0-menu
into
12.0
6 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
12.0
12.0 (base)
and
latest version
latest version
8fe6a4c2
1 commit,
6 months ago
1 file
+
16
−
0
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
views/mis_position_view.xml
+
16
−
0
Options
@@ -30,5 +30,21 @@
</field>
</record>
<record
model=
"ir.actions.act_window"
id=
"product_mis_price_control_action"
>
<field
name=
"name"
>
Product Mis Price Control
</field>
<field
name=
"type"
>
ir.actions.act_window
</field>
<field
name=
"res_model"
>
product.mis.price.control
</field>
<field
name=
"view_type"
>
form
</field>
<field
name=
"view_mode"
>
tree,form
</field>
<field
name=
"domain"
>
[]
</field>
<field
name=
"context"
>
{}
</field>
</record>
<menuitem
action=
"product_mis_price_control_action"
id=
"menu_product_mis_price_control"
parent=
"import_export_base.menu_config_ext_commerce"
sequence=
"1001"
name=
"Product Mis Price Control"
/>
</data>
</odoo>
Menu
Explore
Projects
Groups
Topics
Snippets