Skip to content
Snippets Groups Projects
  1. Jul 03, 2020
    • William Henrotin's avatar
      [IMP] mrp: sanity check before production validation · 59531bc1
      William Henrotin authored
      This commit bring together sanity check functions called during
      production order validation in a separated method. Other modules will
      override it to add other sanity checks.
      
      Task : 2278147
      
      X-original-commit: e11f8da6674e9a21ab61d0aa67ef1797752273e2
      59531bc1
    • William Henrotin's avatar
      [FIX] mrp: redirect to workorder list from consumption wizard · ca297538
      William Henrotin authored
      If the consumption wizard is triggered in a workorder (via 'Mark As Done
      And Close MO'). We would like the confirm button redirect to the
      workorder list view afterwards.
      
      Task : 2278147
      
      X-original-commit: 55e2a4d16d3a56b8f509d2d67a344c53d62474b6
      ca297538
    • William Henrotin's avatar
      [FIX] mrp: create finished moves in demo data · 36c8b93e
      William Henrotin authored
      The Table (MTO) production hasn't its finished moves created in the demo
      data. This lead to the impossiblity to mark as done the production
      order.
      
      Task : 2278147
      
      X-original-commit: d6e20db6f6b372707a67ec63d71a1c2737511765
      36c8b93e
    • William Henrotin's avatar
      [FIX] mrp: bom with operation duplication · a8a98a61
      William Henrotin authored
      Duplicate a BoM with operations and some BoM line consume in specific
      operation. The operations are well duplicated but the 'consume in
      operation' field still point to the original BoM's operations.
      
      This commit search for the operation to replace based on the name and
      the workcenter_id.
      
      Task : 2278147
      
      X-original-commit: 4c6d445dfd561a236b1b171ccbcc2ff2b6236640
      a8a98a61
    • William Henrotin's avatar
      [FIX] mrp: create backorder with no components · d57fce20
      William Henrotin authored
      Consuming all the components for only a part of the finished product
      will ask the manufacturing user to create a backorder. Confirm it will
      fail as there are no component left to consume to produce the
      remaining quantity of finished product. This commit only confirm
      backorders that still have some quantities to consume.
      
      Task : 2278147
      
      X-original-commit: 51c9281d715e27143955c7b9b51f60b22e672f52
      d57fce20
    • William Henrotin's avatar
      [FIX] mrp: views improvement · 497ae992
      William Henrotin authored
      This commit makes some changes in the production order views
      as well as in the workorders one. This commits make sure there
      is now only one form view left for the mrp.workorder model.
      
      This commit take part of the MRP refactoring
      (69c48add)
      
      Task : 2278147
      
      X-original-commit: 8b389ab3601cf5ed9328b7ce55ee91d54aa70150
      497ae992
  2. Jul 10, 2020
  3. Jul 09, 2020
  4. Jul 08, 2020
  5. Jul 09, 2020
    • Andrea Grazioso (agr-odoo)'s avatar
      [FIX] account: fix composition mode change on template change · 04250d80
      Andrea Grazioso (agr-odoo) authored
      
      Go to invoice list view.
      Select several invoices, click on 'Send and print', switch template to a
      different one (possibly a duplicate of the default).
      Send
      
      On each selected record there will be a pair of attachment:
      - one belonging the the record (ok)
      - one duplicate from the first record selected (not ok)
      This occur because when switching template the default composition
      mode for the wizard is 'comment' (single send), which causes the wizard
      to compute and store the attachment of the first record it found.
      Later, this get assigned to the list of attachment to send so it
      duplicated (and sent) in all other records
      
      opw-2291274
      
      closes odoo/odoo#54255
      
      X-original-commit: 0028a602
      Signed-off-by: default avatarJorge Pinna Puissant (jpp) <jpp@odoo.com>
      04250d80
  6. Jul 08, 2020
  7. Jul 09, 2020
  8. Jul 03, 2020
  9. Jul 08, 2020
Loading