Questions tagged [tryton]

Is a three-tier high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and security.

The core of Tryton (also called Tryton kernel) provides all the necessary functionalities for a complete application framework: data persistence, extensive modularity, users management (authentication, fine grained control for data access, handling of concurrent access of resources), workflow and report engines, web services and internationalisation. Thus constituting a complete application platform which can be used for any relevant purpose.

The code is licensed under GPL-3, and the PostgreSQL is the main persistence system, though SQLite is use for small systems.

Source: Tryton.org (About)

76 questions
0
votes
1 answer

Tryton invalid XML for view / Expecting property name

Running Tryton 4.6.2 on MacOS with admin user. From trytond/modules/quotation/view/quotation_form.xml (Module not in base Tryton, written specifically for this application.) Worked in 3.4, fails in 4.6. Relevant portion of XML is:
0
votes
1 answer

KeyError 'res.user' when starting tryton client

Environment: MAC High Sierra running Tryton 3.8 TCP/IP When starting Tryton client, I get the following traceback: Traceback (most recent call last): File "/site-packages/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch …
0
votes
1 answer

tryton file not found when opening database - looking in site-packages rather than directory in PYTHONPATH

tryton V3.8 on MAC. I have a database "steve" with trytond running TCP/IP. When doing database connect in tryton client, I get the following result as the last line in the error window: "IOError: File not found :…
0
votes
0 answers

Tryton view doesn't appear

Developing a module with Tryton 4.6.0 I can' t manage to make a simple tree view appear Here's the relevant code. What's wrong with it ? And here's a picture
user1632812
  • 431
  • 3
  • 16
0
votes
1 answer

Tryton as a CalDAV server

What is the performance of Tryton as a CalDAV server? How does it perform with Mozilla Sunbird / Thunderbird-lighting as a client? Is it ready to apply in real business environments? If not, what other solutions would you recommend?
malloc4k
  • 1,742
  • 3
  • 22
  • 22
0
votes
1 answer

Tryton: how get filtered list in wizard

Selected items I can access with Transaction().context['active_ids'].However, I need access all items in list view, which match applied filter. Example I filter invoices by status and date in list view. Then, I need apply some actions in wizard to…
dpa
  • 427
  • 4
  • 16
0
votes
1 answer

tryton-sao web client doesn't start

I have a problem, i get a no page found when i run localhost:8000/index.html in the browser after starting the trytond server.I have installed trytond server successfully.I have also installed tryton-sao web client.(running npm install and…
frre tyy
  • 323
  • 1
  • 5
  • 17
0
votes
1 answer

How do i create new database in Tryton

I have downloaded and installed Tryton 4.0(client 4.0.exe,windows). I have been playing around with the demo database that comes with it.My question is how do i create my own database and user profile. I went to manage profiles,Added new…
frre tyy
  • 323
  • 1
  • 5
  • 17
0
votes
1 answer

Having trouble with Tryton/GNU Health installation

I have installed Tryton server and client as instructed on the GNU Health website. The server is running fine. The pre-requisites required - Postgresql, Python had been installed before hand. I have created a GNU Health user but whenever I attempt…
gbade_
  • 339
  • 1
  • 8
  • 21
0
votes
0 answers

Purchase request from production order

I've just started testing Tryton ERP with regards to production planning, and I don't get automatic procurement working; I define "Part A" with a vendor and price. I then define "Product B" with a BoM of 1 * Part A. Now when I create a production…
Mattias Åslund
  • 3,877
  • 2
  • 18
  • 17
0
votes
0 answers

ERROR: trytond.server timezone is not set to UTC on Windows 8

I install all dependencies like suggest in tryton.org page, and then install tryton client and build trytond(server). But when I try to initialise database C:\Python27/python.exe C:\Python27/Scripts/trytond -c C:\Python27/Scripts/trytond.conf -d …
gvd
  • 1,482
  • 6
  • 32
  • 58
0
votes
1 answer

Tryton ERP MySQL installation

I'm trying to install Tryton ERP with MySQL as the database. It's not quite clear what you are meant to do. From the config documentation you simply supply the uri to the database under the [database] section: [database] uri =…
TheChaos0
  • 370
  • 4
  • 15
0
votes
1 answer

How to connect my Tryton client to the remote tryton server?

I am biginner with tryton so accept my request. My situation is: I install a tryton server in my remote server production and I install my tryton client in my localhost. My question is: can I connect to the remote server with my tryton client? if…
imen laalai
  • 33
  • 1
  • 6
0
votes
1 answer

Running tryton client in ubuntu

Please help me to resolve this issue about the running of tryton client. There is the stack trace of my bug when I run tryton client in ubuntu: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display …
imen laalai
  • 33
  • 1
  • 6
0
votes
1 answer

Tryton unable to add tax to the product template

I am trying to use account-invoice to create a bill and i had successfully created a tax and account and a company with user context properly...following this example but it appears that when i am appending the tax to the product template and…
Ja8zyjits
  • 1,433
  • 16
  • 31