Error message:
ERROR - server - Some modules are not loaded, some dependencies or manifest may be missing: ['label']
This error is preventing the build in staging to pass. I have tried reverting back to a previous version build that's working but the same error occurs. The error is followed by a mass of warnings, about some fields having the same label, or a model has no description.
E.g.
| 03/10/2022 14:13:38 | WARNING | server | Two fields (life_date, expiration_date) of stock.move.line() have the same label: Expiration Date. |
| 03/10/2022 14:13:38 | WARNING | server | Two fields (x_studio_char_field_7TOWC, x_studio_char_field_oflEj) of stock.move() have the same label: New Text. |
The build was failing due to an upgrade to v15, which is unrelated to this problem