[tryton] Where's the best way to fast-track a newb?

2014-05-05 Thread Dale Scott
Hi, I've been googling and reading to get started with tryton, but a lot seems to be for 2.4 and 2.8. What should I do to accelerate my tryton learning? Also my first scenario to try involves buying and/or manufacturing serialized products(e.g.circuit boards), and then selling/returning. Is

Re: [tryton] running the open source on IDE

2014-05-09 Thread Dale Scott
I wanna run the open source projection on an python IDE , but I don't know how to do this ! help me please :) Open your favorite IDE and File/Open. Select py file to open/edit. Not more. If question is about run trytond, run command: /path/your/trytond/bin/trytond -c /path/conf/file.cfg

Re: [tryton] running the open source on IDE

2014-05-09 Thread Dale Scott
On May 9, 2014, at 7:54 AM, Raimon Esteve raimonest...@gmail.com wrote: 2014-05-09 15:44 GMT+02:00 Dale Scott dalesc...@shaw.ca: I wanna run the open source projection on an python IDE , but I don't know how to do this ! help me please :) Open your favorite IDE and File/Open. Select py

[tryton] no connection to trytond running in VirtualBox NAT

2014-05-16 Thread Dale Scott
I've got tryton running in VIrtualBox using NAT network mode, and I've forwarded port 8000 from the client (FreeBSD 10.0) to the host (Win7), but the GTK client reports Could not connect to the server. Can anyone help? I'm using NAT network mode because I'm in Starbucks at the moment, and the

Re: [tryton] no connection to trytond running in VirtualBox NAT

2014-05-17 Thread Dale Scott
Still no connection. I'm at home now, so I changed the VirtualBox vm network mode back to BRIDGED. I also edited trytond.conf and changed jsonrpc to listen on all addresses (which is shown in output log). The Tryton client (on a separate win7 laptop) still says it cannot connect to the server.

Re: [tryton] no connection to trytond running in VirtualBox NAT

2014-05-19 Thread Dale Scott
Are there PostgreSQL user names I should avoid? I used root for the user name when installing PostgreSQL. After that I also created a tryton database manually using pgadmin3, and then ran trytond twice, the first time to initialize the tryton database, and the second time to update it. Then

Re: [tryton] no connection to trytond running in VirtualBox NAT

2014-05-21 Thread Dale Scott
Thanks Sharoon for your suggestion. I can init all modules but I'm still not connecting from a remote client. I'll step through what I've done in more detail hoping something stands out. trytond -c path/to/trytond.conf -i all -d database_name This should connect to an existing database

Re: [tryton] no connection to trytond running in VirtualBox (SOLVED)

2014-05-22 Thread Dale Scott
Thanks Mathias! If you are using IPv4 addresses, better to also let trytond listen on IPv4 interface like jsonrpc = *:8000,0.0.0.0:8000 ... set but it still reports Could not connect to server (the username in the client is set to tryton but I don't believe that's important

Re: [tryton] no connection to trytond running in VirtualBox (SOLVED)

2014-05-22 Thread Dale Scott
ups! I was in the train and I didn't see this message. No worries, thank you for posting in so much detail, much of what you explained was previously magic for me. I need to do some experimenting to understand better (I should probably be using sockets instead of TCIP for better

[tryton] what are minimum modules needed for controlling serialized product?

2014-05-22 Thread Dale Scott
I can't believe I'm actually sitting in a McDonalds accessing a Tryton virtual machine on my laptop. So cool! Now I'm trying to work through a basic use case and wondering what's modules I will need. - Manage list of project names and their execute dates. - Maintain products and

[tryton] What is the correct way to add additional modules to a database?

2014-05-22 Thread Dale Scott
I have just got Tryton running on a headless FreeBSD vm in VirtualBox. I installed some modules using pip, initialized and upgraded them using the trytond cli, installed using the Tryton client, and created a new user with privileges. I happened to look through the list of trytond modules

Re: [tryton] What is the correct way to add additional modules to a database?

2014-05-24 Thread Dale Scott
Thanks everyone for clarifying what happened.

[tryton] database restore failed (using Tryton client)

2014-05-27 Thread Dale Scott
I'm getting the following error in the Tryton client when attempting to restore a database backup made on one server to a different identical server. I googled the mail list and archive, but didn't see anything similar. Database restore failed! Database restore failed with error message:

[tryton] Re: database restore failed (using Tryton client)

2014-05-28 Thread Dale Scott
On Wednesday, 28 May 2014 02:44:45 UTC-6, Paul Leverett wrote: On Wednesday, May 28, 2014 5:31:56 AM UTC+1, Dale Scott wrote: I'm getting the following error i.. Database restore failed! Database restore failed with error message: relation ir_module does not exist LINE 1: UPDATE

[tryton] Does an Issue Tracking module exist?

2014-05-29 Thread Dale Scott
I am in need of an issue tracking system integrated with Products (referencing a specific product), Stock (referencing a specific lot or serialized item), and Projects (referencing a specific project). Does anyone know of an existing module that could be used? A more generalized module would

Re: [tryton] Does an Issue Tracking module exist?

2014-05-29 Thread Dale Scott
On Thursday, 29 May 2014 16:02:42 UTC-6, Cédric Krier wrote: On 29 May 12:19, Dale Scott wrote: I am in need of an issue tracking system integrated with Products (referencing a specific product), Stock (referencing a specific lot or serialized item), and Projects (referencing a specific

Re: [tryton] Does an Issue Tracking module exist?

2014-05-29 Thread Dale Scott
- Original Message - From: Cédric Krier cedric.kr...@b2ck.com To: tryton@googlegroups.com Sent: Thursday, May 29, 2014 5:25:04 PM Subject: Re: [tryton] Does an Issue Tracking module exist? On 29 May 15:27, Dale Scott wrote: On Thursday, 29 May 2014 16:02:42 UTC-6, Cédric Krier

Re: [tryton] Does an Issue Tracking module exist?

2014-05-30 Thread Dale Scott
On Thursday, 29 May 2014 22:51:35 UTC-6, Albert Cervera Areny wrote: 2014-05-30 6:34 GMT+02:00 Sharoon Thomas sharoon...@openlabs.co.in javascript:: On May 30, 2014, at 12:49 AM, Dale Scott da...@dalescott.net javascript: wrote: I am in need of an issue tracking system integrated

[tryton] trying to import products

2014-05-30 Thread Dale Scott
I'm trying to create products (initially one manually, then a bunch by import), but don't get how to add a new attribute field for a product. I need to include an internal part number for each product: e.g. PartNumber aka Internal Reference in oe, It's a text field that would be nice to

[tryton] Re: trying to import products

2014-05-30 Thread Dale Scott
On Friday, 30 May 2014 15:56:33 UTC-6, Dale Scott wrote: I'm trying to create products (initially one manually, then a bunch by import), but don't get how to add a new attribute field for a product. I need to include an internal part number for each product: e.g. PartNumber aka Internal

Re: [tryton] Re: trying to import products

2014-05-31 Thread Dale Scott
On Saturday, 31 May 2014 01:46:25 UTC-6, Dominique Chabord wrote: Hello, difficult to say what you are asking for. Do you need explanations of modules you are using ? how to adapt your own module ? how to import data ? what is oe ? Thank you Dominique for your help. I need an explanation

Re: [tryton] Re: trying to import products

2014-05-31 Thread Dale Scott
On Saturday, 31 May 2014 01:46:25 UTC-6, Dominique Chabord wrote: what is oe ? Sorry, by oe I meant OpenERP v7 aka odoo. I first started investigating how to migrate PartsVendors data to OpenERP v7, but it appeared OpenERP did not support the serialized stock movements I need (at least

Re: [tryton] Re: trying to import products

2014-05-31 Thread Dale Scott
On Saturday, 31 May 2014 01:56:25 UTC-6, raimonesteve wrote: An exampla about Product Template and Product Variants: Product Template: T-Shirt Tryton TUB2013 Product Variant: Sizes and colors Example: Tryton TUB 2013 - XL-Red Tryton TUB 2013 - L-Red Tryton TUB 2013 - XL-Black

Re: [tryton] Does an Issue Tracking module exist?

2014-06-01 Thread Dale Scott
Product attributes are making more sense now..on to creating a bill of materials...

Re: [tryton] Re: trying to import products

2014-06-01 Thread Dale Scott
Product attributes are making more sense now. Next step is to create a BOM.

[tryton] How should BoMs be named?

2014-06-08 Thread Dale Scott
What naming conventions are you using for Products and BoMs? It seems there is no required relationship between the name of a Product and the name of a BoM for that product. It seems some convention is needed for things to be clear for users, especially if searching for a BoM for a particular

Re: [tryton] How should BoMs be named?

2014-06-09 Thread Dale Scott
Thanks Udo, it's good to get confirmation that someone else has successfully walked a similar path. On Monday, 9 June 2014 00:17:15 UTC-6, Udo Spallek wrote: your convention sounds reasonable to me. A customer uses something similar, but based on product name == BOM name. They have the case

[tryton] Attachments to Products vs Product-Variants

2014-07-04 Thread Dale Scott
Hi, I've been attaching documents (e.g. datasheets, specifications, work instructions, gerber files, schematics...) to all the product I have imported. In the process, I found an attachment to a product is not the same as an attachment to a product variant. Can someone explain the basic

Re: [tryton] Attachments to Products vs Product-Variants

2014-07-05 Thread Dale Scott
On Jul 5, 2014, at 7:30 AM, Cédric Krier cedric.kr...@b2ck.com wrote: On 05 Jul 14:38, Axel Braun wrote: Believe me, we did, and came around exactly that problem. You always seem to not know at all Tryton. For sure that's me, I'm trying to learn fast! ;-) Thanks everyone for your

[tryton] New install using pip fails

2014-07-18 Thread Dale Scott
Has anyone tried creating a new server using pip lately? I'm having problems on Ubuntu 12.04 LTS and also FreeBSD-10-RELEASE (both just updated). On Ubuntu a compile fails (I think it's libxslt), and trytond won't run on FreeBSD, immediately giving a trytond module not found error. Has

[tryton] Re: New install using pip fails

2014-07-18 Thread Dale Scott
Has anyone tried creating a new server using pip lately? I'm having problems on Ubuntu 12.04 LTS and also FreeBSD-10-RELEASE (both just updated). Ubuntu update - Via software Updater Ubuntu install, following pip procedure on Tryton Download page. Update: (here I cut/pasted web code to

Re: [tryton] New install using pip fails

2014-07-19 Thread Dale Scott
On Friday, 18 July 2014 14:54:01 UTC-6, Cédric Krier wrote: On 18 Jul 13:42, Dale Scott wrote: Has anyone tried creating a new server using pip lately? I'm having problems on Ubuntu 12.04 LTS and also FreeBSD-10-RELEASE (both just updated). On Ubuntu a compile fails (I think it's

Re: [tryton] New install using pip fails

2014-07-19 Thread Dale Scott
On Jul 19, 2014, at 8:07 PM, Mark Hayden mark.shane.hay...@gmail.com wrote: On 19 Jul 2014 19:43, Sharoon Thomas sharoon.tho...@openlabs.co.in wrote: On 20-Jul-2014, at 5:47 am, Dale Scott d...@dalescott.net wrote: I provisioned a new fbsd-10-release server from scratch, performed all

Re: [tryton] New install using pip fails

2014-07-20 Thread Dale Scott
On Sunday, 20 July 2014 02:20:22 UTC-6, Cédric Krier wrote: On 20 Jul 07:13, Sharoon Thomas wrote: On 20-Jul-2014, at 5:47 am, Dale Scott da...@dalescott.net javascript: wrote: On Friday, 18 July 2014 14:54:01 UTC-6, Cédric Krier wrote: On 18 Jul 13:42, Dale Scott wrote

Re: [tryton] How does Dashboard Module work?

2014-07-22 Thread Dale Scott
and I doubt I'm alone... --- Dale Scott Transparency with Trust http://www.dalescott.net

Re: [tryton] How does Dashboard Module work?

2014-07-22 Thread Dale Scott
or Tutorials, but need direction for how to best benefit the community. --- Dale Scott Transparency with Trust http://www.dalescott.net

Re: [tryton] admin user vs user with all access permissions

2014-07-24 Thread Dale Scott
On Jul 24, 2014, at 2:01 AM, Cédric Krier cedric.kr...@b2ck.com wrote: On 23 Jul 16:26, Dale Scott wrote: Does a user created with all access permissions have the same abilities as the default admin user? I created a ~100 new users by importing from csv, gave all permissions to one

RE: [tryton] Re: products with serial number

2014-07-25 Thread Dale Scott
From: tryton@googlegroups.com [mailto:tryton@googlegroups.com] On Behalf Of Cédric Krier Sent: Thursday, July 24, 2014 1:32 AM On 23 Jul 16:13, Dale Scott wrote: So far as I understand, you would use the stock_split and stock_lot modules to create lots of quantity 1 of an item

[tryton] current best way to authenticate using openLDAP

2014-08-16 Thread Dale Scott
Hi list, I'm using a local openLDAP server as the source of authentication for various server apps. What's the best way (module?) for Tryton to authenticate users using the OpenLDAP server? Dale

RE: [tryton] current best way to authenticate using openLDAP

2014-08-16 Thread Dale Scott
Hi list, I'm using a local openLDAP server as the source of authentication for various server apps. What's the best way (module?) for Tryton to authenticate users using the OpenLDAP server? I'm guessing I need *both* trytond_ldap_connection and trytod_ldap_authentication modules. I try pip

Re: [tryton] current best way to authenticate using openLDAP

2014-08-16 Thread Dale Scott
On Saturday, 16 August 2014 19:42:19 UTC-6, Mark Hayden wrote: On 16 Aug 2014 19:37, Dale Scott dale...@shaw.ca javascript: wrote: Hi list, I'm using a local openLDAP server as the source of authentication for various server apps. What's the best way (module?) for Tryton

Re: [tryton] current best way to authenticate using openLDAP

2014-08-16 Thread Dale Scott
On Saturday, 16 August 2014 21:43:25 UTC-6, Dale Scott wrote: On Saturday, 16 August 2014 19:42:19 UTC-6, Mark Hayden wrote: On 16 Aug 2014 19:37, Dale Scott dale...@shaw.ca wrote: Hi list, I'm using a local openLDAP server as the source of authentication for various server apps

Re: [tryton] current best way to authenticate using openLDAP

2014-08-19 Thread Dale Scott
On Tuesday, 19 August 2014 00:12:07 UTC-6, Guillem Barba Domingo wrote: El 19/08/2014 2:22, Dale Scott dale...@shaw.ca javascript: va escriure: On Aug 18, 2014, at 4:24 PM, Dale Scott da...@dalescott.net javascript: wrote: On Sunday, 17 August 2014 05:23:12 UTC-6, Luis Falcon wrote

Re: [tryton] current best way to authenticate using openLDAP - FIXED

2014-08-22 Thread Dale Scott
On Thursday, 21 August 2014 17:38:26 UTC-6, Pierre-Louis Bonicoli wrote: 2. I created a new user tuser (Test User) in the LDAP server (password: appleton), and then logged to Tryton as admin using Tryton client and created a corresponding user tuser (password: notappleton). This is as

[tryton] RE: [issue3951] database restore failed error, but restore appears correct

2014-09-22 Thread Dale Scott
Hi, I'd like to help but am only familiar with installing trytond using pip (just a dumb user ;-)) With the imminent release, can someone else volunteer to test this patch? I absolutely want to learn the dev/test process, but I can't promise when I would have figured it out. Is the general

Re: [tryton] RE: [issue3951] database restore failed error, but restore appears correct

2014-09-22 Thread Dale Scott
On Sep 22, 2014, at 2:23 PM, Udo Spallek udo.spal...@googlemail.com wrote: Hi Dale, Mon, 22 Sep 2014 13:40:40 -0600 Dale Scott dalesc...@shaw.ca: Hi, I'd like to help but am only familiar with installing trytond using pip (just a dumb user ;-)) With the imminent release, can someone

Re: [tryton] Error while loading 'Carrier Module' when opening 'Sale' [Porting Prestashop to tryton 3.0.0]

2014-09-25 Thread Dale Scott
On Sep 25, 2014, at 3:14 PM, Oscar Tark oscartar...@gmail.com wrote: Thanks for your help All of of you, Can someone tell me how to not top post. I read the instructions but have a brain fry. Some email clients make it easy (e.g. most Unix stuff), some are harder. It depends. Sorry

Re: [tryton] What is the state of server-side sending mail/messages/notifications in 3.2?

2014-10-07 Thread Dale Scott
Hi Pierre-Louis, thank you for clarifications. On Oct 7, 2014, at 9:11 PM, Pierre-Louis Bonicoli pierre-louis.bonic...@gmx.fr wrote: On 08/10/2014 01:53, Dale Scott wrote: Is there a general rule for which events in Tryton can be expected to send mail? With 3.2, the cron tasks (when

Re: [tryton] What is the state of server-side sending mail/messages/notifications in 3.2?

2014-10-10 Thread Dale Scott
On Oct 8, 2014, at 6:54 AM, Guillem Barba Domingo guillemba...@gmail.com wrote: 2014-10-08 8:50 GMT+02:00 Nicolas Évrard nicolas.evr...@b2ck.com: * Dale Scott [2014-10-08 06:25:05 +0200] Hi Pierre-Louis, thank you for clarifications. On Oct 7, 2014, at 9:11 PM, Pierre-Louis Bonicoli

Re: [tryton] What is the state of server-side sending mail/messages/notifications in 3.2?

2014-10-10 Thread Dale Scott
On Oct 10, 2014, at 7:36 AM, Dale Scott dalesc...@shaw.ca wrote: On Oct 8, 2014, at 6:54 AM, Guillem Barba Domingo guillemba...@gmail.com wrote: 2014-10-08 8:50 GMT+02:00 Nicolas Évrard nicolas.evr...@b2ck.com: Snip Sorry, I forgot to ask, but in general have you had success sending