diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-01 07:26:20 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-01 07:26:20 +0700 |
| commit | cc9d0545db5ac51bd00a02680e99465a9bb90269 (patch) | |
| tree | 8bf3e4351fd259dc0a3cef8bfe3d165dfd83cba8 | |
| parent | 3fe3e6550d8b8ba8a69849324dbdb80041e91ae3 (diff) | |
| parent | 43a0814b7efa1acaa04abda402bbfc9bddebc5cc (diff) | |
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons
merge
| -rwxr-xr-x | fixco_custom/models/stock_picking.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/models/stock_picking.py b/fixco_custom/models/stock_picking.py index 971278b..2258bd4 100755 --- a/fixco_custom/models/stock_picking.py +++ b/fixco_custom/models/stock_picking.py @@ -106,8 +106,8 @@ class StockPicking(models.Model): res = super(StockPicking, self).button_validate() - if self.name.startswith('BU/OUT') and self.origin.startswith('SO/'): - self.create_invoices() + # if self.name.startswith('BU/OUT') and self.origin.startswith('SO/'): + # self.create_invoices() return res |
