c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14161
[Bug 708631] Re: New Phone Call from Customer/History tab weird behaviour
Hello Fabien Meghazi (OpenERP) ,
The disabling of the buttons is not on the state rather they are
disabled because the view is a child view and it will be disabled unless
and until you save the record. That is in gtk if any child view that has
buttons on it will need to be saved. If you save you can see the buttons
editable.
This improvement was done because there were cases where parent record
is not saved and the user presses the button on the child view.
Just save the record and you will be Done !
Thanks
** Changed in: openobject-client
Status: Confirmed => Invalid
** Changed in: openobject-client
Importance: Undecided => Low
** Changed in: openobject-client
Milestone: None => 6.1
--
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/708631
Title:
New Phone Call from Customer/History tab weird behaviour
Status in OpenERP GTK Client:
Invalid
Bug description:
Go to Sales -> Address Book -> Customers
Select a customer
Activate the "History" Tab on the notebook
Create a new entry for the Phone Calls o2m.
You can see that the buttons are disabled but they should not because
the state is "open" and thus those buttons should be enabled for this
state.
The problem is probably due to the error that can be seen in the
stdout when the form view is loaded :
ERROR:tools.expr_eval:email_from
Traceback (most recent call last):
File "/home/amigrave/openerp/bazaar/client-trunk/bin/tools/__init__.py", line 52, in expr_eval
temp = eval(string, context)
File "<string>", line 1, in <module>
NameError: name 'email_from' is not defined
References