surveyor: update version
surveyor/site: add department, fix autofill city and department, update i18n
surveyor: update version
Odoo is a suite of open source business apps. This project contains addons or modules to customize Odoo.
Download source code
git clone git@github.com:odoo/odoo.git
git clone git@git.sr.ht:~nora/odoo-addons
Install dependencies
Install base-devel
package on Arch Linux. Then execute the next command in odoo
directory using a virtual environment :
pip3 install -r requirements.txt
Install database
Install postgresql
package on Arch Linux and create odoo
user and database :
sudo -u postgres createuser --interactive
sudo -u postgres createdb -O odoo odoo
Run Odoo
odoo-bin --addons-path="../odoo-addons,addons" -d odoo -u surveyor --dev xml
Login with admin/admin
on http://localhost:8069/ and activate developer mode in settings.
__manifest__.py
git shortlog <old_tag_name>..HEAD
git tag -a <tag_name>
git push --tags
or git push --follow-tags
tar -cvz surveyor > surveyor-<tag_name>.tar.gz
hut git artifact upload surveyor-<tag_name>.tar.gz --rev <tag_name>