db rebuild / .env update needed

Added by Alexander Blum about 4 years ago

  • The missing views for the licensing db models have been added
  • A new .env var TRYTON_DEMODATA_DEBUG has been added to be able to control the amount of created demodata without changing the repository files. 0 means all data, 1 means about 1 object for each model, etc
  • The trytond tests for the module collecting_society (views, depends, scenario doctest of collecting_society/tests/scenario_collecting_society.rst) have been added to the ./scripts/test script and are now covered by jenkins as well. They might now also be run via docker-compose run --rm erpserver execute run-tests erpserver

Comments