Last weekend we finally migrated from OpenERP v5 to Tryton and are already
happy with the system. However during working with Tryton colleagues discovered
some issues which are not available in Tryton (yet). So we decided to implement
them.
One of the issues is that they searched a lot in order
On Wednesday, 11 April 2018 12:37:53 UTC+2, Sergi Almacellas Abellana wrote:
>
> Maybe you can propose another discussion explaining why you use the
> extra fuctionality to see if we can find a generic solution that works
> for most people.
Should I use discuss for that? I think it's better read
I'm just wondering. We took the account_statement_coda module to build the
account_statement_mt940 module. The module just import the statement and
creates the origins, but there are no lines created. So we still have to
manually add the statement lines?
We have now an almost working module for
On Thursday, 14 December 2017 14:49:48 UTC+1, oscar_alvarez wrote:
> HiHere a plug in for create csv file opened with Glabels (Linux and works in
> TTP247)
>
>
> https://bitbucket.org/presik/plugin_stock_glabels
Thanks! I've used your idea to get everything working. Because I'm on windows
and
On Thursday, 14 December 2017 00:10:06 UTC+1, Cédric Krier wrote:
> On 2017-12-13 12:54, edbo wrote:
> > On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote:
> > > On 2017-12-13 01:13, wrote:
> > > > But the question remains: Is it possible?
> > >
> > > Yes probably. Plugins are ki
On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote:
> On 2017-12-13 01:13, wrote:
> > But the question remains: Is it possible?
>
> Yes probably. Plugins are kind of wizard that run on client side.
I got the first part working, I got the data from the database. Now I want to
put
On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote:
> On 2017-12-13 01:13, edbo wrote:
> > But the question remains: Is it possible?
>
> Yes probably. Plugins are kind of wizard that run on client side.
This is very interesting, it basically means that you can read data from a
CO
Hello,
We have an Altek TTP-343 labelprinter and want to print labels which are
created by Tryton. We have created an odt-report with the dimensions of the
label, print it to a PDF and then to the labelprinter. Unfortunally printing
didn't work and even printing from other programs failed. Exce
On Friday, 8 December 2017 02:18:32 UTC+1, edbo@gmail.com wrote:
> On Thursday, 7 December 2017 14:02:49 UTC+1, Sergi Almacellas Abellana wrote:
> > El 07/12/17 a les 13:35, ha escrit:
> > > Hello All,
> > >
> > > We want to add dynamically created images to a report, but we can't get
> > >
On Thursday, 7 December 2017 14:02:49 UTC+1, Sergi Almacellas Abellana wrote:
> El 07/12/17 a les 13:35, ha escrit:
> > Hello All,
> >
> > We want to add dynamically created images to a report, but we can't get it
> > working :-( . It's a generated 2D-barcode based on a product code. We added
>
Hello All,
We want to add dynamically created images to a report, but we can't get it
working :-( . It's a generated 2D-barcode based on a product code. We added a
frame an added on tab Options as name image: (record.barcode, 'image/png'), but
we only get a strange line and not a 2D-barcode.
We
I'm working on a review and revise module. This module have a workflow with
the states "draft" -> "review" -> "released" . The data can only be edited
when in state "draft". When in state "released" and a user wants to change
it, the state goes back to "draft". But in that transaction (from
"re
On Wednesday, 21 September 2016 15:30:03 UTC+2, Cédric Krier wrote:
>
> On 2016-09-21 05:51, edbo@gmail.com wrote:
> > Ah, ok. I tried it on version 4.0. Is it possible to build a version for
> > 4.0?
>
> No this is development feature.
>
> > Or have a demo4.1.tryton.org up just for test
On Wednesday, 21 September 2016 13:37:15 UTC+2, Sergi Almacellas Abellana
wrote:
>
> El 21/09/16 a les 12:14, edbo@gmail.com ha escrit:
> >
> >
> > - client start
> >
> >
> > Client starts correctly, but I can't login into any database. The client
> > keeps saying "Incompatib
On Tuesday, 20 September 2016 18:35:03 UTC+2, Cédric Krier wrote:
>
> Hi,
>
> Working on issue5085, I would like to have feedback from the new setup
> posted there: https://bugs.tryton.org/msg28864
> What is important to test is:
>
> - installation is working
>
Installation on windows 7 X
On Thursday, 1 September 2016 10:10:03 UTC+2, Cédric Krier wrote:
>
> Hi,
>
> I would like to have feedbacks on this topic and implementation:
> https://discuss.tryton.org/t/support-user-application/183
>
> I think it could be a major improvement for Tryton and allow to create
> "killer featu
On Friday, May 6, 2016 at 3:55:03 PM UTC+2, Cédric Krier wrote:
>
> On 2016-05-06 05:41, edbo@gmail.com wrote:
> > Hello,
> >
> > I think I'm using the Model. __post_setup__ class not correctly, but how
> > I'm using it is working in Tryton-3.6.5 but not in Tryton-4.0.0 and
> maybe
> >
Hello,
I think I'm using the Model. __post_setup__ class not correctly, but how
I'm using it is working in Tryton-3.6.5 but not in Tryton-4.0.0 and maybe
there are other ways to do it.
What I'm trying to do, is to build an IOT-platform into Tryton where agents
can connect to and update several
On Thursday, August 15, 2013 9:11:05 PM UTC+2, Giovanni wrote:
>
>
> 'requested': {
>>'invisible': And(Bool(~Eval('requesting'))
>> , (Eval('state') == 'free')
>> ),
>> },
>>
>> 'invisible'
Hello,
In my module I have created some fields and some buttons. It all works ok,
but I want to make a button visible based on two fields. One field is the
state, which is a selection, the second is a boolean. The button should
only be shown when the state is "free" AND the boolean is true.
So
On Wednesday, May 8, 2013 11:42:26 PM UTC+2, Cédric Krier wrote:
>
> On 08/05/13 11:42 -0700, edbo@gmail.com wrote:
> > We are very happy with the product_attribute module. It work quite well.
> > The only thing we actually miss is the possibility to add a unit to the
> > attribute, to ma
Hello all,
We are very happy with the product_attribute module. It work quite well.
The only thing we actually miss is the possibility to add a unit to the
attribute, to make it clear to the user what we mean. Otherwise it is
possible that the person reads the value in meters, while we meant
m
Hi all,
We are running OpenERP v5 and are investigating if we are going to move to
Tryton or stay with OpenERP. Because we are a reseller we have always a lot
of statements which we want to import automatically, so we build an
import-framework our self for OpenERP and released it to the communi
23 matches
Mail list logo