[tryton-dev] Subscription Module

2013-07-12 Thread Josias Pérez
Hi, I was trying the subscription module in a 2.8 server. The module are on https://bitbucket.org/zikzakmedia/trytond-subscription/src/be5c8fe688037558882bd8779578fa0769e451d2/subscription.py?at=default This cannot create a recurrent document cause is give the follow message: Traceback (most

[tryton-dev] Image (binary fields) on reports

2013-08-29 Thread Josias Pérez
Hi, I would appreciate help for add image to reports, especifically on sale report. In product.product I have added a image field, binary type. How would be added on the ODT field? Thanks in advance!

[tryton-dev] Hide fields based on permission groups

2013-09-02 Thread Josias Pérez
Hi, I have a little question: how I hide some fields based on groups permission? When edit access permissions on Administration menu, this doesnt show the field neither the view. Thanks in advance!

[tryton-dev] Hide products and categories based on groups permission.

2013-09-09 Thread Josias Pérez
Hi, I want to know if its possible to hide products and products categories based on permissions? And if it is, how do that? Grettings!

[tryton-dev] Customize sales.

2013-09-16 Thread Josias Pérez
Hi, I have testing tryton in many sale scenarios: 6 computers (2 for each level), 8 salesman, 3 levels in the building(curtains, carpets and bedding). 1. The first thing we know to do, is simplify the workflow of the sale, so, when a budget is reviewed, give the option for confirm the sale or

Re: [tryton-dev] Customize sales.

2013-09-16 Thread Josias Pérez
On Monday, September 16, 2013 2:22:21 AM UTC-6, Cédric Krier wrote: On 15/09/13 22:00 -0700, Josias Pérez wrote: Hi, I have testing tryton in many sale scenarios: 6 computers (2 for each level), 8 salesman, 3 levels in the building(curtains, carpets and bedding). 1

[tryton-dev] Action Domain for Dates

2013-10-01 Thread Josias Pérez
HI, I would appreciate if can tell me how to add dates domains to date fields, specially in actions. Thanks in advance.

[tryton-dev] Permission for button wizards

2013-10-02 Thread Josias Pérez
Hi, I'm working for a POS module on tryton. At the moment, have 2 question: 1. We create a group called Team Sales, that can access to Sales and Sales Lines, but we want that they can't view some fields (specially related to cost_price). We can hide on fields permission, but at the same time,

Re: [tryton-dev] Custom view on Many2Many relationship

2013-12-10 Thread Josias Pérez
Hi Guillem, I was talking with Zikzakmedia team about training module too. On Monday, December 2, 2013 11:43:46 AM UTC-6, Guillem Barba wrote: El 29/11/2013 7:24, Josias Pérez jep...@gmail.com javascript: va escriure: Hi, I was working on a module for course management. Hi

[tryton-dev] Record rule question

2013-12-15 Thread Josias Pérez
Hi, I only want to know how record rule work. For example, I have added to party.party and company.employee type field ('a', 'b' and 'global). With the follow rule ['OR', [( 'type' , 'in', ['global','a','b'] if user.employee.type == 'global' else [] )], [ ('type', '=', user.employee.type )]

Re: [tryton-dev] Record rule question

2013-12-16 Thread Josias Pérez
HI Ced, On Monday, December 16, 2013 9:45:52 AM UTC-6, Cédric Krier wrote: On 15/12/13 19:33 -0800, Josias Pérez wrote: Hi, I only want to know how record rule work. For example, I have added to party.party and company.employee type field ('a', 'b' and 'global

[tryton-dev] Hide values on tree view.

2014-02-06 Thread Josias Pérez
Hi, I really appreciate if someone can help to hide values on tree view, but at the same time, that be search enter some information on the filters find the record. For example, in the invoice list hide all the record when load first time, but when search by reference or party, show the record

[tryton-dev] Print 2 copies of a report

2014-04-30 Thread Josias Pérez
Hi tryton developers, I wanna ask you how to config tryton to print 2 reports automacticlly from a wizard. Especific from to print a payment from invoice. I can create a report, and order to print automacticlly, but not to print 2 (or more) copies. Thanks in advance!

Re: [tryton-dev] tryton web services call from PHP via XML rpc

2014-10-10 Thread Josias Pérez
please provide an example? Thanks Frederic Langevin Coopengo -- Bendiciones. Josias Pérez.

[tryton-dev] Import data from CSV

2018-06-14 Thread Josias Pérez
Hi, I was trying to import data with CSV with a multi-company stage and all the companies with the same accounting plan. I'm trying to import a file that require to import the a group of accounts but I found with an error that say that encounter many ocurrences. I dont know how to import

[tryton-dev] Generate General Balance Report and Income Statement

2018-06-07 Thread Josias Pérez
Hi, I would like to generate report for General Balance and Income Statement. The report is generated from account.account.type and I can have all the field, but I would to stylize the report with different font size for parent/childs. Thanks in advance. -- You received this message because

[tryton-dev] Print from custom button

2018-06-26 Thread Josias Pérez
Hi, I have a custom module with transitions controlled by buttons. In the last transition I need that the active record is printed. I have already created a report and it appear in the actions menu, but I want to print it with the button. Thanks in advance! -- You received this message

Re: [tryton-dev] Generate General Balance Report and Income Statement

2018-06-27 Thread Josias Pérez
:34, Josias Pérez ha escrit: > > I have already created a report for account.account.type but I have doubts > > on how to order the data to print, I was thinking something like tree view > > but in a printed report, I will be perfect. > > > > Normally a report w

Re: [tryton-dev] Generate General Balance Report and Income Statement

2018-06-27 Thread Josias Pérez
I have already created a report for account.account.type but I have doubts on how to order the data to print, I was thinking something like tree view but in a printed report, I will be perfect. -- You received this message because you are subscribed to the Google Groups "tryton-dev" group.

[tryton-dev] set_context to @table_query from Report

2018-01-31 Thread Josias Pérez
Hi, I have a custom module with the follow definition: DepartmentLine Department (many2one to Deparment) Product Quantity Department Customer Date Lines (one2many to DepartmentLine) I have a custom report that call info from a table_query class DepartmentReport(Report): 'Report'

Re: [tryton-dev] set_context to @table_query from Report

2018-01-31 Thread Josias Pérez
This works well for me. Thanks! El 31/01/2018, 9:01:41 (UTC-6), Sergi Almacellas Abellana escribió: > El 31/01/18 a les 15:33, Josias Pérez ha escrit: > > I was thinking in something like the code below: > > > > In Report > > > > with Transaction(

[tryton-dev] Search on One2Many field

2018-02-07 Thread Josias Pérez
Hi, I have a custom module with the a One2Many field: class Agreement(ModelView, ModelSQL): "Agreement" __name__ = 'mod.agreement' date = fields.Date('Date') lines = fields.One2Many('disc.agreement.service', 'agreement','Services', ) class

Re: [tryton-dev] Search on One2Many field

2018-02-15 Thread Josias Pérez
El jueves, 8 de febrero de 2018, 9:55:45 (UTC-6), Sergi Almacellas Abellana escribió: > El 07/02/18 a les 23:01, Josias Pérez ha escrit: > > Hi, > > > > I have a custom module with the a One2Many field: > > > > > > class Agreement(ModelView, ModelSQL

[tryton-dev] Call a Functional Field from another module

2018-02-15 Thread Josias Pérez
Hi, I would appreciate if could tell how I can call a functional field from another module, in this case, I need to call the payable function field from account module. The code is the follow: currency_digits = fields.Function(fields.Integer('Currency Digits'),

[tryton-dev] Re: Call a Functional Field from another module

2018-02-15 Thread Josias Pérez
l/lib/python2.7/site-packages/trytond/model/modelsql.py", line 780, in read getter_result = getter_results[fname] TypeError: 'Decimal' object has no attribute '__getitem__' February 2018, 15:55:07 (UTC-6), Josias Pérez escribió: > Hi, > > I would appreciate if could tell how

[tryton-dev] Sort by function fields

2018-07-09 Thread Josias Pérez
Hi, I was trying to find some documentation for sort by functional field (specially for selection, many2one). I have added searcher to the functional field but I think something more is needed. Thanks in advance! -- You received this message because you are subscribed to the Google Groups

[tryton-dev] Add sum widget in SAO

2018-03-01 Thread Josias Pérez
Hi, I was reading the docs about add the sum of a field on the bottom of list in tree view [1], but this only work on desktop client not in web. Is there a way to activate it, or how can I customize this to add the sum to tree view? Thanks in advance! [1]

Re: [tryton-dev] Consolidated reports

2018-03-25 Thread Josias Pérez
will be welcome. [1] https://groups.google.com/forum/#!topic/tryton-dev/prpZY4rGCug/discussion El viernes, 23 de marzo de 2018, 8:10:03 (UTC-6), Cédric Krier escribió: > On 2018-03-21 11:28, Josias Pérez wrote: > > Hi, > > > > I want to ask if someone has made some development to this po

Re: [tryton-dev] Consolidated reports

2018-04-02 Thread Josias Pérez
an option to change company as needed. I know that that multi-company affect to sales, invoices, inventories and more, so, could you give us a guideline on which modules start to develop this? El domingo, 25 de marzo de 2018, 4:35:02 (UTC-6), Cédric Krier escribió: > On 2018-03-24 21:26, Jos

[tryton-dev] Consolidated reports

2018-03-21 Thread Josias Pérez
Hi, I want to ask if someone has made some development to this post [1] ? I'm interesting in start the development, if someone has already started I want to join forces to multi-company consolidated reports. Is there is a blueprint is good start point. I will wait for news. [1]

[tryton-dev] Use of PYSONEncoder on printed reports

2018-06-29 Thread Josias Pérez
Hi, I was using PYSONEncoder with Wizards to open custom actions with dates as context and it works well. But when I was use it with wizards but with reports this doesn't filter according to the context (dates). I read the docs about PYSONENCODER [1] but I didn't find any recommendation to