mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
<data noupdate="0">
|
<data noupdate="0">
|
||||||
<!-- 更新序号规则 Auto Internal Reference. -->
|
<!-- 更新序号规则 Auto Internal Reference. -->
|
||||||
<!-- 所有的 Dapeng All Products. -->
|
<!-- 所有的 All Products. -->
|
||||||
<record id="seq_product_auto" model="ir.sequence">
|
<record id="seq_product_auto" model="ir.sequence">
|
||||||
<field name="name">Sequence for All Products</field>
|
<field name="name">Sequence for All Products</field>
|
||||||
<field name="code">product.product</field>
|
<field name="code">product.product</field>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<field name="company_id" eval="False"/>
|
<field name="company_id" eval="False"/>
|
||||||
<field name="initial">True</field>
|
<field name="initial">True</field>
|
||||||
</record>
|
</record>
|
||||||
<!-- 制造的成品 Dapeng manufactured Products. -->
|
<!-- 制造的成品 manufactured Products. -->
|
||||||
<record id="seq_manufacture" model="ir.sequence">
|
<record id="seq_manufacture" model="ir.sequence">
|
||||||
<field name="name">Sequence for Manufactured Product</field>
|
<field name="name">Sequence for Manufactured Product</field>
|
||||||
<field name="code">product.product</field>
|
<field name="code">product.product</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user