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: problem in taxes table when i add a negative value in the field quantity

Am using tryton 6.0.0, In the table Lines ,I have create an invoice has two lines (the name of the account tax in both of them is "Umsatzsteuer – Normalsatz", one of them has a quantity positive and the other one has a negative value. the story that…
0
votes
1 answer

ValueError: not enough values to unpack (expected 1, got 0)

I coded a field(a) on classA which is to automatically take the contents of another field(b) in another classB After updating my own developing on a module I tried to fill in a form on tryton, then I tried to save the form. But there was an…
0
votes
1 answer

problem of displaying attribut names when i want to search a record of a field on tryton

i have a problem of displaying attribut names when i want to search a record of a field on tryton .it display "attribute "ID" , that i never made on my code . This is how it looks like my code : i coded a field position_meta =…
0
votes
1 answer

Can't connect to Tryton server

I am working on Centos7 , I have isntalle GNU Health and tryton on my VM but I cannot connect to the server via port 8000. I tried nmap -PN -p 8000 localhost command : Starting Nmap 6.40 ( http://nmap.org ) at 2020-09-03 15:23 CET Nmap scan report…
Oumayma
  • 11
  • 1
  • 5
0
votes
0 answers

login to tryton and problem with the host

I am beginner with tryton so excuse my question. which host and profile should i use . I need to connect to the server but i don't know which what host do i need. I tried to log in whith localhost:8000 and local and localhost and ip address but all…
Emna
  • 31
  • 1
  • 4
0
votes
1 answer

tryton Gtk-ERROR Can't create a GtkStyleContext without a display connection

I have a problem with GTK whenever when I run the command tryton or gnuhealth-client, I receive error messages with a GTK problem: $tryton (tryton:1754): Gtk-ERROR **: 12:53:39.748: Can't create a GtkStyleContext without a display…
Emna
  • 31
  • 1
  • 4
0
votes
1 answer

How can i install pygobject from my distribution package. And install all the required headers for cairo and probably GTK

when i run the command i have this error message $gnuhealth@ghealth:~ $ pip3 install --user --upgrade gnuhealth-client Package cairo-gobject was not found in the pkg-config search path. Perhaps you should add the directory containing…
Emna
  • 31
  • 1
  • 4
0
votes
1 answer

installation of gnuhealth client $ pip3 install --user --upgrade gnuhealth-client

the error msg : Building wheel for PyGObject (PEP 517) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 /usr/local/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py build_wheel…
Emna
  • 31
  • 1
  • 4
0
votes
1 answer

Tryton: How can I Make One2Many field view using more space in view

I have my form view defined as follow in the tryton client
0
votes
2 answers

How to call tryton from jsonrpc

I'm trying to connect via json-rpc to the trytond isntance using this class class HttpClient: """HTTP Client to make JSON RPC requests to Tryton server. User is logged in when an object is created. """ def __init__(self, url,…
0
votes
1 answer

Why I get INTERNAL SERVER ERROR when i login into tryton sao web client

I install successfully the sao web interface. The login form apper in the webpage, but when i try to confirm the login i get INTERNAL SERVER ERROR MESSAGE.enter image description here also in the shell I get the following errors: 26573…
0
votes
1 answer

su password in tryton docker

I'm trying to setup a tryton demo, and I want to define my own modules inside the docker containers I'm using (these => https://hub.docker.com/r/tryton/tryton). I try to create a new directory in the /home directory, in order to define there my own…
Antonio Gamiz Delgado
  • 1,871
  • 1
  • 12
  • 33
0
votes
2 answers

Starting Tryton server with docker-compose file

I am trying to link an external postgres to tryton/tryton from docker hub. docker-compose.yaml version: '3.7' services: tryton-postgres: image: postgres ports: - 5432:5432 environment: - POSTGRES_PASSWORD=password -…
flexxxit
  • 2,440
  • 5
  • 42
  • 69
0
votes
1 answer

How to fix 'SyntaxError: invalid syntax' when setting database section of configuration?

I followed the Docs of trytond and want to set the database of trytond the existing mysql database, but it never succeeded. This is the another question I thought similar but not the same on stack overflow. I got error when I execute this…
陳香君
  • 39
  • 2
  • 10
0
votes
1 answer

Sao for tryton 4.6 and gnuhealth

I have managed to install tryton and gnuhealth in a docker container with a docker file. After installing the web client sao I am able to log in but i get a repeating notification popup Calling method resources on is not allowed it keeps popping up…
flexxxit
  • 2,440
  • 5
  • 42
  • 69