Browse Source

cleaner way of doing it

this PR provide a cleaner way of removing pos order lines when they have a qty of 0
pull/29/head
Houssine BAKKALI 7 years ago
committed by GitHub
parent
commit
32e3a47ba1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      beesdoo_pos_remove_0_qty/__init__.py

1
beesdoo_pos_remove_0_qty/__init__.py

@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
from . import models
Loading…
Cancel
Save