You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install hexya demo project, with follwoing step
hexya installed fine
less installed fine
git clone https://github.com/hexya-erp/hexya-demo.git
cd hexya-demo
hexya generate . -c ./hexya.toml
All work fine until "hexya updatedb -c ./hexya.toml"
I got following errors :
Please wait, Hexya is starting ...
#github.com/hexya-erp/pool/q/account_account_tag
pool/q/account_account_tag/account_account_tag.go:118:28: undefined: models.NewFieldName
pool/q/account_account_tag/account_account_tag.go:125:28: undefined: models.NewFieldName
.... many similar error about models.NewFieldName
the postgres db is up and running, here are my hexya.toml configuration,
I'm trying to install hexya demo project, with follwoing step
hexya installed fine
less installed fine
git clone https://github.com/hexya-erp/hexya-demo.git
cd hexya-demo
hexya generate . -c ./hexya.toml
All work fine until "hexya updatedb -c ./hexya.toml"
I got following errors :
the postgres db is up and running, here are my hexya.toml configuration,
It seems models.NewFieldName not imported correctly ?
The text was updated successfully, but these errors were encountered: