跳转至内容

Odoo 新手求助

No decsciption available
2.5k 主题 10.7k 帖子
  • OPENERP 时分秒

    7
    0 赞同
    7 帖子
    4k 浏览
    B

    太高太深。。。只有帮顶的份

  • 刚刚安装了OpenERP,但是打开openerp的时候遇见 Internal Server Error

    7
    0 赞同
    7 帖子
    18k 浏览
    W

    重启了服务器就可以了

  • Ir.actions.act_window的view_type字段的作用?

    6
    0 赞同
    6 帖子
    5k 浏览
    I

    [quote author=Jeff link=topic=17529.msg31982#msg31982 date=1457440375]
    view type现在只支持 tree 和 form两个值

    tree是一个对象的多条记录按parent_id组织成一个树,可切换的只有树形和form两个view mode

    当view type为from时,view mode有7个可选值。你可以在任务的菜单里看到六种,第七种在工作流菜单里有
    [/quote]

    Hi @Jeff,谢谢指点。
    我后来翻看了系统中的window action,view_type属性为tree的很少,只有10个左右,正如你说的设成'tree'的作用是用[b]树形[/b]视图来展示有层级关系的列表,比如部门的层级结构,多公司中的母公司/子公司的层级结构等等。
    我也找到了官方对这个属性的解释:View type: Tree type to use for the tree view, set to 'tree' for a [b]hierarchical [/b]tree view, or 'form' for a regular list view
    如果这个属性叫做tree_type,值为'tree'或'list'就好理解了。

  • 权限no matching record found in field ‘Group’的问题

    2
    0 赞同
    2 帖子
    1k 浏览
    尚无回复
  • 如何实现向字段写入序列号

    4
    0 赞同
    4 帖子
    1k 浏览

    感谢digitalsatori的指点,我已经解决这个问题了,并成功生成课程代码,下面吧代码贴出来供有需要的小伙伴查考。

    <br />&nbsp; &nbsp; &nbsp; courseNo = fields.Char(string=u&#039;课程代码&#039;, readonly=True)<br /><br /> @api.model<br /> def create(self, vals):<br /> vals&#91;&#039;courseNo&#039;] = self.pool.get(&#039;ir.sequence&#039;).get(self.env.cr, self.env.uid, &#039;Course&#039;)<br /> return super(Course, self).create(vals)<br />
  • 开源ERP选择

    4
    0 赞同
    4 帖子
    5k 浏览
    L

    谢谢卓忆。我主要是受了以下这个帖子的影响。
    确实,我看NEXTERP用户大多是印度的。不过NEXTERP open resource ERP排名仅在ODOO之下。NEXTERP汉化已经有繁体中文了,简体好像开发者准备用google 翻译。
    有没有国内大神做过测试比较的比较适合国内使用环境的,比若说对系统架构,性能,扩展性等比较。毕竟用久了换一个ERP系统比较痛苦的,想一开始就选对。
    我个人对国内中小企业定义是贸易销售为主(最好系统现在还要能跟随互联网+的 脚步 ;D,)制造流程和BOM一般比较简单。




    <br / https://discuss.erpnext.com/t/erpnext-vs-odoo/7496/4 br />I first was looking only for CRM, but then my "needs" (wants?) expanded to something more like ERP. I struggled with Odoo for nearly 2 months before arriving at (and currently testing) ERPnext. I am very excited about ERPnext and hope that as my company grows we will be able to support ERPnext and help sustain it as a fully open-source project.

    Until last week I thought my only choices were Odoo & Bitrix24. But in testing, both of them disappointed me, and here's why:

    Bitrix24:
    - CRM and intranet, not really ERP
    - Pleasant UI
    - Instant deployment
    - Free up to 12 users
    - Many problems with email
    - Lack of customization
    - For ≥13 users, US$100/month

    Odoo NEGATIVES:
    - Nightmare to install
    - Resource hog (very CPU/db/RAM hungry)
    - Slow user experience
    - Poor scalability (accommodating more users demands more server resources)
    - Critical problems such as the program sending emails to clients about internal matters without any warning (customers are "partners" and partners by default get an email when updates are made to their account… UNACCEPTABLE)
    - No flat discount (only percentage, and it's on the item line)
    - Next version (Odoo 9) will have limited features in the community edition
    - Too many mobile apps, none of the free ones worked well enough for me
    - UI is too complex and colors are dull
    - Community support is inconsistent; can be difficult to get an answer
    - Ugly invoices require serious programming to look better
    - "Inbox" functionality makes no sense to me
    - Lead creation from emails

    Odoo POSITIVES:

    Very comprehensive
    Automated actions — these are powerful and important
    Free
    Many third-party addons and a few paid mobile apps
    Graphs and charts
    Projects
    Here's why I'm trying ERPnext and my first impressions:

    Runs super fast compared to Odoo (on VPS)
    Unbelievably easy install using Bitnami
    "Just works" so far, out of the box
    Multiple catch-all email addresses (but having problems, more below)
    Community seems more supportive and friendly
    Flat discount
    Email notification functions appear to work well
    Nice-looking invoices
    Letterhead
    On the downside:

    I'm having problems with the mail-to-lead functionality: I have set incoming emails to create an opportunity, and yet the opportunities appear blank. The body of the email, the name, the email address — none of that is there, only the subject line. In PDF print mode, I do get the email address. And if set to forward, I do receive the original message in an email. But not in the web app or mobile app.
    Automated actions: I don't see that there's currently a clear way to do this in ERPnext (for example, upon entering an installation date, automatically schedule a call to set up a maintenance visit in one year and schedule a maintenance deadline)
    Some of the terms are in Indian English, rather than international English, but this is minor
    Features I would love to see in future iterations of ERPnext:
    - In the Android app: popup notifications, option to call a contact via the cellphone from within the app, and CalDAV/CardDAV calendar/contact synching (or is it already an option?)
    - iOS app
    - Webmail integration for email from my domain, so employees never have to leave ERPnext (and with menu options to add leads or project tasks from emails or selected email text)

    ERPnext team, please keep up the good work!

    Peter

  • Tree 中的button的context的问题

    4
    0 赞同
    4 帖子
    4k 浏览
    C

    传入的变量 有个 ids 吧 ?

    取出 id ,再 browse 获得数据

  • Odoo9.0如何设计制作销售单据呢

    2
    0 赞同
    2 帖子
    1k 浏览
    尚无回复
  • 求助:odoo8 website上的logo无法显示

    3
    0 赞同
    3 帖子
    3k 浏览
    Z

    碰到同样的问题,ubunt14安装nginx后,按本论坛的帖子做反向代理后,也出现这样的问题,这个帖子一年多没人回复了,楼主问应该题解决了,会不会在这里分享下呢,期待......

  • Nginx odoo9 不能用

    6
    0 赞同
    6 帖子
    5k 浏览
    Z

    学习了,谢谢分享

  • 官方环境中无法创建供应商

    3
    0 赞同
    3 帖子
    2k 浏览
    卓忆

    在 联系人的 会计标签页  有2个 必填的 字段,应收和应付,
    9.0推荐 先安装 中国 会计相关的 2个 模块,
    再装 会计模块。

  • Onchange context 丢失

    3
    0 赞同
    3 帖子
    2k 浏览
    卓忆

    谢谢分享

  • 0 赞同
    2 帖子
    2k 浏览
    尚无回复
  • 扣库存的时机点

    6
    0 赞同
    6 帖子
    3k 浏览
    W

    系统在so单确认后会自动锁库存,出库时扣除,难道这样不可以吗

  • 报价单里面以邮件发送出错是什么原因呢,谢谢

    3
    0 赞同
    3 帖子
    1k 浏览
    wjfonhandW

    wkhtmltopdf

  • 仓库凭证的移动日期

    6
    0 赞同
    6 帖子
    3k 浏览
    Z

    是指“附加信息”里面的“调拨日期”吧?
    “库存估值”表并不以这个日期来计算当时的库存量啊。

  • Odoo 弹出编辑表单

    2
    0 赞同
    2 帖子
    930 浏览
    尚无回复
  • 菜鸟求助:进销存及会员制软件

    2
    0 赞同
    2 帖子
    1k 浏览
    尚无回复
  • 关于Odoo成本核算方式

    3
    0 赞同
    3 帖子
    2k 浏览
    L

    自己的公司觉得什么方法更好久用哪种

  • 外协厂 如何请款?

    14
    0 赞同
    14 帖子
    7k 浏览
    L

    那这个委外费用的库存怎么办?每次都要通过手工调整么 ?