Odoo10源码安装:用Git的方式安装最新版Odoo10源码笔记2018-02-22
用Git的方式安装最新版Odoo10.0关键2点:
1、要有个odoo的用户用来运行odoo源码;
2、在pgsql数据库里要有个odoo账号,这样odoo源码才能够通过这个数据库账号来读写数据库;
以下为笔记记录:
用Git的方式安装最新版Odoo10.0关键2点:
1、要有个odoo的用户用来运行odoo源码;
2、在pgsql数据库里要有个odoo账号,这样odoo源码才能够通过这个数据库账号来读写数据库;
以下为笔记记录:
glpi插件:康虎报表打印
1、地址:https://github.com/leangjia/glpi_plugins_cfsoft.git
2、新建:
echo "# glpi_plugins_cfsoft" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/leangjia/glpi_plugins_cfsoft.git
git push -u origin master
3、或推送现有代码:
git remote add origin https://github.com/leangjia/glpi_plugins_cfsoft.git
git push -u origin master
详情请加群,直接找群主:
点击链接加入群聊【康虎云报表】:https://jq.qq.com/?_wv=1027&k=5iyWtFq
注:本此使用汉化po文件见:https://github.com/leangjia/glpi
简体中文汉化修正官方po中的【打印机弹药】、工单中的【打开的】修正为【受理中】、【垃圾桶】和【垃圾箱】统一修正为【回收站】以及一些符合中文语法说话方式的修正等等等等。
安装过程: