Error occured upon installing tailpos_sync
Im actually not sure if this is a bug or there's just something wrong with my existing setup. The traceback below occured when I did the following steps;
ValueError: Document for field "field_order" attached to child table of "Tail Settings" must be a dict or BaseDocument, not class 'str' (generate_invoice)
-
From my erpnext/ directory where apps/ and sites/ resides I run the ff command:
bench get-app --branch master tailpos-sync https://github.com/bailabs/tailpos-sync.git
-
It created a tailpos_sync/ folder alongside erpnext/. Then i run:
bench --site jeeves install-app tailpos_sync
Then the above error occured...
Anyone on this? Thanks in advance!
Was a resolution for this ever found?