Commit f5746c65 authored by Titouan Soulard's avatar Titouan Soulard

ERP5: add inventory movements to movement list

parent 2b5062e2
......@@ -1340,6 +1340,7 @@ class ERP5Site(ResponseHeaderGenerator, FolderMixIn, PortalObjectBase, CacheCook
r += self.getPortalInvoiceMovementTypeList()
r += self.getPortalTaxMovementTypeList()
r += self.getPortalAccountingMovementTypeList()
r += self.getPortalInventoryMovementTypeList()
r.append('Simulation Movement')
return tuple(r)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment