-
- Downloads
[IMP] mrp, sale_mrp: planned date on MO
The purpose of this commit is to simplify the `mrp.production` model in
reducing the number of date field.
The following fields was kept:
- `date_planned_start`: the planned date for the beginning of the MO
- `date_planned_finished`: the planned date for the ending of the MO
- `date_start_wo`: the preferred date to start a Work Order in case
the MO will plan one.
- `date_deadline`: is only indicative and is automatically set when
the manufacturing order is needed for a sale order.
- `date_start` and `date_finished`: no changes.
Task #1935229
Co-authored-by:
Whenrow <whe@odoo.com>
Showing
- addons/mrp/models/mrp_production.py 31 additions, 30 deletionsaddons/mrp/models/mrp_production.py
- addons/mrp/models/mrp_workorder.py 19 additions, 1 deletionaddons/mrp/models/mrp_workorder.py
- addons/mrp/models/stock_rule.py 1 addition, 1 deletionaddons/mrp/models/stock_rule.py
- addons/mrp/tests/test_workorder_operation.py 7 additions, 0 deletionsaddons/mrp/tests/test_workorder_operation.py
- addons/mrp/views/mrp_production_views.xml 63 additions, 21 deletionsaddons/mrp/views/mrp_production_views.xml
- addons/sale_mrp/tests/test_sale_mrp_lead_time.py 4 additions, 4 deletionsaddons/sale_mrp/tests/test_sale_mrp_lead_time.py
Loading
Please register or sign in to comment