forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0c86c3
commit 68750a1
Showing
2 changed files
with
23 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<openerp> | ||
<data noupdate="0"> | ||
<record id="product.product_product_consultant" model="product.product"> | ||
<field name="default_code">SERVICE</field> | ||
</record> | ||
<!-- | ||
product_sequence for Odoo | ||
Copyright (C) 2004 Tiny SPRL | ||
Copyright (C) 2016 Sodexis | ||
The licence is in the file __openerp__.py | ||
--> | ||
|
||
<record id="product.product_product_1" model="product.product"> | ||
<field name="default_code">OSM</field> | ||
</record> | ||
|
||
<record id="product.product_product_2" model="product.product"> | ||
<field name="default_code">OSA</field> | ||
</record> | ||
</data> | ||
</openerp> | ||
<odoo> | ||
<record id="product.product_product_0" model="product.product"> | ||
<field name="default_code">SERVICE</field> | ||
</record> | ||
<record id="product.product_product_1" model="product.product"> | ||
<field name="default_code">OSM</field> | ||
</record> | ||
<record id="product.product_product_2" model="product.product"> | ||
<field name="default_code">OSA</field> | ||
</record> | ||
</odoo> |