Debug Mode in OpenERP 7.0 Web Client


Hello,

    I wanna like to share how to start OpenERP web-client in debug mode.IF you active a debug mode in web-client then You can access following functionality which is more helpful for openerp developer.

  •  Id [Id of record]
  • View Fields Information
  • Set Default Field Values [For one or All User]
  • Manage Filter
  • Technical Translation
  • Manage View with Editor
  • Edit Tree View
  • Edit Search View
  • Edit Form View
  • Edit Action
  • Print & Edit Workflow IF it Exists.
  • Enabele Toggle form Layout
  • JS Test


 

Hope that was helpful.


If I just made your day a little better then thank me with a coffee or maybe a pizza


Thanks,

Mayur Maheshwari

Anonymization in openerp

Hello

              This article describes how data anonymization works in openerp. For Privacy, security, legal, proprietary ownership, and other economic complications often prevent distribution of business data.here openerp brings you a good way to prevent data by method of anonymization

Anonymization :- A process that removes or replaces identity information from a communication or record. In short  hiding identity or information.Anonymized data allows organizations to release personal information into the public domain

De-Anonymization :-  is a data mining strategy in which anonymous data is cross-referenced with other data sources to re-identify the anonymous data source. Any information that distinguishes one data source from another can be used for de-anonymization.


How it works ?

It simply replaces the fields data by ‘XXX’ characters and when you reverse the anonymization process it will replace the ‘XXX’ by the original content.

Anonymization:- 
 
   Convert Normal Data  --> Anonymized data(XXX pattern)
    Ex: opneerp -> XXX01

De-Anonymization:-

  Convert Anonymized data(XXX pattern) --> Normal Data (reverse process)
   Ex: XXX01 --> opneerp

Require module :
    anonymization

steps to do database Anonymization in OpenERP:

1]. Install Anonymization Module

anonymization_in_openerp

















2]. Browse this menu [ Settings/Database anonymization/Anonymize database  ] open wizard and set proper field name which you want to Anonymized after then click on  anonymize database button so it will create a one pickle file you can say its past database dump. Don’t forget to save this  file on a safe place because you will not be able to revert the anonymization without this file. mainly This file by default store in home folder
   ex : /home/local/field_anonymization_ann_9.pickle [filename]

Note: let you make sure Before executing the anonymization process, you should make a backup of your database.



anonymization_in_openerp
















3].Anonymization successful [ you can see name format in XXX01, XXX07 ]

anonymization_in_openerp



























4]. Now for geting actual data reverse process means De-Anonymization select your pickle file and click on reverse the database anonymization

anonymization_in_openerp












Anonymization process:-



Cheers Enjoy OpenERP :)

Thanks,

Mayur Maheshwari 






Change language in OpenERP 7.0

Hello,

       "Language" a one word used for better communicate in global world. but mostly all we prefer own language for daily routine life. If any Application or interface is in own language then we can use more friendly, Here openERP brings for you multi language concept which is more faster , more user friendly and simple to translation in one language to another language.

    OpenERP already has translations in almost all the popular languages. These translations are bundled within the modules itself.Here i am trying explain how to load a new language in OpenERP

In order to proceed, please follow these simple steps:

1] Load a Translation:-

 
    First of all you have login with admin user. Now browse following menu  


             Settings/Translation/Load a Translation


    Open this wizard  and chose a appropriate language in language field. Only those language will be translated which are set to be in this selection field.
          Ex:- language => Arabic













Overwrite Existing Terms:- If you check this box,Your customized translation overwritten and replaced by the above language 

2] Active language & Refresh browser:

    you can active language with two ways
  
    First way : open user form [settings/users/user] and update language field with new language










 






Second way: open preference 













Set language in preferences wizard

















Thanks,

Mayur Maheshwari