Etherpad API Jquery JSON call-jquery-cross-domain-ajax-call
$.ajax({ url: “http://beta.etherpad.org/api/1/setText/”, dataType: ‘jsonp’, data: {apikey:’etherpadEVL’,padID:’test’,text:’working treee’}, crossDomain: true, success: function(e){console.log(e)} }); Like Unlike
Read MoreOpenERP : Set Readonly via py
Hello, To set any field as readonly from openerp python code. you need to use fields_view_get method of ORM. Also Note that account_voucher.py have an example. Also lots of examples are ready their inside addons where domain are set via py file. Their should need to get view file and need to modify it…. [...]
Read MoreOpenERP Server Administration
To manage OpenERP on server you may need some extra-ordinary scripts. Here a branch is available, bzr branch lp:openerp-ccorp-scripts After getting this you will get several scripts file to manage OpenERP. This one is excellent script, If you want to be SAAS Owner the you must need this kind of scripts…. https://code.launchpad.net/openerp-ccorp-scripts [...]
Read MoreOpenERP Requirements Specification (SRS)
Business requirement specification (BRS) : It’s having all the business rules , it will prepared by Business analyst/Client, but we are unable to understand that business rules , so our domain experts will create FRS or SRS, so that we can easily understand. It contains brief description about the application. It is the 1st process that should befollowed by every Organization [...]
Read MoreDifferent Software Testing Domains
Most of the times, we testers keep shifting from different projects. These projects can be in the same domain or different like Retail, Utilities, Healthcare, e-commerce, banking etc…. Here is a brief description about different domains, which may help most of the testers to understand the importance of Domain Knowledge. BFSI: BFSI stands for Banking, [...]
Read MoreMobile Testing
Application development for mobile devices is a fast growing phenomenon. Users want mobile applications to be simple and fast. Just one nagging bug or usability issue can spoil the entire experience. And with so much competition in this new space, if users don’t have an excellent experience with your application, they will switch to a [...]
Read MoreHow to write a good Bug Report ?
Why good Bug report? If your bug report is effective, chances are higher that it will get fixed. So fixing a bug depends on how effectively you report it. Reporting a bug is nothing but a skill and I will tell you how to achieve this skill. “The point of writing problem report(bug report) is [...]
Read MoreTryton Benifit over OpenERP
Almost every things But the main differences was, there are many more: – quality/stability: – We made codereview (which is not done by OpenERP despites what they claim) – Added unittest – Follow PEP 8 – The developpement branch must be always runable – Package modules is separate Python package to be able to update [...]
Read Moremysql vs psql , comands of mysql / postgesql
MySQL (using mysql) Postgres (using psql) Notes \cClears the buffer \r(same) \d stringChanges the delimiter No equivalent \eEdit the buffer with external editor \e(same) Postgres also allows \e filename which will become the new buffer \gSend current query to the server \g(same) \hGives help – general or specific \h(same) \nTurns the pager off \pset pager off(same) The pager is [...]
Read More