Re: [tryton-dev] Fix setup.py per issue1976 to identify proper source path of gdk-pixbuf-loaders

2011-05-02 Thread lists.jc.mic...@symetrie.com
Hi,

Le 19 avr. 2011 à 19:28, Phillip Heller a écrit :
> Please review http://codereview.tryton.org/23001/
> 
> The patch does need some cleanup regarding line length, which I'll get to 
> tomorrow.

I was able to build a mac client 2 following 
http://code.google.com/p/tryton/wiki/BuildingMacOSXInstall, with your patch, 
and some minor corrections :
— the very last version of gtk-osx-build-setup.sh seems to be 
https://github.com/jralls/gtk-osx-build/raw/master/gtk-osx-build-setup.sh
— The line
  module="authors/id/M/MS/MSERGEANT/XML-Parser-2.40.tar.gz"
in moduleset
  Source/jhbuild/modulesets/gtk-osx-bootstrap.modules
should be instead
  module="authors/id/C/CH/CHORNY/XML-Parser-2.40.tar.gz" (gtk-osx bug filled 
#54)

Seems to work well here (10.6.7).

-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] Fix setup.py per issue1976 to identify proper source path of gdk-pixbuf-loaders

2011-05-06 Thread lists.jc.mic...@symetrie.com
Hi,


The client I described was built with 2.1. I've redone it with 2.0.1.

First, a big bug : it's impossible to enter the key 'T', the menu catches the 
keypress before the field... Could be linked to gtk-osx build.
Maybe this message is related : 
http://sourceforge.net/mailarchive/message.php?msg_id=26775309
Cedrik gave me a temp workaround on irc: fast fix is to comment line 90 of 
tryton/gui/main.py. Bug 2011 filled. I built a client with line 90 commented 
out.

Second, I can run in in os x 10.6, but it crashes on 10.5.8.
I tried to build a UB or ppc version too, as recommended by 
https://sourceforge.net/apps/trac/gtk-osx/wiki/Build#Prerequisites
but no line setup_sdk or setup_ppc works.
The only one working for me in 10.6 is built with jhbuild-custom having the 
line 
setup_sdk(target="10.5", sdk_version="10.5", architectures=["i386"]).

If you have a clue to build a 10.5 i386 or 10.4 ppc install, I'll be 
interested...

-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] Tryton Mac Client

2011-11-08 Thread lists.jc.mic...@symetrie.com
Hi,

Le 8 nov. 2011 à 03:13, Phillip Heller a écrit :
>> Strange issue here, on 10.6.8: pressing "t" while entering text in a form 
>> does not produce the letter, but highlights the "Benutzer" ("User"?) menu 
>> on top of the screen for some seconds without unfolding it. "T" does work 
>> as expected.
>> 
>> I can get a "t" in there using copy & paste, but it kinda ruins the 
>> workflow...  ,)
> 
> Steffen,
> 
>  Yes, this is a bug which I also came across in my testing a day or so ago.
> 
> I've opened bug https://bugs.tryton.org/issue2258 to track.
> 
> It's a simple fix, and I'll get it in along side the changes to make the 
> build work again.


I had the same pb when I built the 2.0 client and Phillip's patch worked well,
as I described on try...@googlegroups.com :

> De : "lists.jc.mic...@symetrie.com" 
> Date : 1 juin 2011 00:20:11 HAEC
> À : try...@googlegroups.com
> Objet : Rép : [tryton] Tryton client for Mac OS X
> Répondre à : try...@googlegroups.com
> 
> Hi,
> 
> Le 31 mai 2011 à 16:47, Raimon Esteve a écrit :
>> Can you make a little doc about steps to step to make dmg client?
>> 
>> My last try, I don't successfully change python apple for python macports :(
> 
> 1. Read and follow https://sourceforge.net/apps/trac/gtk-osx/wiki/Build
> and 
> https://sourceforge.net/mailarchive/forum.php?thread_name=E492E23E-1048-407D-99AA-93F9F67EDC8E%40ceridwen.fremont.ca.us&forum_name=gtk-osx-devs
> 
> 2. On your mac box, create a dedicated user named gtkosxbuilder
> 
> 3. Here is the bottom of the .jhbuildrc-custom file :
> _gtk_osx_use_jhbuild_python = True
> branches["python"] = 
> "http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2"; 
> # all other settings fail to build
> setup_sdk(target="10.5", sdk_version="10.5", architectures=["i386"])
> os.environ["CC"] = "/usr/bin/gcc-4.0" 
> os.environ["DYLD_LIBRARY_PATH"] = "" 
> build_policy = "updated-deps" 
> modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", 
> "meta-gtk-osx-python", "librsvg", "meta-gtk-osx-themes", "gtk-quartz-engine" ]
> 
> 4. First time only: checkout tryton client
> $ hg clone http://hg2.tryton.org/2.0/tryton
> 
> Next time: update the tree
> $ cd tryton
> $ hg incoming
> $ hg pull -u
> 
> 5. Apply the pheller patch (maybe it's no longer useful after Cedrik's change 
> http://codereview.tryton.org/40002/)
> and build the dmg
> $ cd tryton
> $ patch -p1 <../issue23001_1_2.diff 
> $ python ./setup.py py2app
> 

-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] Should we remove the workflow engine?

2011-11-28 Thread lists.jc.mic...@symetrie.com
Hi,

Le 25 nov. 2011 à 19:10, Cédric Krier a écrit :
> Today, I got a talk with Nicolas about the relevance of the workflow
> engine in Tryton.
> We came to the conclusion that it will be perhaps better to drop it.

For those, like me, that don't have any experience with OpenErp, could you 
please point to a doc explaining how it currently works (or should) ?
Thks

Jean-Christophe Michel
--
Symétrie
livres et partitions, édition multimédia
30 rue Jean-Baptiste Say
69001 LYON (FRANCE)

tél +33 (0)478 29 52 14
fax +33 (0)478 30 01 11
web www.symetrie.com



-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] Product Kit

2011-12-17 Thread lists.jc.mic...@symetrie.com
Hi,

Le 17 déc. 2011 à 21:19, Cédric Krier a écrit :
> I think that in some cases it is a production but a very simple
> production like just put products together. This kind of production
> could be managed in background for the user if needed.
> 
> But in most cases, I think a kit is just a marketing object but it must
> be managed as a set of products and it is just a matter of presentation
> in orders (in the reports).

Do you mean that a kit could be a sellable set of products that could not be 
sellable?
Like : Kit K = (Product P1, Product P2, Product P3) where neither P1, P2 or P3 
can be sold?

Jean-Christophe Michel

-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] How to do simple computation with relatorio templates

2012-01-17 Thread lists.jc.mic...@symetrie.com
Hi,

Le 17 janv. 2012 à 19:22, felipon a écrit :
> i need to do somethig like in open document template
> 
> 
> 
> for each="o in objects"
> 
> 
> 
> /for
> 
> 
> total
> 
> but relatorio does not like 
> 
> how  one should do things like this ???

Here is how I proceed :

(enter your expressions in openoffice fields)



Myvar has value 


See examples in *.odt in the modules.

Jean-Christophe Michel
--
Symétrie
livres et partitions, édition multimédia
30 rue Jean-Baptiste Say
69001 LYON (FRANCE)

tél +33 (0)478 29 52 14
fax +33 (0)478 30 01 11
web www.symetrie.com



-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] Request testing for new OSX client

2017-11-02 Thread lists.jc.mic...@symetrie.com

Hi Cédric,

On 1 Nov 2017, at 1:03, Cédric Krier wrote:

Long story short, the new build platform for OSX to test at
http://www.b2ck.com/~ced/tryton-4.6.0.dmg


Sees nothing (hangs before menu bar appears).
In console :
Nov  2 14:25:13 mbpjcm com.apple.launchd.peruser.501[353] 
([0x0-0xef0ef].Tryton[37993]): Exited with code: 1


OS X 10.9 on MacBookPro (2013)
with macports & python installed.

Jean-Christophe Michel
\--
![SYMÉTRIE, livres et 
partitions](http://symetrie.free.fr/signature/symetrie.png "SYMÉTRIE")

---
30 rue Jean-Baptiste Say
69001 LYON
FRANCE

[www.symetrie.com]()

[![www.facebook.com/symetrie](http://symetrie.free.fr/signature/f.png)]() 
| 
[![www.twitter.com/symetriecom](http://symetrie.free.fr/signature/t.png)]() 
| 
[![www.linkedin.com/company/symetrie-music-publisher](http://symetrie.free.fr/signature/l.png)]()


tél : +33 (0) 478 29 52 14

--
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/0C16DC03-158E-4284-B570-866F36076B90%40symetrie.com.