mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I1E17T【app_base_chinese】对英文名的快速支持
fix data
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<!-- product_category 序号器 -->
|
||||
<record id="sequence_product_category_normal" model="ir.sequence">
|
||||
<field name="name">产品目录常规编号规则</field>
|
||||
<field name="code">product.category.seq.normal</field>
|
||||
<field name="prefix">CAT</field>
|
||||
<field name="padding">4</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user