refactor: added new file serial batch bundle

This commit is contained in:
Rohit Waghchaure
2023-03-13 14:51:43 +05:30
parent f1b5966680
commit e6143abb8a
46 changed files with 1468 additions and 1131 deletions

View File

@@ -38,6 +38,7 @@ class SellingController(StockController):
self.validate_for_duplicate_items()
self.validate_target_warehouse()
self.validate_auto_repeat_subscription_dates()
self.set_serial_and_batch_bundle()
def set_missing_values(self, for_validate=False):