Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请解释以下语句的含义并说明它们之间的区别。我浏览了论坛帖子,但没有从这些帖子中得到明确的想法,文档也没有提到这些东西。
我从sale_security.xml文件中得到以下代码
<?xml version="1.0" encoding="utf-8"?> <openerp> <data noupdate="0">
和
<data noupdate="1">
<data noupdate="1">表示此文件仅在初始时间加载,仅表示第一次安装--init=module,之后此文件永远不会加载和更新
--init=module
<data noupdate="0"> 表示每次开始时更新文件时都会加载和更新此文件--update=module
<data noupdate="0">
--update=module