[18.0][MIG] quality_control_mrp_oca: Migration to 18.0#1736
[18.0][MIG] quality_control_mrp_oca: Migration to 18.0#1736alfredoavanzosc wants to merge 28 commits intoOCA:18.0from
Conversation
5b14623 to
75fa9b6
Compare
|
@remi-filament ... review please. |
remi-filament
left a comment
There was a problem hiding this comment.
Thanks @alfredoavanzosc
LGTM, Code review
sergiocorato
left a comment
There was a problem hiding this comment.
The commit from pre-commit is missing, you should split the current one in two.
75fa9b6 to
42f47bc
Compare
Thank you very much @sergiocorato , I have already done what you asked. |
Could you explain please? I see in the migration commit changes made from pre-commit. |
…README files, and new concepts. WIP of quality_control_tolerance [FIX] quality_control: Triggers for product category
[IMP] quality_control_mrp: Smartbutton to inspections
[IMP] quality_control_mrp: required changes * Limit access by groups in views * Use api.model
…inspections When an inspection was created, it wasn't ignoring the cancelled moves.
quality_control_mrp: tests extended [IMP] quality_control_mrp: take product from manufacturing order [IMP] quality_control_mrp: removed not required code [FIX] quality_control_mrp: expected singleton error [FIX] quality_control_mrp: partial fabrications where creating more inspections than required
Migration to 12.0
42f47bc to
de526a5
Compare
8e5cf6d to
1c998cf
Compare
|
@sergiocorato review please. |
sergiocorato
left a comment
There was a problem hiding this comment.
Maybe pre-commit did nothing before migration?
Anyway it's good for me.
|
This PR has the |
clementmbr
left a comment
There was a problem hiding this comment.
You just need this small fix @alfredoavanzosc
| <record id="action_qc_inspection_per_production" model="ir.actions.act_window"> | ||
| <field name="name">Quality inspections from production order</field> | ||
| <field name="res_model">qc.inspection</field> | ||
| <field name="view_mode">tree,form</field> |
There was a problem hiding this comment.
| <field name="view_mode">tree,form</field> | |
| <field name="view_mode">list,form</field> |
There was a problem hiding this comment.
Correction made. Thank you very much.
1c998cf to
03546b4
Compare
No description provided.