pos_usability: add payment methods in tree view of pos.order (via a computed char field)

This commit is contained in:
Alexis de Lattre
2024-04-12 15:08:01 +00:00
parent 46fcf5c0ef
commit 4ee69f3bff
3 changed files with 35 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
from . import product
from . import pos_category
from . import pos_payment_method
from . import pos_order
from . import pos_session