Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set default value for OpenERP v7 at form interface

Tags:

openerp

Just started to dig into OpenERP v7. Previously at v6.1, default values at certain form can be easily define at the right side of each form. For e.g, Product Type I need to set it to "Stockable Product" as default rather than "Consumable", how can achieve this in v7?

like image 267
Chock CHin Li Avatar asked Dec 08 '22 18:12

Chock CHin Li


1 Answers

You need to Use Web in Activate the "developer mode" then Debug Menu. Use Following Steps :

  • Go to User Context Menu (Upper Right Corner) and Click on About OpenEEP,
  • Here you will find one Option Active the Developer Mode click on that URL, this will reload the Web and Now you will active debug mode.
  • Goto Product list view and on top of Kanban VIew of Product you will find Debug View# option.
  • Then Click on Create new Product and in Product Type Select the Stockble product and Now goto Debug View# and you will find Set Defaults Option and select your default and Save it.

Hope this will help.

like image 82
ifixthat Avatar answered Mar 14 '23 21:03

ifixthat