[tryton-dev] How right way use it Cron

2015-10-21 Thread oscar_alvarez
Hi Devs, On Tryton 3.2 and 3.4, we can use *Scheduler* without problems, but it seems that on Tryton 3.6 Scheduler works different because I can not achieve that works. I created new *Scheduled Actions,* I set name: TEST01, *Execution User*: Cron Trigger *Request User:* Administrator, *Inter

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

2015-07-18 Thread oscar_alvarez
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 are not visible taxes of the company, I see that company value is not setting when is called by: http://hg.tryton.org/modules

[tryton-dev] How to colors attribute

2015-06-13 Thread oscar_alvarez
Hi, Devs Attibute colors works 3.4 with this code but not in 3.6 trytond.exceptions.UserError: ('UserError', (u'Invalid XML for view ... I tried several ways I can't get works.

Re: [tryton-dev] Permissons access Bank module

2015-05-31 Thread oscar_alvarez
El domingo, 31 de mayo de 2015, 11:30:04 (UTC-5), Cédric Krier escribió: > > On 31 May 08:50, oscar_alvarez wrote: > > Hi, > > > > I am curious, why bank module can to access all users by default?, when > > sometimes the information in this model is sensitive

[tryton-dev] Permissons access Bank module

2015-05-31 Thread oscar_alvarez
Hi, I am curious, why bank module can to access all users by default?, when sometimes the information in this model is sensitive for many companies. Oscar Alvarez

[tryton-dev] Understanding General Ledger or Bug?

2015-03-09 Thread oscar_alvarez
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 first period (and select on wizard just first one period) and not on previou

[tryton-dev] Fail migration 2.8 to 3.0

2014-04-28 Thread oscar_alvarez
Hi Devs I am having problems with a migration 2.8 to 3.0 (restoring a database with "update" = True), this is the traceback: Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch response['result'] = dispatch_method(method, params) Fil

[tryton-dev] Payment Lines hide in account_invoice

2014-02-12 Thread oscar_alvarez
Hi I am seeing that the payment lines was hide in this codereview: http://codereview.tryton.org/93/diff/1/invoice.py So, I think that to see this lines although the invoice is paid, is the better option, because it allows to know all payments detailed (more explicit). Oscar Alvarez Pre

[tryton-dev] Wizard from Cron function?

2014-02-09 Thread oscar_alvarez
Hi, Devs It is possible call to Wizard from cron function? Oscar Alvarez

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

2013-12-23 Thread oscar_alvarez
Hi, Devs Sometimes is so difficult to found to specific move in account_move model, the number and post number is not enough, ¿So is it possible to add "description" field to move view tree xml? the same way that sales and purchases view tree. PD: This is a recommendation of a customer. Oscar

[tryton-dev] New model company department

2013-12-19 Thread oscar_alvarez
Hi, Devs I want to propose add new model "company departments" to company module, this model lets arrange employees for sections: stock, human resources, maintenance, sales/marketing, so it for to be used in reports of timesheets or worktime, and the in the future for a official staff and payro

Re: [tryton-dev] Digits of Cost Price and List Price in Product Module

2013-12-12 Thread oscar_alvarez
El jueves, 12 de diciembre de 2013 08:10:09 UTC-5, Cédric Krier escribió: > > On 12/12/13 04:53 -0800, oscar_alvarez wrote: > > Hi, boys > > > > Almost all my clients/customers have suggested that the cost price and > list > > price field in product model

[tryton-dev] Digits of Cost Price and List Price in Product Module

2013-12-12 Thread oscar_alvarez
Hi, boys Almost all my clients/customers have suggested that the cost price and list price field in product model it has too many decimal digits (4) and this create a little visual confusion with thousands values for users in Colombia so just 2 digits is fine, but to change this feature is not

[tryton-dev] Missing field in analytic_account_line in move line

2013-11-16 Thread oscar_alvarez
Hi, devs I found that the field analytic_lines introduced in move_line (account) by the module analytic_account (2.8) doesn't appear in move line form but this field if it is put on in xml file (move_line_form through of xpath attribute), why it does not apper this field in form view? bug, fea

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

2013-10-17 Thread oscar_alvarez
Hi, devs I am having problems, with Tryton 2.9, login window on manage profile show "Could not connect to the server", but the server is running with "bin/trytond" (of course 2.9 version), and postgresql status is online, with 2.8 I don't have problems for connecting,my files pg_hba.conf and p

[tryton-dev] Proteus problem: slow xmlrpc

2013-08-29 Thread oscar_alvarez
Hi Devs I am using set_xmlrpc method of proteus for access to a database with 3200 products, but this process in starting in POS client take a long time (10 minutes), creating list tuple (code, name) from products from proteus import config, Model, Wizard _Product = Model.get('product.product

[tryton-dev] Problems with product and variants

2013-08-17 Thread oscar_alvarez
Hi devs, I have been thinking from some month's ago, if it separates products and variants is a good idea as today is on Tryton 2.8..., so now I have clear it, after of work with my customers/end users and development some not offcial modules, so IMHO that is not good idea although in principle

[tryton-dev] Proteus API improvements

2013-08-09 Thread oscar_alvarez
Hi, Devs I need to know if this change (improvement) would be included in next version or will be rejected? http://codereview.tryton.org/865002/ Somebody it tested it? Best regards Oscar Alvarez Presik Technologies

[tryton-dev] Question about analitical account

2013-07-08 Thread oscar_alvarez
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 Atte, Oscar Alvarez Montero

[tryton-dev] Propose for definition style (letter and A4) reports on ir_lang Model

2013-05-12 Thread oscar_alvarez
Hi, Devs The Problem is that in Colombia (including Mexico, Canada Chile, Venezuela, Perú) default style for print reports is letter, when I install Tryton to a new client I have change manually (code in xml files) with style formats A4 for letter for example in sale, purchase, etc, I think

[tryton-dev] About another Erp Web Client

2013-05-09 Thread oscar_alvarez
Hi, Devs Surfing in web I found this ERP made with python and javascript that has Web Client even is opensource and it seems nice, I don't know, so maybe some parts of code its could be useful for current development https://erpnext.com/erpnext-demo best regards Oscar Alvarez

[tryton-dev] Some Proposal for Tryton 3.0 Version

2013-04-24 Thread oscar_alvarez
Hi Devs, I want to proposal for Tryton 3.0 next changes / improvements, if your let me I can write it in the wiki too: 1. As I commented in another mail to do Proteus more explicit in connection or creation of databases: * * *"I found some one functionality problems (not bugs) with current API

[tryton-dev] Plugins options

2013-04-02 Thread oscar_alvarez
Hi, I am looking for the Plugins options in the trunk client 2.7, but I can't found it ¿? was removed this option? Oscar Alvarez Presik Technologies

[tryton-dev] Proteus propose for little API Change

2013-03-14 Thread oscar_alvarez
Hi Devs I found some one functionality problems (not bugs) with current API of Proteus 2.6.0, for example: a specific problem occurs when a user try connect to a database existing, but the name database is enter wrong from input, then proteus try creates (and create it!) a new database with the

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

2013-02-25 Thread oscar_alvarez
Hi, Devs How Can I create a view that show as names (head) of column the values in records (variable values) but not name field of table? Example: ModelSQL Name HouseOption 1Option 2 House A RedWhite House B Green Brown House C Blue

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

2012-10-23 Thread oscar_alvarez
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

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

2012-09-26 Thread oscar_alvarez
Hi, Devs I should like to propose two new features for tryton : 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 (statistics, fil

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

2012-09-19 Thread oscar_alvarez
Hi, boys I am trying to create a .ods template file for a report in Tryton, but it doesn't work, I think that my tryton code is fine, because I can to generate empty file (opened in Libreoffice Calc) without objects, but when I put in it the placeholders/fields for the objects inside of the te

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

2012-08-24 Thread oscar_alvarez
Hi, Devs I need help wtih this problem, This is my try, but it doesn't work... :( efficacy = fields.Selection([ ('yes', 'Yes'), ('no', 'No'), ], 'Efficacy', states={ 'readonly': Eval('create_uid') != Eval('Transaction().user'),

[tryton-dev] How testing new Active Record Modules?

2012-08-16 Thread oscar_alvarez
Hi, I am working in Active Record for product_list_price module, I have an advance, but how I test this module, I already installed server and client tryton development version from mercurial, but I am not sure if I can to install the new module and running?. Thanks. Oscar Alvarez Colombia