atlas news
    
Tryton : discuss
15  octobre     15h05
Modify the title of the printout
mimo_Alva    Hi, I would like to update the title name of the printout , it always show at the beginning the name that i have used in xml code Operation operation.instructions operation.operation report operations reports operation report.odt pdf ...
    12h37
How does cash rounding work?
mahija    How does this module work Can we set the rounding to or, posts participants Read full topic
    08h11
Undetected access error
lb1975    Hi, Without any code changes in a report, I get this error : : : Traceback most recent call last : : : File usr local lib python . dist packages trytond protocols dispatcher.py , line , in dispatch : : result rpc.result meth c args, ...
    06h07
Tryton user with multiple responsabilities
dotbit    For small companies with employees, each employee must perform multiple tasks, which is my case. At the moment I deal with the problem by opening on log in action windows: customer invoices, customer shipments, production and sales and switch between the tabs in order to see if there are any...
    04h59
Difference of Sales and Sales POS
mahija    What’s the difference between Sales and Sales POS Why can’t I see my customer’s name in Sales POS posts participants Read full topic
14  octobre     14h46
Struggling to install Tryton on Synology (Portainer)
amironov    Hello. I m trying to evaluate Tryton vs Odoo and have hard time to get it starting up for the first time after the deployment on my test Synology with Portainer. I have used the compose file provided here Tryton Tryton Docker GitLab, tuned it a little bit to reflect volume locations and...
    11h16
Flask Tryton and Tryton app
manuelze    Hello everyone Is it possible to have a flask application that needs to communicate with tryton and that is located outside the virtual machine where tryton is installed I’ve tried to configure it properly but I’m aiming at this level. Here is the error and the configuration. Configuration ...
    08h29
Understanding why a stock move is forbidden
philipp.ludwig    So I am trying to record a stock move. I have two Locations, let’s say A and B, and want to move one item from A to B. A is type Storage and B is type Customer . I create my stock move, fill everything in, and this might be important: I split the move into two moves by Lot. That worked, but...
    07h46
Cash flow imbalance
Bilbao    Can you give me some guidance on how I can determine a cash flow imbalance. Partial closings have been performed and the configuration has been reviewed, and the origin could not be determined. posts participants Read full topic
13  octobre     22h22
Translate universal chart of account
ced    With Replace minimal by universal chart of account Merge requests Tryton Tryton GitLab we are going to have a new default chart of account. If you want to get a translated version, you need to submit a merge request like Add French translation of universal chart of account ...
12  octobre     09h32
Employee discount
mahija    I have a POS system where my employees receive a discount on every purchase they make. Can we set something up in the system to manage this posts participants Read full topic
11  octobre     20h47
Desktop Client vs Web Client navigating ProductsBOMs (do I understand correctly?)
dalers    Hi all, I’d like to confirm I’m correctly navigating from products to BOMs and back to products. and in this case, if the web client actually provides a superior user experience. I won’t type everything out as the pictures are really telling the story. Access a Product Variant that has a BOM ...
    15h26
Tryton 7 - Clipboard on mac
Vincenzo    Hi everyone, I recently upgraded to Tryton version from version . Version of Tryton on Mac used the control c and control v key combinations to copy and paste values. In Tryton, on some forms, these key combinations launch different actions. For example, in Party, the control v...
10  octobre     14h30
Tryton project as CNA under Red Hat
yangoon    We know that there were difficulties in the past to get CVEs assigned. The recent one for python sql was assigned seemingly unproblematic to the Debian LTS team. My request if I could rely on the LTS team to get help in unproblematic assignment of CVEs was answered like that by the LTS coordinator...
09  octobre     14h29
Using FHIR, Method Not Allowed
Siobhan    Has anyone used FHIR with Tryton and encountered a Method Not Allowed ’ error I’ve installed it, and I’m running both the Tryton server and the FHIR server. However, when I test the FHIR REST API, I get a error. posts participants Read full topic
    08h18
Retrieve DictSchemaMixin from Dict entry
jt93    Hi, I have added a custom dict field to the product module similar to the attributes: class Property DictSchemaMixin, ModelSQL, ModelView : ’Property’ name ’property.property’ ... properties fields.Dict ’property.property’, ’Properties’ Now I can create multiple properties and...
    06h26
Reference Error,
shafi12    Hi I am facing an error regarding a reference, I have created a report, and the report is displayed on the Tryton app correctly with no error of compilation, but when I open the report it shows an error, health proc.patient demographic details report start form not found but I am sure that the...
08  octobre     17h58
Translation ERROR when they being loaded
mahija    Want to load a language, between the process it shows this error. Traceback most recent call last : File trytond wsgi.py , line , in dispatch request return endpoint request, request.view args File trytond protocols dispatcher.py ...
    17h00
An Error When i use UserManager
manuelze    Hello Bonsoir à vous I have an error when I try to use UserManager in my flask application. Here’s an overview of the error. File home gnuhealth Flask flaskvenv lib python . site packages sqlalchemy orm query.py , line , in get impl return self.session. get impl File home...
    13h40
Pay and Pay Invoice wizard
lb1975    Hi All, I’m a bit confused when I have to pay a sale invoice cause when I click on the button Pay on the Lines to Pay section of the invoice, I don’t get an automatic reconciliation. The workaround for me is to cancel the paiement and going to Financial Payments Line to pay and do the wizard...
07  octobre     13h10
Generate a unique id when I import them
Siobhan    So, I want to import a file and generate a unique ID for each field during the import process. Is that possible And if it’s possible. Where should I do this Aside making sequential in my corresponding module. posts participants Read full topic
    09h38
Bug with missing depend (and solution :-) )
maxx    Hi, I recently had a strange bug since migration to . with some custos. I just want to share with you the problem I met and the solution. When creating a new purchase and clicking on Ok after selecting a product to add on a purchase line, I had this error: AssertionError: Pool .get ’purchase...
    06h53
Multiple Products per Carrier
jt93    Hi, is it possible to have multiple package products for a single Carrier If not, what would be the intended way to handle the case, if lets say my Carrier DPD offers shipping in different packages Thanks posts participants Read full topic
05  octobre     02h14
Upgrading a module
mahija    Was going to upgrade a module until this error showed. Traceback most recent call last : File trytond wsgi.py , line , in dispatch request return endpoint request, request.view args File trytond protocols dispatcher.py , line , in rpc return methods.get request.rpc method, ...
04  octobre     17h42
Change trytond-admin password error
mahija    tryton name pop os: tryton . trytond admin d tryton p home name .virtualenvs tryton bin trytond admin: : DeprecationWarning: pkg resources is deprecated as an API. See https: setuptools.pypa.io en latest pkg resources.html import ’pkg resources’ .require ’trytond . . ’ ...
    15h26
Making a surcharge in invoice
Siobhan    Is it safe if I add a surcharge to an invoice module I’m not sure how to include it. Do I need to code, or is it customizable I want to make an initial cash float too in invoice since sale pos isn’t available in trytond . . posts participants Read full topic ...
    15h08
Error when i do trytond-admin
mahija    I was trying to initialize my module with trytond admin And this happen: tryton name pop os: tryton . trytond admin c trytond.conf d tryton all home name .virtualenvs tryton bin trytond admin: : DeprecationWarning: pkg resources is deprecated as an API. See https: setuptools.pypa...
    11h46
How to upgrade my module
mahija    I want to upgrade my module from tryton to how do i do that posts participants Read full topic
    10h52
Nuevas casillas en modelo 303
roliver    Saludos. La Agencia Triubutaria ha modificado el dise o de registro del modelo con los nuevos impuestos y recargos de equivalencia vigentes a partir de . Nuevo dise o de registro Est previsto realizar la modificaci n del m dulo aeat es posts participants ...
03  octobre     20h15
the id and pass of demo server do not work
herve_02    I cannot open a session on the test server to show someone Tryton Try Tryton Demostration server of Tryton posts participants Read full topic