Browse Source
Fixed error field name in product_data.xml
pull/101/head
Jeremy CORMIER
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
vouchers_pos/data/product_data.xml
|
|
@ -3,9 +3,9 @@ |
|
|
|
<record model="product.product" id="gift_product_pos"> |
|
|
|
<field name="name">Gift-Coupon</field> |
|
|
|
<field name="display_name">Gift-Coupon</field> |
|
|
|
<field name="avilable_in_pos">True</field> |
|
|
|
<field name="available_in_pos">True</field> |
|
|
|
<field name="type">service</field> |
|
|
|
<field name="taxes_id"></field> |
|
|
|
<field name="supplier_taxes_id"></field> |
|
|
|
</record> |
|
|
|
</odoo> |
|
|
|
</odoo> |
|
|
|