Tiny ERP Security Ehancements

I am happy to write that, i enhance security feature for tiny Field Based ACL, in the previous development i have done the field based security on the view side. so developer can write from the view as follows <string="Extra Info" groups="base.group_admin"> <name="active" select="2"/> ... ... So, in Partner form when other user which is not inside the Admin groups they can not able to access / view the " Extra Info" page, so this way developer can implement the security from the view side. I make an enhancement in that to have the security for the read / write based on the fields. till now we work with the Access Control, and Record rules for the Security. using the Access Control one can apply the security on whole Tiny Object, new enhancement in that is Record rules then we can have a security based on the records, means we can have the record based securit...