Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Txn

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Txn

    @Txn

    0
    Reputation
    515
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Txn Unfollow Follow

    Latest posts made by Txn

    • RE: 应该关注一下Tryton

      从德语论坛得到的信息:<br><span style="text-decoration: underline;"></span>Open ERP (Tiny ERP) 在推广中最大的问题<br>1. Customizing更接近编程,对Customizing人员的要求高,分散精力<br>2. Open ERP的核心开发队伍太松散,似乎有点停滞不前(小道消息)<br>3. Tryton的出发点是以Open ERP为基础,简化和优化Open ERP,使Customizing更简单,减少实施的困难。<br>http://packages.debian.org/search?keywords=tryton&searchon=names&suite=all&section=all<br><br>但是本人从6月跟踪Tryton以来在网上并没有看到热火朝天的迹象,比较忧闷。

      [[i] 本帖最后由 Txn 于 2009-9-26 13:07 编辑 [/i]]

      posted in 集思广益
      T
      Txn
    • 应该关注一下Tryton

      跟Tiny ERP和Open ERP用很大关系,这个项目是从2008年开始的,详细请看下面链接<br>官方网站为<br>http://www.tryton.org/<br>http://opensourceerpguru.com/2008/11/23/tryton-a-new-kid-on-the-open-source-erp-block/<br><br><pre>Improvements in Tryton compared to OpenERP (or OpenObject) at 2008-12-30:<br><br>Client<br>######<br><br>- Provide IPv6 compliance<br>- Autodetect SSL connections<br>- Improve speed for communication between client and server with caches and compression<br>- Improve speed with persisting socket connections<br>- Improve robustness of the communication protocol<br>- Improve performance by removing glade<br>- Auto detection of client plugins<br>- Colored widget in list edit mode<br>- Customization of client shortcut key binding<br>- Allow to position focus on specific field<br>- Set the cursor on the field that has to be changed after a validation error<br>- Remove dependency on matplotlib<br>- Allow to save graph to file<br>- Allow to add action when clicking on graphs<br>* Allow to reorder tabs (now in OpenERP)<br>- Add title on form view<br>- Auto reload of menu after module installation<br>- Add operators on search widgets<br>* Allow to use dates before 1900 (now in OpenERP)<br>- Allow to work with very large lists of more than 20000 records instead of 80<br>- Allow to submit exceptions directly to bugtracker<br>- Format numbers according to the locales set in the users session<br>- Allow to use the keyboard to navigate in tree views and menu<br>- Allow for better appearence in list views to fill in an empty column<br>- Allow to copy a selection of list values and paste it into any other application<br>- Remember the column widths for each user when reopening forms<br>- Carry out the sorting of results on the server side<br>- Allow state invisible for field in list view<br>- Handle user warning<br>- Allow install with easy_install<br>- Improve ergonomics of date widget<br>- Take care of the user config gtk theme<br>- Allow to choose on report between preview, direct print or send by email<br><br><br>Server<br>######<br><br>- Provide IPv6 compliance<br>* Allow to install modules from the command line (now in OpenERP)<br>* Handle fuzzy translation (now in OpenERP)<br>* Avoid crash when importing bad module (now in OpenERP)<br>- Allow to override wizards<br>- Store user passwords encrypted<br>- password send only once at login<br>- Support Decimal type<br>- Allow to customize locales<br>- Use odt file as template for reports (with relatorio)<br>- Display only Tryton databases for login<br>* Handle BigInteger (now in OpenERP)<br>- Improve security for SQL injection<br>- Handle failures in the task execution of the scheduler by sending a request to the owner of the task<br>- Disallow to modify data originating from xml files by default<br>- Manage caches for multi server instance<br>- Check for dynamic constraints (like required and domain) on records in write and create process<br>* Use psycopg2 instead of psycopg (now in OpenERP)<br>- Use SAX parser to allow parsing of big xml files<br>- Allow to use an SQL query as table for model<br>- Allow to use many "Modified Preorder Tree Traversal" on the same model<br>- Allow to have char without size constraint<br>- Add limit on caches<br>- Add WebDAV protocol to browse the attachments and the reports<br>- Use internal locale formatting to be thread safe<br>- Add a unittest framwork<br>- Disallow to delete a record linked to a running workflow<br>- Make cache thread safe<br>- Provide time independent test for concurrency checks<br>- Add security test for remote callable functions<br>- Allow to order on fields function<br>- Use a more pythonic way of inheritance<br>- Better handling of view for model with inherits<br>- Handle user warning and rember use preferences<br>- Allow install with easy_install<br>- Allow sorting on translated fields<br>- Respect the default order for "Modified Preorder Tree Traversal"<br></pre><br>

      [[i] 本帖最后由 Txn 于 2009-6-28 06:02 编辑 [/i]]

      posted in 集思广益
      T
      Txn
    • RE: Openerp 支持多大的数据量,有谁知道呢?

      postgresql能支持数据库的大小 : (从网上查到的)
      一个数据库最大尺寸?
      无限制(存在 32TB 的数据库)

      一个表的最大尺寸?
      32TB

      一行的最大尺寸?
      1.6TB

      一个字段的最大尺寸?
      1GB

      一个表里最大行数?
      无限制

      一个表里最大列数?
      跟列类型有关,250-1600

      一个表里的最大索引数量?
      无限制
      还有你使用的操作系统和你的硬盘大小。

      [[i] 本帖最后由 Txn 于 2008-6-24 17:34 编辑 [/i]]

      posted in Odoo 开发与实施交流
      T
      Txn
    • RE: Openerp 支持多大的数据量,有谁知道呢?

      关于openerp 支持多大的数据量,应该去查Postgresql的资料,在一般情况下不是问题。在一个表格里如果有上千万条数据的话,目前最知名的数据库在处理时都会有问题,需要很大的硬件资源,但是目前已经有更好的解决办法,SAP已经有这方面的应用,另方面Postgresql也在逐年进步,通常不会有麻烦。

      [[i] 本帖最后由 Txn 于 2008-6-24 16:03 编辑 [/i]]

      posted in Odoo 开发与实施交流
      T
      Txn
    • RE: 需要一份测试方案,(暂时)集中讨论到6月1日

      Tiny ERP的功能测试的前提是,Tiny ERP系统要正常运行,为了方便比较和找错,首先要统一测试的版本,第二要统一安装环境,如果连新建帐套都没有成功,在这样的系统环境下是无法保证其他的测试结果。
      最简单的就是用Windows单机版本,Server和Client在同一台机上,哪一种Windows最稳定?要安装什么service pack?
      如果确认了Tiny ERP系统正常运行,才能谈Tiny ERP的功能测试。
      不然光为了安装和确认Tiny ERP系统正常运行就不知要花多少时间。

      然后要搞定初始化设置和系统管理,这里不能只停留在翻译说明书上,而是要弄通每一项的意义,以及今后对系统的影响。
      www.shine-it.net/wiki/index.php?title=Initial_Setup/zh
      [list type=decimal][li] www.shine-it.net/wiki/index.php?title=Company/zh [/li][li] www.shine-it.net/wiki/index.php?title=Users/zh [/li][li] www.shine-it.net/wiki/index.php?title=Groups/zh [/li][li] www.shine-it.net/wiki/index.php?title=Roles/zh [/li][li] www.shine-it.net/wiki/index.php?title=Security_and_Access_Controls/zh [/li][li] www.shine-it.net/wiki/index.php?title=Actions/zh [/li][li] www.shine-it.net/wiki/index.php?title=Customise_Printable_documents/zh [/li][li] www.shine-it.net/wiki/index.php?title=MEOConfigPlan/zh [/li][li] www.shine-it.net/wiki/index.php?title=MEOImport/zh [/li][/list]
      [list type=decimal][li] www.shine-it.net/wiki/index.php?title=AdminIntro/zh [list type=decimal][li] www.shine-it.net/wiki/index.php?title=AdminUser/zh [/li][li] www.shine-it.net/wiki/index.php?title=AdminRights/zh [/li][li] www.shine-it.net/wiki/index.php?title=AdminSequences/zh [/li][li] www.shine-it.net/wiki/index.php?title=AdminAuditTrail/zh [/li][li] www.shine-it.net/wiki/index.php?title=AdminSynchronization/zh [/li][/list][/li][/list]
      我就没有完全看懂这部分的说明书。
      今天就到此打住。

      [[i] 本帖最后由 Txn 于 2008-5-31 17:39 编辑 [/i]]

      posted in Odoo 系统测试
      T
      Txn
    • RE: 有几个想在自己公司里跑或已经在跑TINY-ERP的

      计划在半年到一年的时间里在一个生产性企业里使用,地点:昆山

      1. 用户在20到30人
      2. 原则上只需要中文
      3. 需要的模块: 财务管理、 产品管理、库存管理、 采购管理、 生产管理、系统管理
      4. 需要的基本测试数据,(有谁知道demo帐套是在哪个文件里?希望能修改里面的基本数据)
      5. 需要的修改报表(Reports),建议在报表里写上报表的文件名,以便寻找和修改
      6. 需要有专家队伍做技术支持

      [[i] 本帖最后由 Txn 于 2008-5-31 17:27 编辑 [/i]]

      posted in Odoo 新手求助
      T
      Txn
    • TinyERPCN0.33对Windows的环境要求,测试两天的结果

      测试对象:tinyerp-allinone-setup-4.2.2.exe》结果:在VISTA上可以跑,但是很慢,建议用XP或2K。
      测试对象: tinyerp.shine-it.net/viewthread.php?tid=90 (中文版)》结果:建议用XP或2K。
      要安装simkai.ttf simyou.ttf simhei.ttf simli.ttf 字体, www.shopex.cn/help/help_shop/help_shop-1147422089-6449.html]下载 ,不然TinyERP Server服务无法启动;
      要安装Adobe Reader 8,不然打印不出中文,安装Adobe Reader 8的前提是Internet Explorer 6.0;
      在重新安装后,要删除windows user目录下.terprc文件;

      [[i] 本帖最后由 Txn 于 2008-5-25 14:11 编辑 [/i]]

      posted in Odoo 系统测试
      T
      Txn
    • RE: [已解决]新手的疑问
      1. 在Windows下软硬件系统的配置要求;|软件:Win2k或WinXP
      2. Tiny ERP主要是针对多大用户市场?5个、20个、100个还是1000个用户?|针对5到150个用户
        Open ERP was developed mainly for small and medium-sized organizations with 5 to 150 users.
      3. 使用WEB客户端的前提是什么?| tinyerp.shine-it.net/viewthread.php?tid=45&extra=page%3D2
      4. 用户管理是否另外有模块?我找不到地方下手。|要用admin进入
      posted in Odoo 新手求助
      T
      Txn
    • [已解决]新手的疑问

      哪里可以得到以下的信息?

      1. 在Windows下软硬件系统的配置要求;
      2. Tiny ERP主要是针对多大用户市场?5个、20个、100个还是1000个用户?这方面没有看到任何信息?
      3. 使用WEB客户端的前提是什么?目前的说明不具体,要是在技术方面不是很通的话,看不明白。
      4. 用户管理是否另外有模块?我找不到地方下手。
        希望专家指点。

      [[i] 本帖最后由 Txn 于 2008-5-25 13:36 编辑 [/i]]

      posted in Odoo 新手求助
      T
      Txn