Posts

Showing posts from March, 2008

Tiny ERP new development in Security

Image
Hello to All !!! Tiny ERP have develop the new interesting features regarding security. Field based Security Work-flow Security Security based Action There ate 3 new and 1 in development total 4 new features related to the security. Field based Security one can define the groups attribute on the field, page, notebook, button, or any other tag and form parser will check the current user for the assigned groups and based on the user groups relation tiny will generate he view for current user, if user not have the access to any field, page, or notebook, these ll will automatically hidden from the user view as you can see billow hare you can see there are few fields are hidden in partner contact and also one tab page is not accessible called "Extra Info" these are few lines written like as follows page string="Extra Info" groups="base.group_admin" Work-flow Security this is a small and good feature, form the user side no need to change in an...

OpenERP Report Creator

Image
Report Creator An exiting module for the System Manager, those who have to challenge every day new requirements, for the data collection, using Tiny ERP one can present the Report using the 3 ways, Create a Views, and Graph and Calender on that. this is the simplest way to create any complex display report in tiny. Now Tiny provides an module to do the same function without any code development. you can download base_reportcreator is an module available as extra_addons. this will provide the atomized way to create a Report, Graph, and Calender view on your desire data. Method for creating an report is as follows. Select an Objects (Tiny Objects) from which you want to fetch data. Configure the Views - normally it generate the List as a first view, then Graph, but you can change the order of the view and number of views too. Select fields which are going to display on the views. (List, Graph, and Calender) Apply filter if requirements of specific data. Apply the Permission - ...