https://blog.rafnixg.dev/creando-un-entorno-de-desarrollo-para-odoo-140-con-vscode-en-ubuntu-2204
sudo apt install postgresql postgresql-client
sudo -u postgres createuser -s $USER
createdb odoo-dev-13.0
createdb odoo-dev-14.0
createdb odoo-dev-16.0https://blog.rafnixg.dev/creando-un-entorno-de-desarrollo-para-odoo-140-con-vscode-en-ubuntu-2204
sudo apt install postgresql postgresql-client
sudo -u postgres createuser -s $USER
createdb odoo-dev-13.0
createdb odoo-dev-14.0
createdb odoo-dev-16.0| # ======================================================================= | |
| # === Description ...: Integrate DRF with VueTable-2 | |
| # === Author ........: Mike Boiko | |
| # ======================================================================= | |
| # If you want to integrate Django Rest Pagination with VueTable, you must | |
| # change the pagination as shown below: | |
| # Then, in your views.py file, the pagination_class must be set to CustomPagination | |
| # See example below: | |
| # from rest_framework import pagination |