[IMP] anonymization: added some fields to the list of default fields

bzr revid: olt@tinyerp.com-20110113071903-93ga2h9p9uofb74k
This commit is contained in:
olt@tinyerp.com 2011-01-13 08:19:03 +01:00
parent af1398f88e
commit 723675de4b
1 changed files with 3 additions and 0 deletions

View File

@ -33,3 +33,6 @@ anonymization_field_purchase_order_amount_untaxed,purchase.order,amount_untaxed
anonymization_field_purchase_order_line_price_unit,purchase.order.line,price_unit
anonymization_field_account_invoice_tax_amount,account.invoice.tax,amount
anonymization_field_account_invoice_tax_base,account.invoice.tax,base
anonymization_field_product_name,product.template,name
anonymization_field_res_users_name,res.users,name
anonymization_field_res_users_name,res.users,signature

1 id model_name field_name
33 anonymization_field_purchase_order_line_price_unit purchase.order.line price_unit
34 anonymization_field_account_invoice_tax_amount account.invoice.tax amount
35 anonymization_field_account_invoice_tax_base account.invoice.tax base
36 anonymization_field_product_name product.template name
37 anonymization_field_res_users_name res.users name
38 anonymization_field_res_users_name res.users signature