India

ZestyBeanz Technologies Pvt Ltd 4th Floor, Nila, Technopark Thiruvananthapuram,
India – 695581
Phone: +91 471 4063254
Fax : +91 471 2700171

   .

ZestyBeanz Technologies Pvt Ltd
61/3236, Manikkath Cross Road
Ravipuram, Kochi, India - 682016
Phone: +91 484 4063254

  UAE

Zesty Labs
Office # 2003, Millennium Plaza Building
Sheikh Zayed Rd, Dubai, UAE
Phone: +971 4333 2222​
Mobile: +971-52-7553466

  Germany​

ZestyBeanz Technologies GmbH
Reuterstraße 1
90408 Nürnberg
Fon: +49 911 4801 444
Fax: +49 911 4801 445

Development

Contact Form


warning: Creating default object from empty value in /var/www/html/clients/client65/web139/web/modules/taxonomy/taxonomy.pages.inc on line 34.
Arif's picture

Working with Webkit Report on OpenERP

Webkit Reports on OpenERP

      OpenERP have many methods for creating reports, on which webkit reports have some special features which makes an enviornment for easy and faster creation of reports, particularly for a web developer. 

The main features are:

Janeesh A's picture

Search Views in OpenERP

        Search views are a new feature of OpenERP supported in OpenERP version 6. It creates a customized search panel, and is declared quite similarly to a form view, except that the view type and root element change to search instead of form. After declaring a search view, it will be used automatically for all tree views on the same model.

Vishnu Devaraj's picture

Schedulers in OpenERP

Schedulers are one of the most attractive features of OpenERP. As the name implies they can schedule any activity like sending email, checking stock quantity, synchronizations, invoice and  purcahse operations, etc... A scheduler executes a particular function at regular intervals, without human interference.

Jabir's picture

Sequence in OpenERP

Adding a sequence for records in OpenERP is very simple. For making a field a sequence type, we need to create new sequence or use existing sequence. For creating a sequence, we need to create two type of objects, one is “ir.sequence.type” and other “ir.sequence”. The example to create these records are given below..

Shelton's picture

Basics of developing a simple module in OpenERP

OpenObject uses modules as feature containers, to foster maintainable and robust development. The functionality in OpenERP is provided by modules.

Module Composition

A module may contain any of the following elements:

business objects: declared as Python classes extending the osv.osv OpenObject class
data : views, menu, workflows, demo data etc..
wizards : stateful interactive forms