c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18754
[Bug 731487] [NEW] [6.0] Server can not add a osv.memory field from the openerp interface
Public bug reported:
Hi I may found a bug (maybe it's an unimplemented feature on osv.memory)
Scenario
Open the menu Administration=>Customization=>Database Structure=> Objects
Open an object with the in memory model (In our case we will open the object delivery.sale.order)
Add a new field (name it x_my_field)
Check the view name name in the tab view (Delivery Costs)
Open this view menu 'Administration=>Users interface=>views
Add the field in the xml
<form string="Create Deliveries">
<separator colspan="4" string="Delivery Method super"/>
<field name="carrier_id" widget="selection"/>
+ <field name="x_my_field"/>
<newline/>
<separator colspan="4"/>
Now try to open the in memory object
in our case :
-create a new sale order
- click on add delivery cost
Openerp will raise an error
Can't find field 'x_my_field' in the following view parts composing the view of object model 'delivery.sale.order':
* Delivery Costs
This bug occure only with osv.memory object and it's work perfectly for
the osv.osv object
Best Regards
** Affects: openobject-server
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/731487
Title:
[6.0] Server can not add a osv.memory field from the openerp interface
Status in OpenERP Server:
New
Bug description:
Hi I may found a bug (maybe it's an unimplemented feature on osv.memory)
Scenario
Open the menu Administration=>Customization=>Database Structure=> Objects
Open an object with the in memory model (In our case we will open the object delivery.sale.order)
Add a new field (name it x_my_field)
Check the view name name in the tab view (Delivery Costs)
Open this view menu 'Administration=>Users interface=>views
Add the field in the xml
<form string="Create Deliveries">
<separator colspan="4" string="Delivery Method super"/>
<field name="carrier_id" widget="selection"/>
+ <field name="x_my_field"/>
<newline/>
<separator colspan="4"/>
Now try to open the in memory object
in our case :
-create a new sale order
- click on add delivery cost
Openerp will raise an error
Can't find field 'x_my_field' in the following view parts composing the view of object model 'delivery.sale.order':
* Delivery Costs
This bug occure only with osv.memory object and it's work perfectly
for the osv.osv object
Best Regards
Follow ups
References