Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG]migrated classroom #797

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openeducat_classroom/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{
'name': 'OpenEduCat Classroom',
'version': '17.0.1.0',
'version': '18.0.1.0',
'license': 'LGPL-3',
'category': 'Education',
"sequence": 3,
Expand Down
3 changes: 2 additions & 1 deletion openeducat_classroom/views/classroom_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</page>
<page name="asset_management" string="Asset Management">
<field name="asset_line" colspan="4" nolabel="1">
<list editable="1">
<list editable="bottom">
<field name="product_id"/>
<field name="code"/>
<field name="product_uom_qty"/>
Expand Down Expand Up @@ -87,6 +87,7 @@
<field name="name">Class Rooms</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">op.classroom</field>
<field name="path">classroom</field>
<field name="binding_view_types">form</field>
<field name="view_mode">list,form</field>
<field name="search_view_id" ref="view_op_classroom_search"/>
Expand Down