[18.0][MIG] helpdesk_mgmt_stock: Migration to 18.0#1008
[18.0][MIG] helpdesk_mgmt_stock: Migration to 18.0#1008david-banon-tecnativa wants to merge 10 commits into
Conversation
0671e74 to
0636de5
Compare
ChristianSantamaria
left a comment
There was a problem hiding this comment.
Funcional and code review, LGTM 👍 👍
But i detect a minor changes:
| <field name="inherit_id" ref="stock.view_picking_move_tree" /> | ||
| <field name="arch" type="xml"> | ||
| <xpath expr="/list/field[@name='product_uom']" position="after"> | ||
| <field name="helpdesk_ticket_count" invisible="1" /> |
There was a problem hiding this comment.
Missing fields used in expressions (invisible, column_invisible, readonly, required, context, domain) are now added to the views as invisible ones automatically. If you encounter fields in views with invisible="True" or invisible="1", they can probably be removed for cleanliness, as they are auto-added. Reference: odoo/odoo#137031.
| <field name="helpdesk_ticket_count" invisible="1" /> |
There was a problem hiding this comment.
Had it on my mind for v19, didn't know it was already implemented in v18, thanks!
| <field name="helpdesk_ticket_count" invisible="1" /> | ||
| <field name="helpdesk_ticket_allowed" invisible="1" /> |
There was a problem hiding this comment.
Same
| <field name="helpdesk_ticket_count" invisible="1" /> | |
| <field name="helpdesk_ticket_allowed" invisible="1" /> |
| help="Check this if you want to authorize helpdesk ticket creation" | ||
| "for this picking type operations.", |
There was a problem hiding this comment.
Minor change for not collapse words
| help="Check this if you want to authorize helpdesk ticket creation" | |
| "for this picking type operations.", | |
| help="Check this if you want to authorize helpdesk ticket creation " | |
| "for this picking type operations.", |
There was a problem hiding this comment.
Added
Labels went missing in form view due to a new group being created inside an already existing group (odoo only renders the labels for leaf groups).
Add the "action" prefix to the method called by the wizard "Create Ticket" button in order to signify more clearly that this returns an action.
Pass default picking/move id in context of the different tickets views opened in order to allow to pre-populate those fields when the user creates a new ticket from there.
0636de5 to
3d772c0
Compare
3d772c0 to
c72d599
Compare
A migration from this PR to 18.0, changes:
helpdesk_motivedependencycc @Tecnativa
ping @rousseldenis