[tryton-dev] Vibora similar to Flask

2018-06-28 Thread Oscar Alvarez
Hi, Devs Interesting new tool, it maybe in future can be used with Tryton ;) https://vibora.io/?ref=stackshare -- Best regards / Atentamente, Oscar Andrés Alvarez M. CEO, Presik SAS Cel. 301 245 7967 www.presik.com < Empresas Inteligentes > -- You received this message because you are subsc

Re: [tryton-dev] How related origin reference field with One2Many fields

2018-06-28 Thread Oscar Alvarez
On 28/06/18 03:37, Nicolas Évrard wrote: * Oscar Alvarez [2018-06-28 01:53:28]: Hi Devs Hello, It is possible to use field reference (origin) instead of Many2One? for example in this case: class A(...): name = fields.Char(..) documents = field.One2Many

[tryton-dev] How related origin reference field with One2Many fields

2018-06-28 Thread Oscar Alvarez
Hi Devs It is possible to use field reference (origin) instead of Many2One? for example in this case: class A(...):     name = fields.Char(..)     documents = field.One2Many('document.notification', 'origin', '???') class B(...):     name = fields.Char(..)

[tryton-dev] How put date field on Calendar widget ?

2018-06-03 Thread Oscar Alvarez
Hi Devs It seems that calendar widget (tryton 4.4) does not accept date or time fields,       -> this fail     Somebody knows if there is any solution? -- Best regards / Atentamente, Oscar Andrés Alvarez M. CEO, Presik SAS Cel. 301 245 7967 www.presik.com < Empresas Inteligentes >

Re: [tryton-dev] Repository freeze

2018-03-26 Thread Oscar Alvarez
On 26/03/18 11:11, Cédric Krier wrote: Hi, The release 4.8 is planned for the 23rd April, it is time to freeze the repositories. So now only bug fixes can be pushed. So everyone is invited to test, report issues and provide patches. There are still one week left for strings correction. The tr

[tryton-dev] Problem connecting 4.2.5 server

2017-07-26 Thread Oscar Alvarez
Hello When I try connect to server 4.2.5 with client 4.2.5, setting config file with "list" attribute to "False" or "0", We see on manage profiles this message, "It could not connect to server", to in 4.0 we dont have this problem, the only way for solved is set list attribue to "True" or "1", b

[tryton-dev] Simplejson problem

2017-06-03 Thread Oscar Alvarez
Hi, In Tryton 4.0 with python3 in virtualenv to install simplejson break reports with this message: 31494 139829593347840 [2017-06-03 20:33:44,431] ERROR werkzeug Error on request: Traceback (most recent call last): File "/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/werkz

[tryton-dev] Tryton client 4.2 in python3

2017-05-24 Thread Oscar Alvarez
;, line 108, in import pygtk ImportError: No module named 'pygtk' Atte, Oscar Alvarez -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/9bae02a6-43eb-73fd-4c52-3313edb641b5%40gmail.com.

Re: [tryton-dev] Dinamic views

2017-05-23 Thread Oscar Alvarez
On 23/05/17 15:36, Albert Cervera i Areny wrote: 2017-05-23 0:44 GMT+02:00 Oscar Alvarez : On 20/05/17 03:34, Nicolas Évrard wrote: * Oscar Alvarez [2017-05-20 00:04 +0200]: Hi Dev, Hello Oscar, I am curious is it possible set tree view with numbers of Columns dinamic, so the columns

Re: [tryton-dev] Dinamic views

2017-05-22 Thread Oscar Alvarez
On 20/05/17 03:34, Nicolas Évrard wrote: * Oscar Alvarez [2017-05-20 00:04 +0200]: Hi Dev, Hello Oscar, I am curious is it possible set tree view with numbers of Columns dinamic, so the columns number must to change when Context change or to exist any way for reach this? What problems

[tryton-dev] Dinamic views

2017-05-19 Thread Oscar Alvarez
Hi Dev, I am curious is it possible set tree view with numbers of Columns dinamic, so the columns number must to change when Context change or to exist any way for reach this? Thanks for advance Oscar Alvarez -- You received this message because you are subscribed to the Google Groups

[tryton-dev] Understand stock permissions

2017-02-19 Thread Oscar Alvarez
Hi I don't understand why users with permissions for Stock (Not Stock Administrator) can not see "Moves" model/menu, but in xml it seems is possible,

Re: [tryton-dev] Proposal for to do Sao more responsive

2016-12-05 Thread Oscar Alvarez
On 04/12/16 21:02, Cédric Krier wrote: On 2016-12-04 11:00, Oscar Alvarez wrote: 1. Use placeholders, instead of [ label: field ] This is not practical because Tryton forms are not fill once form, they are used also for consultation. So your proposal makes it not possible to know what is the

Re: [tryton-dev] non authenticated end point

2016-11-24 Thread Oscar Alvarez
On 24/11/16 07:44, Vincent Bastos wrote: On Thu, Nov 24, 2016 at 10:34 PM, Cédric Krier > wrote: On 2016-11-24 22:22, Vincent Bastos wrote: > On Thu, Nov 24, 2016 at 10:17 PM, Sergi Almacellas Abellana < > se...@koolpi.com > w

[tryton-dev] Understand production module

2016-10-17 Thread Oscar Alvarez
e is a bug when we create records on pop-pup with states buttons, because this buttons ignoring the states attribute of fields, and ever are readonly Oscar Alvarez -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this

[tryton-dev] Trying play with calendar Widget View

2016-07-17 Thread Oscar Alvarez
'] KeyError: 'goocalendar' Would be better to raise user error when dependence is missing? Oscar Alvarez -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/578BAAFB.3080600%40gmail.com.

Re: [tryton-dev] One2Many on_change_with Function > How to declare?

2016-06-06 Thread Oscar Alvarez
On 06/06/16 04:40, Markus Bala wrote: Hi, I want to create a Vehicle Service transaction. Vehicle --- Name vehicle_part (one2many) Vehicle_part -- vehicle(many2one) name Type Category Qty -- When I have another tabl

Re: [tryton-dev] Problem trying connect to server Tryton 4.0

2016-05-06 Thread Oscar Alvarez
On 06/05/16 12:02, Cédric Krier wrote: On 2016-05-06 11:44, Oscar Alvarez wrote: File "/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/trytond/protocols/jsonrpc.py", line 126, in parsed_data raise BadRequest('Unable to read JSON request') werkzeug.e

[tryton-dev] Problem trying connect to server Tryton 4.0

2016-05-06 Thread Oscar Alvarez
root = /var/www/localhost/tryton So postgresql is running fine: psk@psk-SAMS:~$ ps -Af | grep postgres postgres 4100 1 0 11:04 ?00:00:00 /usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c config_file=/etc/postgresql/9.5/main/postgresql.conf postgres 4102 4100 0

[tryton-dev] Warnings Tryton server about python 3.5

2016-05-05 Thread Oscar Alvarez
esary open a new issue or this is an installation problem because python 3 enviroment. Oscar Alvarez -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/572C132B.8030605%40gmail.com.

Re: [tryton-dev] New release on Monday

2016-04-24 Thread Oscar Alvarez
7;Add charts comments' I get this message: Issue creation errors: {'user': ["You (oscar.alvarez.montero) don't own this issue (24161003)"]} Maybe my command is wrong? Oscar Alvarez -- You received this message because you are subscribed to the Google Groups "tr

Re: [tryton-dev] Pootle strange behaviour

2016-04-17 Thread Oscar Alvarez
El 16/04/16 a las 21:52, Cédric Krier escribió: On 2016-04-16 21:29, Oscar Alvarez wrote: Hi, I finished translation of all modules es_CO (except account_fr.po and maybe missing some corrections) account_fr must also be translated, account_ doesn't contain any more chart of account

[tryton-dev] Pootle strange behaviour

2016-04-16 Thread Oscar Alvarez
tle.tryton.org/es_CO/tryton/product_classification_taxonomic.po> This modules already was translating for me, I think that is a Pootle bug, as well as the automatic refreshing banner is very annoying ¿Is this normal feature of Pootle? Oscar Alvarez -- You received this message because yo

Re: [tryton-dev] Translation on Pootle problem

2016-04-11 Thread Oscar Alvarez
El 11/04/16 a las 02:36, Cédric Krier escribió: On 2016-04-10 19:33, Oscar Alvarez wrote: Hi, I am trying translate es_CO for next release, but I could not, because When I start my changes are not saved, and sometimes when I push button "Sugerir" (Suggest), I get error message &qu

[tryton-dev] Translation on Pootle problem

2016-04-10 Thread Oscar Alvarez
ot permissons ? (my user already exists) Oscar Alvarez -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/570AF0D8.2030902%40gmail.com.

Re: [tryton-dev] Translation updated for 4.0

2016-04-05 Thread Oscar Alvarez
El 05/04/16 a las 14:09, Bruno M. Villasanti escribió: Hi, 2016-03-31 16:10 GMT-03:00 Cédric Krier >: Hi, The translations on the Pootle server are updated for the coming 4.0 release. You can start translating. There are about 1500 new terms to

[tryton-dev] Review

2016-03-14 Thread Oscar Alvarez
Hi Devs, I will be nice if this review can be included on next in 4.0 version, I hope comments. https://tryton-rietveld.appspot.com/17111002/ Thanks, Oscar Alvarez -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this dis

Re: [tryton-dev] How overload get_context report?

2016-02-01 Thread Oscar Alvarez
El 01/02/16 a las 03:48, Cédric Krier escribió: On 2016-01-31 23:06, Oscar Alvarez wrote: El 31/01/16 a las 14:15, Cédric Krier escribió: On 2016-01-31 09:33, Oscar Alvarez wrote: El 30/01/16 a las 18:08, Cédric Krier escribió: On 2016-01-30 12:51, Oscar Andres Alvarez Montero wrote: Hi

Re: [tryton-dev] How overload get_context report?

2016-01-31 Thread Oscar Alvarez
El 31/01/16 a las 14:15, Cédric Krier escribió: On 2016-01-31 09:33, Oscar Alvarez wrote: El 30/01/16 a las 18:08, Cédric Krier escribió: On 2016-01-30 12:51, Oscar Andres Alvarez Montero wrote: Hi, devs I am working 3.6, but de om a new module I need overload get_context from trytond core

Re: [tryton-dev] How overload get_context report?

2016-01-31 Thread Oscar Alvarez
El 30/01/16 a las 18:08, Cédric Krier escribió: On 2016-01-30 12:51, Oscar Andres Alvarez Montero wrote: Hi, devs I am working 3.6, but de om a new module I need overload get_context from trytond core, not for a simple report, else for all reports, without create new Class as CompanyReport, it

[tryton-dev] About issue "Don't set default unit price on invoice line"

2016-01-25 Thread Oscar Alvarez
e automatic or not. Oscar Alvarez Presik -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/56A70B1D.4060702%40gmail.com.

[tryton-dev] Budget Module

2016-01-19 Thread Oscar Alvarez
missing something. Oscar Alvarez Presik Technologies -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/569E9F7C.7080702%40gmail.com.

Re: [tryton-dev] RFC: product classification

2015-12-25 Thread Oscar Alvarez
On 25/12/15 14:06, Cédric Krier wrote: Hi, I started at https://bugs.tryton.org/issue5208 a new module to generalize product classification. The rational is defined at https://bugs.tryton.org/msg23446. It comes also with a taxonomic classification module as example. Regards, Hi, Do you have

Re: [tryton-dev] Re: How right way use it Cron

2015-10-21 Thread Oscar Alvarez
:* staff.contract *Function:* myfunc *Active:* True myfunc is a simple - print "Helllo" - sentence I tested with differents hours and minutes, but I don't know why this not works, ¿maybe a bug? Oscar Alvarez Montero Do you reminded include the parameter "

Re: [tryton-dev] Setting manual tax line on move line

2015-07-29 Thread Oscar Alvarez
On 29/07/15 01:28, Cédric Krier wrote: On 2015-07-20 13:00, Cédric Krier wrote: On 2015-07-18 17:21, oscar_alvarez wrote: Hi Devs I am trying set manual a tax line on move line, I am sure that the company is in context although I can to create new line but it can not set tax value because a

Re: [tryton-dev] Request for review: sale_complaint

2015-03-11 Thread Oscar Alvarez
On 11/03/15 13:37, Cédric Krier wrote: Hi, I submitted the review [1] for the module sale_complaint defined in the blueprint [2]. [1] http://codereview.tryton.org/7991003 [2] http://code.google.com/p/tryton/wiki/CustomerComplaint This module cover complaint, maybe missing in this moment sale

Re: [tryton-dev] Understanding General Ledger or Bug?

2015-03-10 Thread Oscar Alvarez
On 10/03/15 04:23, Cédric Krier wrote: On 09 Mar 20:28, oscar_alvarez wrote: I am getting stange results in General Ledger, on fields Balance, Total and Balance, when just we creating account moves on first period of the first fiscal year, for example a specific account it has moves on just on

Re: [tryton-dev] mercurial-server and roundup

2014-12-22 Thread Oscar Alvarez
On 21/12/14 18:19, Cédric Krier wrote: On 21 Dec 19:22, Cédric Krier wrote: Hi, The next step is to store ssh keys of committers into mercurial to ease the management (and also support many keys per user). There are already 2 reviews: http://codereview.tryton.org/14811002/ http://codereview.t

Re: [tryton-dev] Remove constrainte

2014-12-05 Thread Oscar Alvarez
On 05/12/14 10:16, Sergi Almacellas Abellana wrote: El 05/12/14 a les 15:41, Christophe ha escrit: Hello, Is there a way to remove constrainte put by a "required" clause ? In details, I have a field that have a constrainte put by the "required" clause and i want to remove this constainte by o

Re: [tryton-dev] RFC: Deposit blueprint

2014-11-07 Thread Oscar Alvarez
On 07/11/14 11:41, Cédric Krier wrote: Hi, I started a new blueprint for deposit support. https://code.google.com/p/tryton/wiki/DepositModule Nice +1, but I don't see invoice supplier is included or just is for sale invoice.

Re: [tryton-dev] Are you interested in dependency info for modules?

2014-10-29 Thread Oscar Alvarez
te-packages/trytond/modules/currency/currency.pyc /home/trytonpsk/.virtualenvs/tryton34/lib/python2.7/site-packages/trytond/modules/currency/currency.xml So, next I try: $trytond -c /home/user/trytond.conf -d DEMO1 -u currency And tryton to install, Ok this module, so ¿Am I missing new way for install modules dependences on terminal?. Oscar Alvarez

Re: [tryton-dev] Freeze reminder

2014-09-18 Thread Oscar Alvarez
On 18/09/14 04:04, Raimon Esteve wrote: 2014-09-18 0:36 GMT+02:00 Oscar Alvarez : On 16/09/14 07:56, Cédric Krier wrote: Hi, Just a quick reminder that the repositories will be freezed on Monday 22th (next week). So if you have waiting reviews, please try to finish/close them on time if you

Re: [tryton-dev] Freeze reminder

2014-09-17 Thread Oscar Alvarez
On 16/09/14 07:56, Cédric Krier wrote: Hi, Just a quick reminder that the repositories will be freezed on Monday 22th (next week). So if you have waiting reviews, please try to finish/close them on time if you want to have them in the next series. I am trying create on development version a ne

Re: [tryton-dev] GTK3 vs QT5

2014-06-10 Thread Oscar Alvarez
On 09/06/14 03:47, Cédric Krier wrote: On 08 Jun 23:15, Oscar Alvarez wrote: On 08/06/14 17:23, Cédric Krier wrote: On 08 Jun 16:39, Oscar Alvarez wrote: Hi Devs You consider the possiblity of migration to Qt5 instead of Gtk3? I know this is not easy and is a big change, but I have saw

Re: [tryton-dev] GTK3 vs QT5

2014-06-09 Thread Oscar Alvarez
On 08/06/14 17:23, Cédric Krier wrote: On 08 Jun 16:39, Oscar Alvarez wrote: Hi Devs You consider the possiblity of migration to Qt5 instead of Gtk3? I know this is not easy and is a big change, but I have saw that some applications recently gives the skip to gtk2 -> Qt, for techni

Re: [tryton-dev] GTK3 patch on codereview

2014-06-08 Thread Oscar Alvarez
On 07/06/14 18:41, Nicolas Évrard wrote: * Cédric Krier [2014-05-11 00:50 +0200]: On 11 May 00:15, Nicolas Évrard wrote: So if anybody wants to contribute, there are some easy tasks (like the mnemonic problem) and some difficult ones (the cellrenderers, the calendar, …), so do not hesitate!

Re: [tryton-dev] Fail migration 2.8 to 3.0 [SOLVED]

2014-05-05 Thread Oscar Alvarez
On 29/04/14 09:10, Jesús Martín Jiménez wrote: 2014-04-29 15:58 GMT+02:00 Oscar Alvarez <mailto:oscar.alvarez.mont...@gmail.com>>: On 29/04/14 02:13, Jesús Martín Jiménez wrote: 2014-04-28 22:22 GMT+02:00 oscar mailto:oscar.alvarez.mont...@gmail.com>>:

Re: [tryton-dev] Tryton account_do module

2014-05-02 Thread Oscar Alvarez
n create a new module that add relation between some "type invoice" and "sequence" and the user in each invoice select the right kind/type invoice and then the server assign the sequence number depending of this field. Atte, Oscar Alvarez

Re: [tryton-dev] help with hgreview

2014-05-02 Thread Oscar Alvarez
;] AttributeError: can't set attribute --- This is my ~/.hgrc : [extensions] hgnested = hgreview = [review] server = http://codereview.tryton.org send_email = True username = fernandog --- Could anybody help me? Thanks in advance. Regards, Fernando Try this on .hgrc server=http://codereview.tryton.org/hg Why do you no to use upload.py? Oscar Alvarez

Re: [tryton-dev] Fail migration 2.8 to 3.0 [SOLVED]

2014-04-29 Thread Oscar Alvarez
ne 396, in load_modules graph = create_graph(module_list)[0] File "/trytond/modules/__init__.py", line 193, in create_graph - set((p[0] for p in packages Exception: Missing dependencies: ['project', 'bank'] But "

Re: [tryton-dev] View "description" field on move (account) tree view

2013-12-25 Thread Oscar Alvarez
El 24/12/13 20:30, Cédric Krier escribió: On 24 Dec 11:00, oscar wrote: On 24/12/13 04:38, Cédric Krier wrote: On 24 Dec 10:01, Jordi Esteve wrote: On 24/12/13 00:20, Cédric Krier wrote: On 23 Dec 15:10, oscar_alvarez wrote: Hi, Devs Sometimes is so difficult to found to specific move in ac

Re: [tryton-dev] New model company department

2013-12-20 Thread Oscar Alvarez
El 20/12/13 06:01, Cédric Krier escribió: On 19 Dec 21:53, Oscar Alvarez wrote: El 19/12/13 19:27, Cédric Krier escribió: On 20 Dec 01:19, Cédric Krier wrote: On 19 Dec 19:09, oscar wrote: On 19/12/13 18:41, Cédric Krier wrote: On 19 Dec 13:54, oscar_alvarez wrote: Hi, Devs I want to

Re: [tryton-dev] New model company department

2013-12-19 Thread Oscar Alvarez
El 19/12/13 19:27, Cédric Krier escribió: On 20 Dec 01:19, Cédric Krier wrote: On 19 Dec 19:09, oscar wrote: On 19/12/13 18:41, Cédric Krier wrote: On 19 Dec 13:54, oscar_alvarez wrote: Hi, Devs I want to propose add new model "company departments" to company module, this model lets arrange

Re: [tryton-dev] Problems in Login Connection with Trunk 2.9

2013-10-17 Thread Oscar Alvarez
ith 2.8 I don't have problems for connecting,my files pg_hba.conf and postgresql.conf is fine. Oscar Alvarez Ok, I solved !, This version requires setting timezone, in trytond.conf

Re: [tryton-dev] tip 2.9 tryton: translation for de_DE

2013-10-12 Thread Oscar Alvarez
El 12/10/13 11:06, Cédric Krier escribió: On 12/10/13 15:53 -, Code Review - New issues: yangoon wrote: (No description) URL: http://codereview.tryton.org/1137002/ Please try to use the standardized prefix for review: "repository name: …" and for non trunk: "repository name x

Re: [tryton-dev] tryton: Update french translation

2013-10-10 Thread Oscar Alvarez
El 08/10/13 16:07, Code Review - New issues: ced escribió: tryton: Update french translation URL: http://codereview.tryton.org/1129002/ I am not sure, Can I to begin now the translations for 3.0 release?

Re: [tryton-dev] Slow xmlrpc with Proteus

2013-08-30 Thread Oscar Alvarez
El 30/08/13 02:18, Cédric Krier escribió: On 29/08/13 20:16 -0700, adriana.diaz.otalva...@gmail.com wrote: Hi, Devs I am using proteus with set_xmlrpc connection for access to a database with 3200 products, and I need create a list of tuples as (code, name) inside model data and search widget f

Re: [tryton-dev] account_payment: New module (issue 926002)

2013-07-18 Thread Oscar Alvarez
El 11/06/13 12:56, cedric.kr...@b2ck.com escribió: Reviewers: , Please review this at http://codereview.tryton.org/926002/ Affected files: A COPYRIGHT A INSTALL A LICENSE A MANIFEST.in A README A __init__.py A account.py A account.xml A journal.py A journal.xml A payment

Re: [tryton-dev] Poll about new instance method on Uom

2013-07-14 Thread Oscar Alvarez
El 14/07/13 17:20, Cédric Krier escribió: Hi, I would like to submit this poll for this change: http://codereview.tryton.org/969002/#msg9 kg.convert(1000, gr) == 1 gr.convert(1000, kg) == 1 Which one is more logical/easy/right? +1 gr.convert(1000, kg) == 1

Re: [tryton-dev] Subscription Module

2013-07-13 Thread Oscar Alvarez
El 13/07/13 04:17, Raimon Esteve escribió: El 12/07/2013 21:04, "Josias Pérez" > va escriure: > > Hi, > > I was trying the subscription module in a 2.8 server. > > The module are on https://bitbucket.org/zikzakmedia/trytond-subscription/src/be5c8fe688037558882bd877957

Re: [tryton-dev] Question about analitical account

2013-07-10 Thread Oscar Alvarez
El 09/07/13 13:42, Cédric Krier escribió: On 07/07/13 21:41 -0700, oscar_alvarez wrote: Hi, Devs Are Analytical modules of Tryton for to create Center Costs [1] or useful for this propose? [1] http://help.sap.com/saphelp_erp60_sp/helpdata/en/7e/cb7fe543a311d189eee81ddfac/content.htm For

[tryton-dev] tryton: Add pyson_context to ir.action.report (issue 914002)

2013-06-01 Thread oscar . alvarez . montero
Reviewers: , Description: [tryton-dev] tryton: Add pyson_context to ir.action.report Please review this at http://codereview.tryton.org/914002/ Affected files: M tryton/action/main.py Index: tryton/action/main.py === --- a/tryt

[tryton-dev] Fix create predef_fields in export data(issue3219) (issue 855003)

2013-05-16 Thread oscar . alvarez . montero
Reviewers: , Description: Fix create predef_fields in export data(issue3219) Please review this at http://codereview.tryton.org/855003/ Affected files: M tryton/gui/window/win_export.py Index: tryton/gui/window/win_export.py ==

[tryton-dev] [trytond-dev] PATCH: sale: Set correct invoice_type in invoice_line (issue 864002)

2013-05-13 Thread Oscar Alvarez
Reviewers: , Description: [trytond-dev] sale: Set correct invoice_type in invoice_line Please review this at http://codereview.tryton.org/864002/ Affected files: M sale.py Index: sale.py === --- a/sale.py +++ b/sale.py @@ -12

[tryton-dev] PATCH: purchase: Set correct invoice_type in invoice_line (issue3213) (issue 860002)

2013-05-13 Thread Oscar Alvarez
Reviewers: , Please review this at http://codereview.tryton.org/860002/ Affected files: M purchase.py Index: purchase.py === --- a/purchase.py +++ b/purchase.py @@ -1164,6 +1164,7 @@ invoice_line.product = self.pr

[tryton-dev] trytond: Set thousands separator as dot for es_CO (issue 866002)

2013-05-12 Thread oscar . alvarez . montero
Reviewers: , Description: [tryton-dev] trytond: Set thousands separator as dot for es_CO Please review this at http://codereview.tryton.org/866002/ Affected files: M trytond/ir/lang.xml Index: trytond/ir/lang.xml === --- a/tryt

Re: [tryton-dev] proteus: Add methods "new_database" and "connection" to Proteus (API Changes) (issue 865002)

2013-05-12 Thread Oscar Alvarez
Hi, Devs This is an important change API on proteus, I made the changes related with /tests, but I am begginer in unittest, (maybe somebody can help me to test it a little) wich suggestion is welcome. El 12/05/13 13:33, oscar.alvarez.mont...@gmail.com escribió: Reviewers: , Description: [t

[tryton-dev] proteus: Add methods "new_database" and "connection" to Proteus (API Changes) (issue 865002)

2013-05-12 Thread oscar . alvarez . montero
Reviewers: , Description: [tryton-dev] proteus: Add methods "new_database" and "connection" to Proteus (API Changes) Please review this at http://codereview.tryton.org/865002/ Affected files: M README M proteus/config.py M proteus/tests/test_config.py M proteus/tests/test_context.py M

[tryton-dev] [trytond-dev] PATCH: sale: Set correct invoice_type in invoice_line (issue 864002)

2013-05-11 Thread Oscar Alvarez
: invoice_line.account = self.product.account_revenue_used if not invoice_line.account: # HG changeset patch # User Oscar Alvarez # Date 1368324877 18000 # Node ID 21c0fc7f22792d89e7b7589136f99a7bd4c756b1 # Parent d3c06443a7b696aff77ec38c3e3fcbcf87ea5192 Set correct

[tryton-dev] PATCH: purchase: Fix set invoice_type in invoice_line created from purchase (issue 860002)

2013-05-11 Thread Oscar Alvarez
if self.product: invoice_line.account = self.product.account_expense_used if not invoice_line.account: # HG changeset patch # User Oscar Alvarez # Date 1368323240 18000 # Node ID 50d3bc5090919b0cbc482260e476223d5b1adefd # Parent

[tryton-dev] [trytond-dev] sale: Set correct invoice_type in invoice_line (issue 864002)

2013-05-11 Thread oscar . alvarez . montero
Reviewers: , Description: [trytond-dev] sale: Set correct invoice_type in invoice_line Please review this at http://codereview.tryton.org/864002/ Affected files: M sale.py Index: sale.py === --- a/sale.py +++ b/sale.py @@ -1249

[tryton-dev] [trytond-dev] purchase: the description field in purchase line must be updated always with on_chang… (issue 863002)

2013-05-11 Thread oscar . alvarez . montero
Reviewers: , Description: [trytond-dev] purchase: the description field in purchase line must be updated always with on_chang… Please review this at http://codereview.tryton.org/863002/ Affected files: M purchase.py Index: purchase.py

[tryton-dev] purchase: Fix set invoice_type in invoice_line created from purchase (issue3213) (issue 860002)

2013-05-11 Thread oscar . alvarez . montero
Reviewers: , Description: purchase: Fix set invoice_type in invoice_line created from purchase (issue3213) Please review this at http://codereview.tryton.org/860002/ Affected files: M purchase.py Index: purchase.py === --- a/pu

[tryton-dev]: Add clear description error when a view is missing (issue 861002)

2013-05-11 Thread oscar . alvarez . montero
Reviewers: , Description: [tryton-dev]: Add clear description error when a view is missing Please review this at http://codereview.tryton.org/861002/ Affected files: M trytond/model/modelview.py Index: trytond/model/modelview.py ==

[tryton-dev] [trytond-dev] sale: the description field in sale line must be updated always with on_change_product (issue 862002)

2013-05-11 Thread oscar . alvarez . montero
Reviewers: , Description: [trytond-dev] sale: the description field in sale line must be updated always with on_change_product Please review this at http://codereview.tryton.org/862002/ Affected files: M sale.py Index: sale.py

Re: [tryton-dev] Clean translations

2013-04-21 Thread Oscar Alvarez
El 21/04/13 11:11, Cédric Krier escribió: Hi, I just finish the clean the translations (for dead translations). But I have found some mistake in the living translations: - es_CO: It seems you forget to run the clean wizard, but I did it. - es_ES and ca_ES: the translations of country

Re: [tryton-dev] Plugins options

2013-04-03 Thread Oscar Alvarez
El 03/04/13 02:57, Cédric Krier escribió: On 02/04/13 21:26 -0700, oscar_alvarez wrote: I am looking for the Plugins options in the trunk client 2.7, but I can't found it ¿? was removed this option? It is in action toolbar now. thanks, :)

Re: [tryton-dev] Freeze of repositories

2013-04-03 Thread Oscar Alvarez
El 03/04/13 03:12, Cédric Krier escribió: On 02/04/13 22:58 -0500, Oscar Alvarez wrote: Hi, I am trying start translation for modules from the trunk, but I get 404 error for each module, Am I missing something? Here it works. What command are you running? the problem is with hgnested-0.6

Re: [tryton-dev] Freeze of repositories

2013-04-03 Thread Oscar Alvarez
El 03/04/13 03:12, Cédric Krier escribió: On 02/04/13 22:58 -0500, Oscar Alvarez wrote: Hi, I am trying start translation for modules from the trunk, but I get 404 error for each module, Am I missing something? Here it works. What command are you running? the problem is with hgnested-0.6

Re: [tryton-dev] Freeze of repositories

2013-04-02 Thread Oscar Alvarez
you start your migration process ;-) [1] http://tests.tryton.org/ Thanks, Hi, I am trying start translation for modules from the trunk, but I get 404 error for each module, Am I missing something? Oscar Alvarez Presik Technologies

Re: [tryton-dev] Freeze of repositories

2013-04-02 Thread Oscar Alvarez
you start your migration process ;-) [1] http://tests.tryton.org/ Thanks, Hi, I am trying start translation for modules from the trunk, but I get 404 error for each module, Am I missing something? Oscar Alvarez Presik Technologies

Re: [tryton-dev] News from Development

2013-04-01 Thread Oscar Alvarez
El 01/04/13 17:49, Albert Cervera i Areny escribió: A Dilluns, 1 d'abril de 2013 22:58:52, Udo Spallek va escriure: > Enough appetizer? See our Video[7]. You look somewhat different in the video. I suppose it is the lack of nicotine ;-) April fools day? -- Albert Cervera i Areny http:

Re: [tryton-dev] Financial analysis

2013-03-23 Thread Oscar Alvarez
El 23/03/13 11:34, Marco Huymajer escribió: Hi, I would like to start a discussion about doing basic financial analysis with Tryton. I think there should be a framework to define financial ratios such as liquidity, profitability etc. based on accounting data. I think that it would be a module

Re: [tryton-dev] Proteus propose for little API Change

2013-03-15 Thread Oscar Alvarez
El 15/03/13 03:52, Cédric Krier escribió: On 14/03/13 19:12 -0700, oscar_alvarez wrote: In this moment I have a patch, working in 2.6.0 version, but I'd like upload a codereview. 2.6 will not change. Yes, I know that released versions doesn't have API changes only fixed bugs, ¿but maybe for

Re: [tryton-dev] tryton: Manage dynamic label and prefix, suffix on tree view (issue 693002)

2013-02-27 Thread Oscar Alvarez
have something relation with the topic "Custom name column instead of name of modelstorage default".? :) Anyway, is it possible see any example of results for this change? Atte, Oscar Alvarez -- -- tryton-dev@googlegroups.com mailing list --- You received this message becau

Re: [tryton-dev] Custom name column instead of name of modelstorage default

2013-02-26 Thread Oscar Alvarez
it an advance in this topic, you are right "fields_view_get" and Crosstab seems the way to solve. What do you think about, maybe in the future, we could to include any easy way for to generate functions tables (virtual tables) from just extend ModelView? Oscar Alvarez Presik Te

Re: [tryton-dev] ModelStorage.create() should accept a list of dictionaries as parameter Issue2358 (issue266002)

2012-12-28 Thread Oscar Alvarez
El 27/12/12 17:51, Cédric Krier escribió: On 24/12/12 11:16 +0100, Cédric Krier wrote: On 24/12/12 02:19 +0100, Albert Cervera i Areny wrote: A Dilluns, 24 de desembre de 2012 01:41:43, Cédric Krier va escriure: On 24/12/12 01:15 +0100, Albert Cervera i Areny wrote: A Diumenge, 4 de març de 2

Re: [tryton-dev] About naming of external module

2012-11-08 Thread Oscar Alvarez
El 08/11/12 08:26, Guillem Barba Domingo escribió: 2012/11/7 Cédric Krier > On 30/10/12 12:58 +0100, Cédric Krier wrote: > Hi, > > I already talked about this topic but here I got a first example what we > are going to face when the number

Re: [tryton-dev] File tryton.cfg is missing in trytond_account-2.6.0

2012-10-23 Thread Oscar Alvarez
El 23/10/12 18:29, oscar_alvarez escribió: Hi Devs It seems that the file tryton.cfg is missing in trytond_account-2.6.0, from current, and It can't to install this module. Oscar Alvarez Prexik Technologies Colombia -- tryton-dev@googlegroups.com mailing list The m

[tryton-dev] currency: es_CO translation updated (issue 547003)

2012-10-04 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/547003/ Affected files: M locale/es_CO.po Index: locale/es_CO.po === --- a/locale/es_CO.po +++ b/locale/es_CO.po @@ -4,23 +4,23 @@ msgctxt "error:currency.curre

[tryton-dev] product: es_CO translation updated (issue 545003)

2012-10-04 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/545003/ Affected files: M locale/es_CO.po -- tryton-dev@googlegroups.com mailing list

[tryton-dev] company: es_CO translation updated (issue 548002)

2012-10-04 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/548002/ Affected files: M locale/es_CO.po -- tryton-dev@googlegroups.com mailing list

[tryton-dev] party: es_CO translation updated (issue 550002)

2012-10-04 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/550002/ Affected files: M locale/es_CO.po -- tryton-dev@googlegroups.com mailing list

[tryton-dev] country: es_CO translation updated (issue 549002)

2012-10-04 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/549002/ Affected files: M locale/es_CO.po Index: locale/es_CO.po === --- a/locale/es_CO.po +++ b/locale/es_CO.po @@ -4,11 +4,11 @@ msgctxt "error:country.countr

[tryton-dev] Trytond es_CO translation update (issue 547002)

2012-10-02 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/547002/ Affected files: M trytond/ir/locale/es_CO.po M trytond/res/locale/es_CO.po M trytond/webdav/locale/es_CO.po -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] proposal for new features for ".ods" reports

2012-09-29 Thread Oscar Alvarez
El 27/09/12 03:08, Cédric Krier escribió: On 26/09/12 17:07 -0700, oscar_alvarez wrote: First, Add the ".ods" extension to setup.py in package_data for all modules, the ".ods" file is a bit more flexibility for later work it for the final users, because let it more options for data processing in

Re: [tryton-dev] How to create template .ods for Tryton report?

2012-09-27 Thread Oscar Alvarez
El 26/09/12 18:46, zodman escribió: On Wed, Sep 26, 2012 at 6:30 PM, Oscar Alvarez wrote: El 20/09/12 05:48, Nicolas Évrard escribió: * oscar_alvarez [2012-09-20 01:48 +0200]: I am trying to create a .ods template file for a report in Tryton, but it doesn't work, I think that my t

Re: [tryton-dev] How to create template .ods for Tryton report?

2012-09-26 Thread Oscar Alvarez
ot;Insert > Hyperlink" system: http://relatorio.openhex.org/wiki/IndepthIntroduction Has an example (and a link to an ods file). Thanks, Solved it! Oscar Alvarez Colombia -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] Active record module migration

2012-09-13 Thread Oscar Alvarez
? Can I help you with another module? Best regards, Oscar ALvarez Colombia -- tryton-dev@googlegroups.com mailing list

[tryton-dev] production: Round compute of "unit_price" for issue2764 (issue 501004)

2012-09-01 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/501004/ Affected files: M production.py Index: production.py === --- a/production.py +++ b/production.py @@ -314,8 +314,8 @@ if values:

  1   2   >