Skip to content

Commit

Permalink
[OU-ADD] rating: Nothing to do
Browse files Browse the repository at this point in the history
  • Loading branch information
remytms committed May 31, 2023
1 parent 8e606a8 commit 15b18ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| purchase_stock | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| rating | | |
| rating | Nothing to do |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| repair | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---Models in module 'rating'---
---Fields in module 'rating'---
rating / rating.rating / _order : _order is now 'write_date desc, id desc' ('write_date desc')
rating / rating.rating / res_id (integer) : relation is now 'res_model' ('False') [nothing to do]
rating / rating.rating / res_id (integer) : type is now 'many2one_reference' ('integer')
# NOTHING TO DO: these changes do not imply any changes in DB
---XML records in module 'rating'---
NEW ir.actions.act_window: rating.rating_rating_action
DEL ir.actions.act_window: rating.rating_rating_view
# NOTHING TO DO: rating.rating_rating_action replace rating.rating_rating_view
NEW ir.actions.act_window.view: rating.rating_rating_action_view_form
NEW ir.actions.act_window.view: rating.rating_rating_action_view_kanban
NEW ir.ui.view: rating.rating_rating_view_form_complete
NEW ir.ui.view: rating.rating_rating_view_form_text
NEW ir.ui.view: rating.rating_rating_view_kanban_stars
# NOTHING TO DO: new views

0 comments on commit 15b18ec

Please sign in to comment.