Odoo中成本核算方式有标准法,平均法,Real(FIFO,LIFO,FEFO)。国内中小企业一般适用哪种成本计算方法?
larjia
-
关于Odoo成本核算方式 -
Odoo9 在CENT6.5安装问题Requires: nodejs-clean-css
先安装下nodejs-clean-css试试看行不行 -
使用anglo-saxon会计在公司数据维护处,有个选项是“用anglo-saxon会计”。对于中国的企业,该选项是勾还是不勾?
-
如何实现列表上 点击排序后先按逆序排列,再点一次按正序排列用_order字段不可以?
-
新扩展的字段不能在视图中点击排序computed fields默认不是排序的。加上store=True把该字段存储到数据库中就能排序了。
官方文档如下:
computed fields are not stored by default, they are computed and returned when requested. Setting store=True will store them in the database and automatically enable searching -
Odoo PetStore Widget模板之前一直没有好好看
这次安装好了再按照官方文档走了一边,总算把Widget模板联系走了一边
还是蛮有趣的啊 -
ODOO可以连接mysql数据库吗????不能吧?Odoo开发使用的是Postgresql。MySQL当然是可以连的,但是功能不能满足吧。。。
-
为什么我用腾讯云服务器就不会安装odoo呢???云服务器系统是centos7.0 b4bit的你的安装步骤是什么?
我是虚拟机CentOS 7, 就按照官方的说明就可以安装成功。
<br / https://www.odoo.com/documentation/9.0/setup/install.html br />
1. 先升级CentOS 7中的Python版本到2.7.10
2. 然后按照下面步骤安装
$ sudo yum install -y epel-release
$ sudo yum install -y postgresql-server
$ sudo postgresql-setup initdb
$ sudo systemctl enable postgresql
$ sudo systemctl start postgresql
$ sudo yum-config-manager --add-repo=https://nightly.odoo.com/9.0/nightly/rpm/odoo.repo
$ sudo yum install -y odoo
$ sudo systemctl enable odoo
$ sudo systemctl start odoo
3. 再自己装一个wkhtmltopdf
http://wkhtmltopdf.org/downloads.html