This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check video on first comment |