Re: [tryton] Re: Ohada chart of accounts

2018-07-24 Thread Richmond Fiko
Le mardi 24 juillet 2018 15:31:13 UTC, Dominique Chabord a écrit : > Which versions of Tryton does it support ? > Tryton is now 4.8 and GnuHealth is on Tryton 4.2 I made it for gnuhealth 4.2, it can be migrate for Tryton 4.8 -- You received this message because you are subscribed to the Google G

Re: [tryton] Re: Ohada chart of accounts

2018-07-24 Thread Richmond Fiko
Le mardi 24 juillet 2018 15:20:08 UTC, Cédric Krier a écrit : > On 2018-07-24 07:47, Richmond Fiko wrote: > > I did it, you can find it on my github > > https://github.com/ly2ly/tryton-modules > > Could it be integrated in standard? Is it stable? complete? > > -- > Cédric Krier - B2CK SPRL > Ema

Re: [tryton] Re: Ohada chart of accounts

2018-07-24 Thread Dominique Chabord
Which versions of Tryton does it support ? Tryton is now 4.8 and GnuHealth is on Tryton 4.2 -- 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/CAHZrxK5EPY4cuZktHY415kzULV9

Re: [tryton] Re: Ohada chart of accounts

2018-07-24 Thread Patrick Murez
Tanks à lot for your help. will cheik now. Regards Le 24 juil. 2018 16:55, "Richmond Fiko" < richmondf...@africaperformances-ci.com> a écrit : > Le mardi 24 juillet 2018 14:35:06 UTC, Patrick Murez a écrit : > > Hello Everyone, > > How do i set up the Ohada chart of accounts ? Do i need to crea

Re: [tryton] Re: Ohada chart of accounts

2018-07-24 Thread Cédric Krier
On 2018-07-24 07:47, Richmond Fiko wrote: > I did it, you can find it on my github > https://github.com/ly2ly/tryton-modules Could it be integrated in standard? Is it stable? complete? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.

[tryton] Re: Ohada chart of accounts

2018-07-24 Thread Richmond Fiko
Le mardi 24 juillet 2018 14:35:06 UTC, Patrick Murez a écrit : > Hello Everyone, > How do i set up the Ohada chart of accounts ? Do i need to create one > >From scratch ? > Many tanks. Hello, I did it, you can find it on my github https://github.com/ly2ly/tryton-modules -- You received th

[tryton] Ohada chart of accounts

2018-07-24 Thread Patrick Murez
Hello Everyone, How do i set up the Ohada chart of accounts ? Do i need to create one From scratch ? Many tanks. -- 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/

Re: [tryton] Hide group in xml form

2018-07-24 Thread Richmond Fiko
OK Thanks for your help Cédric -- 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/db99c8ba-8881-4398-8c35-9bae38dfd711%40googlegroups.com.

Re: [tryton] Hide group in xml form

2018-07-24 Thread Cédric Krier
On 2018-07-24 03:37, Richmond Fiko wrote: > Something like: > > @classmethod > def view_attributes(cls): > # Hide the group when is_insured is not > # true > return [('//group[@id="statement_insurance_info"]', 'states', { > 'invisible': Not(Bool(Eval

Re: [tryton] Hide group in xml form

2018-07-24 Thread Richmond Fiko
Something like: @classmethod def view_attributes(cls): # Hide the group when is_insured is not # true return [('//group[@id="statement_insurance_info"]', 'states', { 'invisible': Not(Bool(Eval('is_insured'))), })] -- You received th

Re: [tryton] Hide group in xml form

2018-07-24 Thread Cédric Krier
On 2018-07-23 21:56, Richmond Fiko wrote: > I have a little noob question. In a form view, is it possible to hide a group > with a condition for instance in: > > > > > > > > > > > > > > group "Insurance i