Showing posts with label OpenERP. Show all posts
Showing posts with label OpenERP. Show all posts

Friday, 18 December 2015

Cool Widgets in OpenERP

Widgets are the GUI elements that can perform some controlling tasks. In OpenERP, we can see a few of widgets that have significance in the views like statuses of the any process, seeing states of an object, or getting lists out of huge data, or splitting data.
Some interesting widgets I came across are:
selection: this widget adds a drop down list when we have many2one field, for example displaying only journal name where a journal_id is a many2one field.
 openerp.jpg
  1. <field name="journal_id" widget="selection"/>
progressbar: this widget is used to show the progress of a task in percentage, so we add a float field in the model and then use in the view.
 
  1. 'progress': fields.float('Progress', readonly=True, help='Shows you the progress made today on the reconciliation process')
 
  1. <field name="progress" widget="progressbar" colspan="4"/>
Read full blog at our highly specific C, Java, PHP, Javascript, iPhone, android developer forum about the topic described above "Cool Widgets in OpenERP". You can also learn much more about different programming technologies and can enhance your tech skills.

Wednesday, 28 October 2015

How to make the sale Order Double Validation in OpenERP/Odoo ?

In this blog we have explained about "How to make the sale Order Double Validation in OpenERP/Odoo" and how to install module in OpenERP.This blog is very helpful for developer you should read this. Create a Dynamic View in OpenERP/ ODOO
Sales module OpenERP is utilized to manage Sales from OpenERP. In OpenEPR v7, when a sale is engendered, Utilizer have the option to attest the sale to engendered invoice and/or distribution order predicated on the configuration take in the sale order.

 In some rigid, we have an intermediate stage of Approbation in sale order. Ahead the sale order is corroborated, it should be approved by another higher ascendancy. In most of the cases the approbation power depends on the approbation limit set for each utilizer. This facility is currently available in purchase by installing purchase_double_validation module. In purchase..

Read Full Blog :How to make the sale Order Double Validation in OpenERP/Odoo ?

You can check more Open ERP blogs in FindNerd. Apart from this you can also post and view c, PHP, JAVA, HTML, iOS and Android questions and answers at FindNerd’s community forum.

Monday, 12 October 2015

Create a Dynamic View in OpenERP/ ODOO

In dynamic view we can manage view from xml file. Therefore you can create a dynamic view as done in example stated below
  1. <record model="ir.ui.view" id="session_tree">
  2. <field name="name">session tree</field>
  3. <field name="model">session</field>
  4. <field name="arch" type="xml">
  5. <tree string="Session">
  6. <field name="name"/>
  7. <field name="start_date"/>
  8. <field name="duration"/>
  9. <field name="seat"/>
  10. <field name="attendee1"/>
  11. <field name="instructor"/>
  12. <field name="course"/>
  13. </tree>
  14. </field>
  15. </record>
Create a Dynamic View in OpenERP/ ODOOFor complete set of codes, read full Blog at: Create a Dynamic View in OpenERP/ ODOO
FindNerd’s Php questions and answers forum is developed for those tech geeks who don’t want to wait for a longer duration of time, as the community members within FindNerd can answer any android query within shortest possible time frame.
Apart from this, If you have any language query like C, Java, JavaScript, iOS, Html, PHP etc . you can post at FindNerd’s Java questions and answers forum.

Tuesday, 6 October 2015

How to import the Products data through csv file in OpenERP(Odoo)?

If you want to import the customer data through csv file in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to purchases Menu and Click it.


openERP


Our Java developer forum forum is developed for those tech geeks who don’t want to wait for a longer duration of time, as the community members within FindNerd can answer any android query within shortest possible time frame.

Apart from this, If you have any language query like C, Java, JavaScript, iOS, Html, PHP etc . you can post at FindNerd’s Php questions and answers.

Tuesday, 22 September 2015

How to make the confirmation receipt through python code in OpenERP(Odoo)?

In below example, I have written Python script to confirmation receipt through python code. Use below python code in your .py file :

  1. 'partner_id': fields.many2one('res.partner', 'Partner', change_default=True, required=True, states={'confirm':[('readonly', True)]}),

odoo
- Read the full Blog at: How to make the confirmation receipt through python code in OpenERP(Odoo)?
FindNerd’s Php questions and answers forum is developed for those tech geeks who don’t want to wait for a longer duration of time, as the community members within FindNerd can answer any android query within shortest possible time frame.

Apart from this, If you have any language query like C, Java, JavaScript, iOS, Html, PHP etc . you can post at FindNerd’s Java developer Forum.

Friday, 11 September 2015

In this blog I am explaining how to create recurring invoice in OpenERP-8(Odoo) with the help of screen shots.

Installation of Subscription Module in Open ERP

Step 1:- Install -> Subscription Module.


 




Read the complete Blog at: How to create recurring invoice in OpenERP-8(Odoo)?

For more similar type of Open ERP BLogs: OpenERP Blogs

FindNerd's forum is developed for those tech geeks who don’t want to wait for a longer duration of time, as the community members within FindNerd can answer any android query within shortest possible time frame.

Apart from this, If you have any language query like C, Java, JavaScript, iOS, Html, PHP etc . you can post at FindNerd’s Java developer Forum