Official guide for PulseAudio: https://docs.audiorelay.net/instructions/linux/use-your-phone-as-a-mic-for-a-linux-pc
From: https://audiorelay.net/downloads/linux
Deb on debian or ubuntu, archive for others.
Official guide for PulseAudio: https://docs.audiorelay.net/instructions/linux/use-your-phone-as-a-mic-for-a-linux-pc
From: https://audiorelay.net/downloads/linux
Deb on debian or ubuntu, archive for others.
| Check video on first comment |
| # -*- coding: utf-8 -*- | |
| ############################################################################## | |
| # For copyright and license notices, see __openerp__.py file in module root | |
| # directory | |
| ############################################################################## | |
| from pyi25 import PyI25 | |
| from openerp import fields, models, api, _ | |
| from openerp.exceptions import Warning | |
| from cStringIO import StringIO as StringIO | |
| import logging |
| #!/bin/bash | |
| ADHOC_MODULES=( odoo-argentina account-analytic account-financial-tools account-invoicing account-payment crm hr hr-timesheet infrastructure manufacture miscellaneous multi-company partner product project purchase reporting-engine sale stock survey surveyor website ) | |
| mkdir -p /opt/odoo80/config | |
| mkdir -p /opt/odoo80/data_dir | |
| mkdir -p /opt/odoo80/logs | |
| mkdir -p /opt/odoo80/postgresql | |
| mkdir -p /opt/odoo80/sources |