Re: [tryton-dev] ImportError: cannot import name register_default_jsonb

2018-04-13 Thread Carlos Ibrahim Arias
El viernes, 13 de abril de 2018, 15:20:11 (UTC+1), Sergi Almacellas Abellana escribió: > El 13/04/18 a les 10:59, Carlos Ibrahim Arias ha escrit: > > Hello, > > > > I'm testing tryton version 4.6 on a centos 7 host. I did the installation > > with no errors

[tryton-dev] ImportError: cannot import name register_default_jsonb

2018-04-13 Thread Carlos Ibrahim Arias
Hello, I'm testing tryton version 4.6 on a centos 7 host. I did the installation with no errors using the following script https://bitbucket.org/carlos_ia/trytoninstall/src/454963514b8270619c948c376a2318dcfb86c3cc/tryton-install?at=default=file-view-default based on nantic tools. When trying

[tryton-dev] Product category is always mandatory

2017-11-10 Thread Carlos Ibrahim Arias
Hello, I have an installation with tryton 4.2 and users are reporting that the system is always setting up new products with the options "Use accounts of the category by default" and "Use taxes of the category by default", so that it is mandatory to assing a category, eventhough this two

Re: [tryton-dev] Problems using one2many and many2many fields

2017-05-03 Thread Carlos Ibrahim Arias
... And got the following error... El miércoles, 3 de mayo de 2017, 8:46:36 (UTC+1), Albert Cervera i Areny escribió: > > 2017-05-03 4:23 GMT+02:00 Carlos Ibrahim Arias <brai...@gmail.com > >: > > Hi! I'm having problems using a one2many field on another model > diffe

[tryton-dev] Problems using one2many and many2many fields

2017-05-03 Thread Carlos Ibrahim Arias
Hi! I'm having problems using a one2many field on another model different from the class it was created on. I tried to use a many2many field so that I can view the related fields but cant make it work This is the first class... class Z_MedicalHistory(ModelSQL, ModelView): 'Patient

Re: [tryton-dev] Restore colors attribute on tree view

2017-04-10 Thread Carlos Ibrahim Arias
in the tree view are in black color, and they should be in red color. @classmethod def view_attributes(cls): return [('/tree', 'colors', 'red')] Thanks in advanced El jueves, 30 de marzo de 2017, 14:05:05 (UTC+1), Cédric Krier escribió: > > On 2017-03-30 04:56, Carlos Ibrahim

[tryton-dev] Restore colors attribute on tree view

2017-03-30 Thread Carlos Ibrahim Arias
Hello World : ) I'm developing an installation using tryton 3.8 to gnuhealth 3 and the client wants to use colors on tree views in appointments and other models. I found that this functionallity was removed as indicated on https://tryton-rietveld.appspot.com/16551002 I tried to restore the