Re: [tryton] rich text editor widget

2017-08-08 Thread Francisco Maria Moyano Casco


El martes, 8 de agosto de 2017, 15:07:49 (UTC-3), Francisco Maria Moyano 
Casco escribió:
>
>
>
> El viernes, 4 de agosto de 2017, 11:21:17 (UTC-3), Dominique Chabord 
> escribió:
>>
>> " 
>> 2017-08-04 15:21 GMT+02:00 Francisco Maria Moyano Casco 
>> : 
>> > 
>> > 
>>
>> >> 
>> >> Are you sure you should worry about rich text in that kind of 
>> situation ? 
>> >> As a user I would definitly prefer write and read simple text. 
>> >> 
>> > 
>> > So the user can emphasize parts of the message. I explained on the 
>> previous 
>> > message 
>>
>> I know what rich text is. 
>> There are many drawbacks in not respecting independence between data 
>> and format in an ERP. 
>>
>> BTW, "If you use email, you depend on the internet state" is a wrong 
>> assumption. 
>>
>> The beauty of mail protocols is to use internet if your TO: is remote, 
>> and local net if he is local ;-) 
>> regards 
>>
>
>
> Yes, I know it. But I am not the responsable (sorry, I am not english 
> native speaker) about the network state.
> So, I planted this "solution" to keep track about the engineering jobs in 
> the place + a simple messenger to inform respect the state of the job
>
>
> Is it there any other way to put a newline than the \n? It doesn't work on 
> richtext.
> Thanks
>


SOLVED: using Some text  inserts text into a newline.  doesn't work

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/fcf586be-b654-4d43-8269-1038ab985f36%40googlegroups.com.


Re: [tryton] rich text editor widget

2017-08-08 Thread Francisco Maria Moyano Casco


El viernes, 4 de agosto de 2017, 11:21:17 (UTC-3), Dominique Chabord 
escribió:
>
> " 
> 2017-08-04 15:21 GMT+02:00 Francisco Maria Moyano Casco 
> >: 
> > 
> > 
>
> >> 
> >> Are you sure you should worry about rich text in that kind of situation 
> ? 
> >> As a user I would definitly prefer write and read simple text. 
> >> 
> > 
> > So the user can emphasize parts of the message. I explained on the 
> previous 
> > message 
>
> I know what rich text is. 
> There are many drawbacks in not respecting independence between data 
> and format in an ERP. 
>
> BTW, "If you use email, you depend on the internet state" is a wrong 
> assumption. 
>
> The beauty of mail protocols is to use internet if your TO: is remote, 
> and local net if he is local ;-) 
> regards 
>


Yes, I know it. But I am not the responsable (sorry, I am not english 
native speaker) about the network state.
So, I planted this "solution" to keep track about the engineering jobs in 
the place + a simple messenger to inform respect the state of the job


Is it there any other way to put a newline than the \n? It doesn't work on 
richtext.
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/a993751d-cbee-4109-a096-1815358c1e5a%40googlegroups.com.


Re: [tryton] rich text editor widget

2017-08-04 Thread Dominique Chabord
"
2017-08-04 15:21 GMT+02:00 Francisco Maria Moyano Casco
:
>
>

>>
>> Are you sure you should worry about rich text in that kind of situation ?
>> As a user I would definitly prefer write and read simple text.
>>
>
> So the user can emphasize parts of the message. I explained on the previous
> message

I know what rich text is.
There are many drawbacks in not respecting independence between data
and format in an ERP.

BTW, "If you use email, you depend on the internet state" is a wrong assumption.

The beauty of mail protocols is to use internet if your TO: is remote,
and local net if he is local ;-)
regards

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/CAHZrxK5adAE1bU8DDCVRUTjrpk_tQKa9Hn89MehvB%2BXibYqqng%40mail.gmail.com.


Re: [tryton] rich text editor widget

2017-08-04 Thread Francisco Maria Moyano Casco


El viernes, 4 de agosto de 2017, 4:27:10 (UTC-3), Sergi Almacellas Abellana 
escribió:
>
> El 04/08/17 a les 03:09, Francisco Maria Moyano Casco ha escrit: 
> > 
> > 
> > Sorry for insist so far. Is there anyway to hide the toolbar? 
>
> See the toolbar attribute of the fields: 
>
> http://doc.tryton.org/4.4/trytond/doc/topics/views/index.html#field 
>
>
Nice one. But I'm working on tryton 3.8
 

>
>
>   I need to 
> > make a function.field to replicate a field.text, so a user can send rich 
> > text readonly messages to another user. 
> > I working on a hospital maintenance system, and the idea is that the 
> > engineer send this kind of messages to the requester. 
> why not using email? 
>
>
It's a long story. If you use email, you depend on the internet state (it 
could be down very frequently where I live).

So, I wrote a form where the 'requester' request some demand about 
equipments and infraestructure to the maintenance area (or bioengineer 
area). The form turns from 'draft' state to 'request' state. Then, the 
engineer sees the form, and in the moment when he accepts the job (the 
request), turns the form into 'order' state, turning the form into readonly 
to the 'requester'. Capisce. 

So the engineer could send messages, rich text messages, to the requester, 
informing them about the job state and other observations about it. 
Something like
"First stage Cheking the fail state.
Result: The fuse has failed



*NEXT TIME CHECK THE FUSE"*Yes, you could send that for email. But I wanted 
to use a single communication channel (or system) between areas.
Complicated to explain

 

> -- 
> Sergi Almacellas Abellana 
> www.koolpi.com 
> Twitter: @pokoli_srk 
>

Thanks for all the answers 

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/bab2ffc9-0f25-47b6-a4ca-33421e23d45b%40googlegroups.com.


Re: [tryton] rich text editor widget

2017-08-04 Thread Francisco Maria Moyano Casco


El viernes, 4 de agosto de 2017, 5:44:16 (UTC-3), Dominique Chabord 
escribió:
>
> 2017-08-04 3:09 GMT+02:00 Francisco Maria Moyano Casco 
> >: 
> > 
>
> > 
> > Sorry for insist so far. Is there anyway to hide the toolbar? I need to 
> make 
> > a function.field to replicate a field.text, so a user can send rich text 
> > readonly messages to another user. 
> > I working on a hospital maintenance system, and the idea is that the 
> > engineer send this kind of messages to the requester. 
>
> Are you sure you should worry about rich text in that kind of situation ? 
> As a user I would definitly prefer write and read simple text. 
>
>
So the user can emphasize parts of the message. I explained on the previous 
message 

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/8a968236-8d44-4081-97cd-7b7f1c3ac71d%40googlegroups.com.


Re: [tryton] rich text editor widget

2017-08-04 Thread Dominique Chabord
2017-08-04 3:09 GMT+02:00 Francisco Maria Moyano Casco
:
>

>
> Sorry for insist so far. Is there anyway to hide the toolbar? I need to make
> a function.field to replicate a field.text, so a user can send rich text
> readonly messages to another user.
> I working on a hospital maintenance system, and the idea is that the
> engineer send this kind of messages to the requester.

Are you sure you should worry about rich text in that kind of situation ?
As a user I would definitly prefer write and read simple text.

>

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/CAHZrxK7gzk2Jo%2B8rTfDnNkZjuQRst15yJN_nrj4ADZdD6J97HQ%40mail.gmail.com.


Re: [tryton] rich text editor widget

2017-08-04 Thread Sergi Almacellas Abellana

El 04/08/17 a les 03:09, Francisco Maria Moyano Casco ha escrit:



Sorry for insist so far. Is there anyway to hide the toolbar?


See the toolbar attribute of the fields:

http://doc.tryton.org/4.4/trytond/doc/topics/views/index.html#field



 I need to
make a function.field to replicate a field.text, so a user can send rich 
text readonly messages to another user.
I working on a hospital maintenance system, and the idea is that the 
engineer send this kind of messages to the requester.

why not using email?

--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

--
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/cb01a5f2-0944-8aa5-aa94-e888ed8de795%40koolpi.com.


Re: [tryton] rich text editor widget

2017-08-04 Thread Francisco Maria Moyano Casco


El martes, 1 de agosto de 2017, 11:15:31 (UTC-3), Sergi Almacellas Abellana 
escribió:
>
> El 01/08/17 a les 15:42, Francisco Maria Moyano Casco ha escrit: 
> > Hi, 
> >I'm using Tryton 3.8. Reading the doc 
> > http://doc.tryton.org/3.8/tryton/doc/usage.html, I can't find out how 
> to 
> > use/activate the RichText Editor Widget. 
> > 
> >Is it there any example of use? 
> You have to update define the widget="richtext" on the field you want to 
> use it. 
>
> -- 
> Sergi Almacellas Abellana 
> www.koolpi.com 
> Twitter: @pokoli_srk 
>


Sorry for insist so far. Is there anyway to hide the toolbar? I need to 
make a function.field to replicate a field.text, so a user can send rich 
text readonly messages to another user.
I working on a hospital maintenance system, and the idea is that the 
engineer send this kind of messages to the requester.

Thanks.
Francisco

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/b3580977-b3e9-4dc3-a0af-be2d82794f96%40googlegroups.com.


Re: [tryton] rich text editor widget

2017-08-01 Thread Francisco Maria Moyano Casco


El martes, 1 de agosto de 2017, 11:15:31 (UTC-3), Sergi Almacellas Abellana 
escribió:
>
> El 01/08/17 a les 15:42, Francisco Maria Moyano Casco ha escrit: 
> > Hi, 
> >I'm using Tryton 3.8. Reading the doc 
> > http://doc.tryton.org/3.8/tryton/doc/usage.html, I can't find out how 
> to 
> > use/activate the RichText Editor Widget. 
> > 
> >Is it there any example of use? 
> You have to update define the widget="richtext" on the field you want to 
> use it. 
>
> -- 
> Sergi Almacellas Abellana 
> www.koolpi.com 
> Twitter: @pokoli_srk 
>


That works!!! Thank you 

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/3dd85978-44b1-4d75-97a9-ecbfa5624b45%40googlegroups.com.


Re: [tryton] rich text editor widget

2017-08-01 Thread Sergi Almacellas Abellana

El 01/08/17 a les 15:42, Francisco Maria Moyano Casco ha escrit:

Hi,
   I'm using Tryton 3.8. Reading the doc 
http://doc.tryton.org/3.8/tryton/doc/usage.html, I can't find out how to 
use/activate the RichText Editor Widget.


   Is it there any example of use?
You have to update define the widget="richtext" on the field you want to 
use it.


--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

--
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/977a9951-bfab-0db8-936d-c70cb4b06f1a%40koolpi.com.