[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

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 =

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

2018-06-04 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

[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",

[tryton-dev] Tryton client 4.2 in python3

2017-05-24 Thread Oscar Alvarez
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 <oscar.alvarez.mont...@gmail.com>: 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 n

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

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

[tryton-dev] Understand production module

2016-10-17 Thread Oscar Alvarez
s 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 discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/bbf8af30-1658-c6

[tryton-dev] Trying play with calendar Widget View

2016-07-17 Thread Oscar Alvarez
yError: '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] 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.exceptions.

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

2016-05-06 Thread Oscar Alvarez
stgresql 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 11:04 ?00:00:00 postgres: checkp

[tryton-dev] Warnings Tryton server about python 3.5

2016-05-05 Thread Oscar Alvarez
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
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 "tryton-dev" group. To view this discussion on the web visit https:/

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 so

[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

[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

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

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

2016-01-25 Thread Oscar Alvarez
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] 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

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/

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

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
/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 oscar.alvarez.mont...@gmail.com: 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

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

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 technical reasons

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] help with hgreview

2014-05-02 Thread Oscar Alvarez
. 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] Tryton account_do module

2014-05-02 Thread Oscar Alvarez
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] Fail migration 2.8 to 3.0 [SOLVED]

2014-04-29 Thread Oscar Alvarez
/trytond/modules/__init__.py, line 193, in create_graph - set((p[0] for p in packages Exception: Missing dependencies: ['project', 'bank'] But project and bank are right installed, ¿So why this exception? Oscar Alvarez I solved. It would

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

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

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
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

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

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] 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-02 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 === ---

[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] 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 =

[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 @@

[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

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:

[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 === ---

[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

[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 === ---

[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] 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] [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 @@

[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 oscar.alvarez.mont...@gmail.com # Date 1368323240 18000 # Node ID 50d3bc5090919b0cbc482260e476223d5b1adefd # Parent

[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 oscar.alvarez.mont...@gmail.com # Date 1368324877 18000 # Node ID 21c0fc7f22792d89e7b7589136f99a7bd4c756b1 # Parent

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-02 Thread Oscar Alvarez
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
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] 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

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 because you are subscribed

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 Technologies

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

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 cedric.kr...@b2ck.com mailto:cedric.kr...@b2ck.com 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

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 module

[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] 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 LO

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 oscar.alvarez.mont...@gmail.com 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

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

2012-09-26 Thread Oscar Alvarez
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]:product_price_list: Active Record (issue 497002)

2012-08-30 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/497002/ Affected files: M __init__.py M price_list.py -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] How it let to write a field of a record just for create user not for others?

2012-08-25 Thread Oscar Alvarez
={ 'readonly': Eval('create_uid') != Eval('Transaction().user'), Eval('_user', 0) 'required': Eval('state') == 'marked', }) It doesn't show crash or bug, just it doesn't work. Thanks, It worked it! Oscar Alvarez Colombia -- tryton-dev

[tryton-dev] Test upload.py (issue390003)

2012-06-16 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/390003/ Affected files: M tryton/gui/window/form.py Index: tryton/gui/window/form.py === --- a/tryton/gui/window/form.py +++ b/tryton/gui/window/form.py @@

[tryton-dev] Tryton: Add context transaction to reports for issue2656 (issue399003)

2012-06-15 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/399003/ Affected files: M tryton/gui/window/form.py Index: tryton/gui/window/form.py === --- a/tryton/gui/window/form.py +++ b/tryton/gui/window/form.py @@

[tryton-dev] Product es_CO translation (issue342001)

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

[tryton-dev] Stock es_CO translation (issue343001)

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

[tryton-dev] Party es_CO translation (issue327002)

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

[tryton-dev] Account es_CO translation (issue331001)

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

[tryton-dev] New account es_CO translation (issue337001)

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

[tryton-dev] New party es_CO translation (issue338001)

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

[tryton-dev] tryton: Fix the export wizard for load all predef fields saved for issue2383 (issue219002)

2012-01-08 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/219002/ Affected files: M tryton/gui/window/win_export.py Index: tryton/gui/window/win_export.py === --- a/tryton/gui/window/win_export.py +++

[tryton-dev] New stock evaluated module (issue211003)

2011-12-21 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/211003/ Affected files: A CHANGELOG A COPYRIGHT A INSTALL A LICENSE A MANIFEST.in A PKG-INFO A README A __init__.py A __tryton__.py A doc/index.rst A locale/es_CO.po A location_evaluated.odt A

[tryton-dev] Product: Fixed es_CO translation for issue2174 (issue181003)

2011-11-21 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/181003/ Affected files: M locale/es_CO.po Index: locale/es_CO.po === --- a/locale/es_CO.po +++ b/locale/es_CO.po @@ -12,7 +12,7 @@ You cannot change the default