[IMP] change category

bzr revid: rma@tinyerp.com-20130419083515-jpt2a129nfg0evho
This commit is contained in:
Randhir Mayatra (OpenERP) 2013-04-19 14:05:15 +05:30
parent 7eed566dd0
commit 86599716fe
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@
-
I have configure the product category with stock valuation account.
-
!python {model: product.category}: |
self.write(cr, uid, [ref('product.product_category_4')], {'property_stock_valuation_account_id': ref('account_anglo_1')})
!record {model: product.category, id: product.product_category_4}:
property_stock_valuation_account_id: account_anglo_1
-
I have configure the product with required accounts.
-