Browse Source

Nov 15 [UPDT] Updated 'multi_branch_base'

pull/232/head
AjmalCybro 2 years ago
parent
commit
c043e53009
  1. 9
      multi_branch_base/models/branch_stock_picking.py
  2. BIN
      multi_branch_base/static/description/assets/screenshots/hero.png
  3. BIN
      multi_branch_base/static/description/assets/screenshots/mb01.png
  4. BIN
      multi_branch_base/static/description/assets/screenshots/mb02.png
  5. BIN
      multi_branch_base/static/description/assets/screenshots/mb03.png
  6. BIN
      multi_branch_base/static/description/assets/screenshots/mb04.png
  7. BIN
      multi_branch_base/static/description/assets/screenshots/mb05.png
  8. BIN
      multi_branch_base/static/description/assets/screenshots/mb06.png
  9. BIN
      multi_branch_base/static/description/assets/screenshots/mb07.png
  10. BIN
      multi_branch_base/static/description/assets/screenshots/mb08.png
  11. BIN
      multi_branch_base/static/description/assets/screenshots/mb09.png
  12. BIN
      multi_branch_base/static/description/assets/screenshots/mb10.png
  13. BIN
      multi_branch_base/static/description/assets/screenshots/mb11.png
  14. BIN
      multi_branch_base/static/description/assets/screenshots/mb12.png
  15. BIN
      multi_branch_base/static/description/assets/screenshots/mb13.png
  16. BIN
      multi_branch_base/static/description/assets/screenshots/mb14.png
  17. BIN
      multi_branch_base/static/description/assets/screenshots/pos1.png
  18. BIN
      multi_branch_base/static/description/assets/screenshots/pos2.png
  19. BIN
      multi_branch_base/static/description/assets/screenshots/pos3.png
  20. BIN
      multi_branch_base/static/description/assets/screenshots/pos4.png
  21. BIN
      multi_branch_base/static/description/assets/screenshots/pos5.png
  22. 1544
      multi_branch_base/static/description/index.html

9
multi_branch_base/models/branch_stock_picking.py

@ -49,15 +49,6 @@ class StockPicking(models.Model):
if order.purchase_id.branch_id:
order.branch_id = order.purchase_id.branch_id
# @api.onchange('branch_id')
# def onchange_branch_id(self):
# """onchange methode"""
# self.picking_type_id = False
# self.location_id = False
# self.location_dest_id = False
@api.depends('sale_id', 'purchase_id')
def _compute_branch_id(self):
"""methode to compute branch"""

BIN
multi_branch_base/static/description/assets/screenshots/hero.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 470 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb01.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb02.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb03.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb04.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb05.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb06.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb07.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb08.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb09.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb10.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb11.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb12.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb13.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
multi_branch_base/static/description/assets/screenshots/mb14.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
multi_branch_base/static/description/assets/screenshots/pos1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

BIN
multi_branch_base/static/description/assets/screenshots/pos2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

BIN
multi_branch_base/static/description/assets/screenshots/pos3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

BIN
multi_branch_base/static/description/assets/screenshots/pos4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

BIN
multi_branch_base/static/description/assets/screenshots/pos5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

1544
multi_branch_base/static/description/index.html

File diff suppressed because it is too large
Loading…
Cancel
Save