Re: [tryton] How Greater statement of Pyson works with a functional numeric field?

2016-03-30 Thread Sergi Almacellas Abellana
what I'm doing wrong? Using 0.0 or 0 works for me. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/ms

[tryton] How to translate

2016-03-30 Thread Sergi Almacellas Abellana
Hi, I just added the how to translate section from the old wiki to the website. So please review the changes here: https://codereview.tryton.org/24091002/ Any comments will be much apreciated. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message

Re: [tryton] rights management / 2

2016-03-29 Thread Sergi Almacellas Abellana
t;https://groups.google.com/d/msgid/tryton/4bb659d5-7d1d-46a2-9970-aaa3df9e00c3%40googlegroups.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups &quo

Re: [tryton] example of trigger_create

2016-04-27 Thread Sergi Almacellas Abellana
a83ee7-0a30-44aa-b81f-b8f9cc71a056%40googlegroups.com <https://groups.google.com/d/msgid/tryton/7da83ee7-0a30-44aa-b81f-b8f9cc71a056%40googlegroups.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message beca

Re: [tryton] Default value related to the latest data entered ...

2016-05-23 Thread Sergi Almacellas Abellana
On 23 maig de 2016 11:36:31 CEST, Maxime Richez wrote: >Hello, > >Is it possible to define a default value in a field that depends on the > >previously entered data? > >For example, I have a model with detail rows (product, quantity, >prix_unitaire, currency): > >By

Re: [tryton] Default value related to the latest data entered ...

2016-05-24 Thread Sergi Almacellas Abellana
On 24 maig de 2016 17:01:00 CEST, Maxime Richez wrote: > > >> >> I think in this case, it is better to define a default one on the >parent >> and use the on_change like @pokoli said to change the default value >to >> this default defined on the parent. >> >> > >I

Re: [tryton] Edit documentation

2016-05-09 Thread Sergi Almacellas Abellana
tryton/64701d66-6776-4258-bc01-762e6c43322e%40googlegroups.com <https://groups.google.com/d/msgid/tryton/64701d66-6776-4258-bc01-762e6c43322e%40googlegroups.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message beca

Re: [tryton] Downloading translations from pootle

2016-04-20 Thread Sergi Almacellas Abellana
El 15/04/16 a les 17:17, Cédric Krier ha escrit: On 2016-04-15 13:33, Sergi Almacellas Abellana wrote: >Hi, > >I've all the Strings for catalan and Spanish in pootle translated (Thanks >Jordi and all how contributed), so I developed some script to get all the >translations on a

[tryton] Downloading translations from pootle

2016-04-15 Thread Sergi Almacellas Abellana
is quite easy: python pootle2tryton.py locale environment_directory For example: python pootle2tryton.py ca_ES . (from environemt root) python pootle2tryton.py es_ES /home/sergi/trytond/ Hope it helps! -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message

Re: [tryton] Create New Party Record

2016-05-25 Thread Sergi Almacellas Abellana
rameters: [{"first_name": "p","name": "A"}, {"first_name": "p","name": "A"}] Will create two parties, with name A and first_name p. Hope it helps! [1] http://doc.tryton.org/4.0/trytond/doc/ref/models/models.html?h

Re: [tryton] Creating a dev environment easily

2016-07-25 Thread Sergi Almacellas Abellana
download it, which I recommend using using hgreview as explained on [2] [1] http://www.tryton.org/download.html#development-source-code [2] http://www.tryton.org/how-to-contribute.html Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message

Re: [tryton] pyson and '~'

2016-07-25 Thread Sergi Almacellas Abellana
y#l40 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/9b690de2-ef0a-2711-1167-c2f41a5e4a31%40koolpi.com.

Re: [tryton] Missing Database submenu

2016-07-28 Thread Sergi Almacellas Abellana
fter entering a valid username and database. Hope it helps! -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.co

Re: [tryton] Missing Database submenu

2016-07-28 Thread Sergi Almacellas Abellana
El 28/07/16 a les 16:45, Marko Randjelovic ha escrit: On Thursday, July 28, 2016 at 4:12:48 PM UTC+2, Sergi Almacellas Abellana wrote: El 28/07/16 a les 15:56, Marko Randjelovic ha escrit: > Hi all, > > After solving problem named "Error starting trytond", t

Re: [tryton] Confirm account moves from payments

2016-07-22 Thread Sergi Almacellas Abellana
El 21/07/16 a les 10:57, Cédric Krier ha escrit: On 2016-07-20 17:23, Sergi Almacellas Abellana wrote: > El 19/07/16 a les 18:03, Cédric Krier ha escrit: > >On 2016-07-19 06:48, Eduardo J de la Garza G wrote: > >>> Hello, > >>> >

[tryton] Readonly Many2One and buttons

2016-08-04 Thread Sergi Almacellas Abellana
a readonly form. Is this done on propose? P.S:You can see this behavior on the move field of a posted invoice. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion

Re: [tryton] pyson and '~'

2016-07-21 Thread Sergi Almacellas Abellana
t;0. In python ~ is the shourcut of Bitwise Inversion [1]. In PySON is the shourtcut of the Not operator: So your statement means: > If(Not(Eval('end_date', None)) Which I think you will understand :) [1] https://docs.python.org/2/library/operator.html#mapping-operators-to-functions -- Sergi Alma

Re: [tryton] Help with importing csv data please

2016-07-21 Thread Sergi Almacellas Abellana
: Export, Import, Duplicate, Delete. Did I do something wrong? I just checked, and my client says "4.0.2". I installed from the jessie repositories. You have to click on the tools icon, to open a menu where you will see the missing options. -- Sergi Almacellas Abellana www.koolpi.c

Re: [tryton] Error when connecting from tryton4 to trytond4

2016-07-21 Thread Sergi Almacellas Abellana
such column: a.context_model It seems that your database is not sync with the running code, so you must upgrade all the modules in the database using: trytond-admin -d --all -c Where is the name or your database and the configuration file you are using to run trytond. -- Sergi Almacell

Re: [tryton] Help with importing csv data please

2016-07-20 Thread Sergi Almacellas Abellana
on/doc/usage.html?highlight=import#tool-bar -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/2424982

Re: [tryton] Conditional default view

2016-07-15 Thread Sergi Almacellas Abellana
ed pending tasks is one. You have and example in the account_invoice module, on the wizard used to credit invoices [1] Hope it helps! [1] http://hg.tryton.org/modules/account_invoice/file/3487c50ee235/invoice.py#l2666 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- Yo

Re: [tryton] How to updated an accounting move that has been posted?

2016-06-28 Thread Sergi Almacellas Abellana
the move to the draft state, update whatever you want and repost it. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.go

Re: [tryton] issue with invoice number when exporting a Journal

2016-06-28 Thread Sergi Almacellas Abellana
El 28/06/16 a les 15:37, Armand Mpassy-Nzoumba ha escrit: On 28 Jun 2016, at 13:20, Armand Mpassy-Nzoumba <armandmpa...@gmail.com> wrote: On 28 Jun 2016, at 13:07, Sergi Almacellas Abellana <se...@koolpi.com> wrote: A reference field (which is the case of journal)

Re: [tryton] Next Tryton Unconference

2016-07-07 Thread Sergi Almacellas Abellana
-fr [1] from 13 to 16/10, we have to make choices :-) There is also pycon-es [2] from 7 to 9/10. [2] http://2016.es.pycon.org/es/ -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" grou

Re: [tryton] Created invoice not in DB

2016-07-11 Thread Sergi Almacellas Abellana
://bugs.tryton.org/issue5693 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/578348AF.1040305%40koolpi.com.

Re: [tryton] Tryton setup failed

2016-07-11 Thread Sergi Almacellas Abellana
e.com/d/msgid/tryton/988d465a-936c-4cfb-a5bd-0110d6a0c287%40googlegroups.com <https://groups.google.com/d/msgid/tryton/988d465a-936c-4cfb-a5bd-0110d6a0c287%40googlegroups.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You receive

Re: [tryton] Confirm account moves from payments

2016-08-08 Thread Sergi Almacellas Abellana
El 29/07/16 a les 20:48, Cédric Krier ha escrit: > It will be also a good moment to mark the processing payments as succeed if > not done already. Agree. Just to followup. I created https://bugs.tryton.org/issue5765 to implement this feature. -- Sergi Almacellas Abellana www.kool

Re: [tryton] issue with invoice number when exporting a Journal

2016-06-28 Thread Sergi Almacellas Abellana
). So what you are seeing is not the invoice number but the record id and that's because you have different numbers. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" grou

Re: [tryton] Error while printing an invoice

2017-02-01 Thread Sergi Almacellas Abellana
d/tryton/CAGb%2BB3cHCtNM97SC56aKvj1TFBc8-5GHP1xZcghLwKDupJFLJw%40mail.gmail.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussi

Re: [tryton] Installing web client

2017-02-07 Thread Sergi Almacellas Abellana
/30f5c9ed6bad/README Just take care to use the same series (mercurial branch) as your trytond server. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this

Re: [tryton] I am New to TRYTON

2017-02-07 Thread Sergi Almacellas Abellana
Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/768e7b98-0f09-9019-636c-b3

Re: [tryton] Getting User Info

2017-02-07 Thread Sergi Almacellas Abellana
is finantial or custome attendant? If it's based on User Group, you have the user groups available on the context with: Transaction().context.get('groups'). Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed

Re: [tryton] Re: tryton and bank import

2017-02-01 Thread Sergi Almacellas Abellana
://bugs.tryton.org/issue5882 Any kind of feedback will be much appreciated. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.go

Re: [tryton] Error while printing an invoice

2017-02-03 Thread Sergi Almacellas Abellana
El 02/02/17 a les 23:46, Armand Mpassy-Nzoumba ha escrit: Dear Sergi On Wed, Feb 1, 2017 at 9:16 AM, Sergi Almacellas Abellana <se...@koolpi.com <mailto:se...@koolpi.com>> wrote: Could you attach the server logs to provide more information. This will provide more infor

Re: [tryton] More than one Attribute sets for Product template

2017-01-30 Thread Sergi Almacellas Abellana
specifies the color and the size attributes. Using this way allows to search for example, all the products of size L, or all products with color red. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed

Re: [tryton] Opening balances for warehouse, which operation?

2017-01-26 Thread Sergi Almacellas Abellana
] for each location with the initial quantities on the date of the transfer. [1] http://doc.tryton.org/4.2/trytond/trytond/modules/stock/doc/index.html?highlight=inventory#inventory -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you

Re: [tryton] Stock analytic reports

2017-01-26 Thread Sergi Almacellas Abellana
ick on any location. It will open the list of available products on this location. Both option show the cost value. Don't know if that was what you where looking for, but I hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are

Re: [tryton] How to build a dynamic table for treeview

2017-02-16 Thread Sergi Almacellas Abellana
El 15/02/17 a les 16:50, Ul ha escrit: Am 15.02.2017 um 15:52 schrieb Sergi Almacellas Abellana: El 15/02/17 a les 15:29, Ul ha escrit: Thanks for sharing, How do you define the stock_lot_relation table? as a usual Table in the database: class LotRelation(ModelSQL, ModelView): &quo

Re: [tryton] How to build a dynamic table for treeview

2017-02-22 Thread Sergi Almacellas Abellana
El 17/02/17 a les 00:00, Ul ha escrit: Am 16.02.2017 um 09:24 schrieb Sergi Almacellas Abellana: Well, that will be also possible if you use a UNION query to join data from productions and from shipments. Indeed all the data is in the stock move table but it have to be joined in a different

Re: [tryton] Book supplier liability on sale

2017-02-22 Thread Sergi Almacellas Abellana
to the customer. In this scenario, a purchase request is created automatically when creating the sale, and when this purchase request is processed the sale is processed. Hope it helps. [1] http://doc.tryton.org/4.2/modules/sale_supply_drop_shipment/doc/index.html -- Sergi Almacellas Abellana

Re: [tryton] Basic 4.2 tryton install

2017-02-24 Thread Sergi Almacellas Abellana
4.2) Can you note me on a right link, doc, thread where I can try a basic tryton install?? Once installed please have a look at: http://doc.tryton.org/4.2/trytond/doc/index.html#first-steps Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received

Re: [tryton] How to build a dynamic table for treeview

2017-02-14 Thread Sergi Almacellas Abellana
ery? So we investigate further which is causing the error. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.co

Re: [tryton] Cost method for service type of product template

2017-02-09 Thread Sergi Almacellas Abellana
there is an open issue related to this. https://bugs.tryton.org/issue2356 But nobody have still worked on it. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this

Re: [tryton] Any video tutorial available for tryton

2017-02-14 Thread Sergi Almacellas Abellana
youtube channel: https://www.youtube.com/channel/UChf1ExIVFrWuaHhVATibWXw About tryton installation you may be interesseted on the following search: https://www.youtube.com/results?search_query=tryton+instalation Hope it helps! -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton] Account Move template logics, keywords

2017-02-09 Thread Sergi Almacellas Abellana
hat substitutions are composed by braches surrounding the name of the keyword to substitute. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view

Re: [tryton] Analytic accounts hierarchy, options

2017-02-28 Thread Sergi Almacellas Abellana
to departments name, like "HR department -XX" for Region XX and "HR department -YY" for Region YY? Any other options available? You can create two analytic accounts hierarchies: One for departments and another for region. -- Sergi Almacellas Abellana www.koolpi.com Twitter:

Re: [tryton] Basic 4.2 tryton install

2017-02-27 Thread Sergi Almacellas Abellana
#17126095 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/c9723256-96ec-8dc5-57f7-2d

Re: [tryton] Import/export CSV

2016-08-25 Thread Sergi Almacellas Abellana
l(len(x) == len_fields_names for x in data) AssertionErrorr" The filed names are/should be different in export/import files? THe problem is that the phone field is a Functional field which has no setter method, so it's not editable and you should not import this on the CSV file. Same f

[tryton] [RFC] on refreshing domain count

2016-09-13 Thread Sergi Almacellas Abellana
://bugs.tryton.org/issue5864 Thanks in advance. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/ca7

Re: [tryton] Error installing Bower and Grunt

2016-09-16 Thread Sergi Almacellas Abellana
gackage manager (npm) as explained on their websites [2] [3] Hope it helps [1] https://nodejs.org/en/download/ [2] http://gruntjs.com/getting-started [3] https://bower.io/#install-bower -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subs

Re: [tryton] Database not displaying in sao web client

2016-09-16 Thread Sergi Almacellas Abellana
://doc.tryton.org/4.0/trytond/doc/topics/configuration.html#list -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.c

[tryton] Python3, proteus and text files

2016-09-26 Thread Sergi Almacellas Abellana
) True Am I doing something wrong? Or it's a proteus bug and it should accept also string values for text files? Thanks in advance, -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group

Re: [tryton] Re: Daily Cash Closing/hand over by Cash Clerk at Cash counter

2016-09-29 Thread Sergi Almacellas Abellana
you found the error described on this issue: https://bitbucket.org/zikzakmedia/trytond-sale_pos/issues/5/error-installing-sale_pos-module-in-tryton -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "try

Re: [tryton] How to do -> Journal, Balance sheet and Profit and Loss Sheet?

2016-10-05 Thread Sergi Almacellas Abellana
should modify the date in order to see the information for previous fiscal years. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the

Re: [tryton] How to do -> Journal, Balance sheet and Profit and Loss Sheet?

2016-10-05 Thread Sergi Almacellas Abellana
you want to do it via proteus, you should set the correct context when browsing the model records and use the python csv functionality to save them into csv files. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Goo

Re: [tryton] Showing info to the info the user

2016-10-05 Thread Sergi Almacellas Abellana
with button_acction[1] with the xml id of the new wizard action to execute it when the button have been finished. [1] http://doc.tryton.org/4.0/trytond/doc/ref/models/models.html?highlight=button_action#trytond.model.ModelView.button_action -- Sergi Almacellas Abellana www.koolpi.com Twitter

Re: [tryton] Difference between Comapny and Party

2016-10-06 Thread Sergi Almacellas Abellana
work for. For example you will enter your customers and suppliers are parties, but you will only enter the companies for which you want to do accounting as companies. I hope it helps! -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you

Re: [tryton] how to get the user's group as a default value

2016-10-08 Thread Sergi Almacellas Abellana
of the user. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/06bbf08d-a3a9

Re: [tryton] Daily Cash Closing/hand over by Cash Clerk at Cash counter

2016-09-22 Thread Sergi Almacellas Abellana
/account_statement/doc/index.html -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/d53b3bf2-ec3c

Re: [tryton] Re: Daily Cash Closing/hand over by Cash Clerk at Cash counter

2016-09-29 Thread Sergi Almacellas Abellana
: https://bitbucket.org/trytonspain/trytond-sale_payment -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.c

Re: [tryton] How to do -> Journal, Balance sheet and Profit and Loss Sheet?

2016-10-03 Thread Sergi Almacellas Abellana
You can find the reports in the Account -> Reporting menu. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web

Re: [tryton] Issuance of assets

2016-10-03 Thread Sergi Almacellas Abellana
to indicate that an asset is issued to and employee. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.go

Re: [tryton] How to do -> Journal, Balance sheet and Profit and Loss Sheet?

2016-10-03 Thread Sergi Almacellas Abellana
of it. You can export them with the export option of the tryton client to a csv file, which can be opened with Libreoffice calc. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" grou

Re: [tryton] version du serveur incompatble - server version not compatible

2016-10-04 Thread Sergi Almacellas Abellana
? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/a048bf65-c4c4-cce0-a43a-5cfe003811df%40koolpi.com.

Re: [tryton] Changing Language

2016-10-09 Thread Sergi Almacellas Abellana
trings are not translated. You should translate the account module. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.go

Re: [tryton] Problem: cannot create database

2016-11-04 Thread Sergi Almacellas Abellana
On 4 de novembre de 2016 20:34:00 CET, jmo wrote: >Hello, > >Installed tryton-server, modules and client and cannot initialize the >database: > >/usr/bin/trytond-admin -c /etc/tryton/trytond.conf -u res -d tryton >Traceback (most recent call last): > File

Re: [tryton] Re: Download PDF instead of ODT file in report invoice etc.

2016-10-19 Thread Sergi Almacellas Abellana
ension to Portable Document Format, I done this through Administration > User Interface > Action > Report. is this what you are referring to [Your ir.report record must have pdf extension selected]? Yes, that's right. Everything should work now, isn't it? -- Sergi Almacellas Abellana

Re: [tryton] How to create new database using the old database with all records retained

2016-12-14 Thread Sergi Almacellas Abellana
it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/5622d5c3-fda8-2db3-745f-e8

Re: [tryton] New to Python and Tryton - is it suitable for running a small production company

2016-12-13 Thread Sergi Almacellas Abellana
free software that you can found. Or found somebody that host the application for you. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the

Re: [tryton] Invoice Location

2016-12-07 Thread Sergi Almacellas Abellana
/modification of an identifer that does not exist another peruvian_vat for the party and raise and error (or maybe a warning) if it exists. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups

Re: [tryton] SAO on New Tryton 4.2 setup

2016-12-07 Thread Sergi Almacellas Abellana
t not the web client. I can confrm this Could you both post your trytond.conf (only the sao relevant part if you want) ? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To vie

Re: [tryton] SAO on New Tryton 4.2 setup

2016-12-07 Thread Sergi Almacellas Abellana
El 07/12/16 a les 12:25, Axel Braun ha escrit: Am Mittwoch, 7. Dezember 2016, 10:53:33 CET schrieb Sergi Almacellas Abellana: > El 07/12/16 a les 10:43, Axel Braun ha escrit: > > Am Dienstag, 6. Dezember 2016, 21:12:43 CET schrieb Vincent Bastos: > >> > Hey, > >>

Re: [tryton] How to backup and restore the database using Tryton 4.2?

2016-11-30 Thread Sergi Almacellas Abellana
using the standard tools of your database. For example for postgresql you can use pg_dump: https://www.postgresql.org/docs/current/static/backup-dump.html Regards, -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed

Re: [tryton] New Tryton installation

2016-11-30 Thread Sergi Almacellas Abellana
from pypi and it will download the python3 version. All the modules are prefixed with the `trytond_` keyword, so for example for installing the sale module you should install the `trytond_sale` package. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received

Re: [tryton] How to backup and restore the database using Tryton 4.2?

2016-11-30 Thread Sergi Almacellas Abellana
Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/49024743-3f91-152d-cc72-90491ed23a23%40koolpi.com.

Re: [tryton] Cannot connect to database using PostgreSQL locally

2017-01-03 Thread Sergi Almacellas Abellana
On 3 de gener de 2017 4:34:52 CET, Allan Zhang wrote: >Hi, > >I have been unable to connect to the PostgreSQL database with the >tryton >client. >When creating the profile, it always says "Database: Could not connect >to >server" > >Using tryton/trytond 4.2.0 > >This is

Re: [tryton] Installation Ubuntu 14.04 Error after initializing database

2017-01-07 Thread Sergi Almacellas Abellana
rsor: AttributeError: exit* IIRC this error whas due to executing and old driver version of the database backend. So you must update psycopg2 if using postgresql. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Goo

Re: [tryton] New to Open Source

2016-12-22 Thread Sergi Almacellas Abellana
=-1,1,2,3,4,5,6,7&@sort=-activity&@search_text=&@columns=id,activity,component,title,assignedto,status&@dispname=Show%20Easy=27&@group=priority&@filter=status,keyword&@pagesize=50&@startwith=0 [5] http://www.tryton.org/community.html -- Sergi Almacellas Abellana www

[tryton] [RFC]: Production scrap

2017-03-23 Thread Sergi Almacellas Abellana
] https://bugs.tryton.org/issue6335 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/b802f17a

Re: [tryton] [RFC]: Production scrap

2017-03-23 Thread Sergi Almacellas Abellana
El 23/03/17 a les 12:59, Axel Braun ha escrit: Am Donnerstag, 23. März 2017, 11:30:10 CET schrieb Sergi Almacellas Abellana: In [1], we want to allow directly creating the production scrap as outputs. But we have some concers: - Will the scrap affect the cost? It should, unless your raw

Re: [tryton] Run unoconv/libreoffice in other server

2017-03-16 Thread Sergi Almacellas Abellana
;StarOffice.ComponentContext Hope it helps -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/0703be6f-41ec

Re: [tryton] Action Button disabled when there is no write access

2017-03-21 Thread Sergi Almacellas Abellana
=button#button [2] http://hg.tryton.org/trytond/file/dc9bcb369211/trytond/model/modelview.py#l596 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the

Re: [tryton] Action Button disabled when there is no write access

2017-03-21 Thread Sergi Almacellas Abellana
u can add new groups to allow them to access the button. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/ms

Re: [tryton] Recording expense of consumables

2017-03-14 Thread Sergi Almacellas Abellana
On 14 de març de 2017 20.05.04 CET, "Cédric Krier" wrote: >On 2017-03-14 22:18, Khurram Shahzad wrote: >> On Tue, Mar 14, 2017 at 7:37 PM, Cédric Krier >wrote: >> >> > On 2017-03-14 18:49, Khurram Shahzad wrote: >> > > On Tue, Mar 14, 2017 at

Re: [tryton] Supply period for production

2017-03-20 Thread Sergi Almacellas Abellana
order to satisfy the stock requirements (make the negative levels up to zero). The stock levels means the stock quantities on the forecast date (today + supply period) -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to

Re: [tryton] Action Button disabled when there is no write access

2017-03-22 Thread Sergi Almacellas Abellana
Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/3a83a7fc-0fb4-030b-3c6d-77b93e5bbc18%40koolpi.com.

Re: [tryton] Hiding a page or group on the view

2017-04-04 Thread Sergi Almacellas Abellana
field and then restrict the access to this field. This is usefull if the page only contains one field. Hope it helps -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" grou

Re: [tryton] Erreur serveur

2017-03-06 Thread Sergi Almacellas Abellana
u can use the French mailing list if required: http://groups-fr.tryton.org/ All the comunity channels are available on our website: http://www.tryton.org/community.html Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message becaus

Re: [tryton] It`s a bug or other?? class ModelStorage`create has no return

2017-03-07 Thread Sergi Almacellas Abellana
= ? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/3e232df2-a0cd-d0e2-90f0-fc4695c7d45d%40koolpi.com.

Re: [tryton] AttributeError: 'module' object has no attribute 'Sha'

2017-03-07 Thread Sergi Almacellas Abellana
You should use the char field with the password widget now. Indeed if you are a Nereid user, you should report it to it's bug tracker. [1] https://bugs.tryton.org/issue3713 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google G

Re: [tryton] Not able to link new company in accounts

2017-03-06 Thread Sergi Almacellas Abellana
on on the web visit https://groups.google.com/d/msgid/tryton/4cee5e5c-be00-4773-8096-d83dbb6aa883%40googlegroups.com <https://groups.google.com/d/msgid/tryton/4cee5e5c-be00-4773-8096-d83dbb6aa883%40googlegroups.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com

Re: [tryton] Create an XML chart of accounts from Tryton server

2017-03-03 Thread Sergi Almacellas Abellana
is enough. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/588f6711-be26-83ae-b8e8-9d

Re: [tryton] Re: Multiple Tryton server with one back-end DB

2017-08-02 Thread Sergi Almacellas Abellana
nginx server, so I can confirm it works. We are also using multiple instances with a nginx load balancer in front and with redis-tryton. P.S: redis-tryton is available on pypi too: https://pypi.python.org/pypi/redis_tryton/0.2 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton] view attributes classmethod

2017-08-03 Thread Sergi Almacellas Abellana
it with colors attribute? The colors attribute has been removed since version 3.8. See: https://bugs.tryton.org/issue4861 for the full rational. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton&q

Re: [tryton] rich text editor widget

2017-08-04 Thread Sergi Almacellas Abellana
a field.text, so a user can send rich text readonly messages to another user. I working on a hospital maintenance system, and the idea is that the engineer send this kind of messages to the requester. why not using email? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You

Re: [tryton] view attributes classmethod

2017-08-04 Thread Sergi Almacellas Abellana
You should create an icon for 'urgent', 'not so urgent' and 'green', and use each icon depending on the record state (using a funcition field to compute it). -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Group

Re: [tryton] Unique on inventory problem

2017-08-10 Thread Sergi Almacellas Abellana
the stock_lot module installed. P.S: Please don't top post on this mailing list. See: http://groups.tryton.org/netiquette -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" grou

Re: [tryton] how to debug a client-server connection

2017-07-13 Thread Sergi Almacellas Abellana
firewall on your host. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/1026ae89-9095

Re: [tryton] Categorization of items after production

2017-07-14 Thread Sergi Almacellas Abellana
with right quantity. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/1df767eb

Re: [tryton] View web content on a tryton client

2017-07-14 Thread Sergi Almacellas Abellana
example in the google_maps module. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/ms

<    1   2   3   4   5   6   7   8   9   10   >