[tryton-dev] Get context in Report Class

2012-06-07 Thread oscar_andres_col
Hello, Developers I am making a module with a Report about products in location for to see something this in report: location: MyLocation product quantity product A 5 product B 3 product C 10 I get the view with path >Inventory & Stock>Locations>MyLocation>Wiz

[tryton-dev] Proposal New Graph Module

2011-12-20 Thread oscar_andres_col
Hi, I have been testing graph view in tryton and I think could to improvement it, about follow items: - More Flexibility: The user built in easy view in client with add fields on "x" axis and "y" axis (for line a Bar chart), and choose the type graph (Bar, Multibar Chart, Line Chart, Pie Chart),

[tryton-dev] Coding Xml a bit easier and simpler

2011-12-01 Thread oscar_andres_col
Hi, I developing several modules and I would like that trytond core simplify the xml coding in action windows, please let me show : Nowadays : (party.xml) Parties party.party

[tryton-dev] Developing the Stock Evaluated 2.0 Module But with a problem

2011-11-05 Thread oscar_andres_col
Hi, I trying get a report from Location (stock_evaluated.py) in this module but only get 0 (zeros) in field 'Quantity' and 'Stock Value' in report odt, however in the tree view all fields is fine. This is the link from the source: http://beta.intuxication.org/oscar_alvarez/trytond_stock_evaluat

[tryton-dev] How get Location in product.product (stock module)?

2011-11-01 Thread oscar_andres_col
Hi boys I am working in stock evaluated module for extend stock module but I have a problem, I see in tree view product.product from Location good all fields values even the new field "product_value" where: product_value = quantity * (cost price or price list) But when I activa

[tryton-dev] Tryton Client 2.0 Mac Os version

2011-09-14 Thread oscar_andres_col
Hi Boys, To exist any Tryton Client 2.0 version Mac Os in development? Oscar Alvarez -- tryton-dev@googlegroups.com mailing list

[tryton-dev] Calling FileChooserDialog from anything module

2011-08-06 Thread oscar_andres_col
Hi, I am working in a module triying release a FileChooserDialog for open a file: In xml file the module I have: form: I create a

[tryton-dev] I have a doubt about tryton modelstorage?

2011-07-26 Thread oscar_andres_col
Hi, Boys I Know that "ModelStorage.copy(ids)", duplicate records, but I don't know in which case is used, or what is useful? Thanks Oscar Alvarez Colombia -- tryton-dev@googlegroups.com mailing list

[tryton-dev] How Can I extend view?

2011-07-18 Thread oscar_andres_col
Hi, Boys I am trying to develop a new Tryton module for Vistors Control in Companies, but it is neccesary that the models view form have widgets such as: - gtk.Image - gtk.FileSelection - maybe other widgets... How can I include this Widgets in XML model view form? A little example

[tryton-dev] I need help with "Missing search function on field "%s"."

2011-06-10 Thread oscar_andres_col
I am working in a stock new module that extend "Locations", adding new field "Stock Days", and the fields works fine. But when I try in View Tree of Locations to search records with parameter "Stock Days" I see this message: "Missing search function on field 'Stock Days'", and I don't get results

[tryton-dev] Unofficial New Tryton Staff Module 1.8 with sub-modules

2011-03-23 Thread oscar_andres_col
Hi, friends I trying to build a Staff Module for Tryton 1.8 (Based in Payroll Blue Print in wiki page), please get it and comments or clone ;) http://beta.intuxication.org/hg/oscar_alvarez/trytond_staff Note: This main module only extend company.employee; after installed, you will see in Party >

[tryton-dev] ANY SUGGEST ABOUT BIT CODE LINES

2011-01-21 Thread oscar_andres_col
Hi, developers, Why not in sale.py module set for example?: _STATES_NOT = {'readonly': Not(Equal(Eval('state'), 'draft')),} To change this: description = fields.Char('Description', states={ 'readonly': Not(Equal(Eval('state'), 'draft')), }) For this:

[tryton-dev] Re: New Release Alpha, of Little Module Tryton Staff

2011-01-19 Thread oscar_andres_col
On 18 ene, 16:28, Cédric Krier wrote: > On 18/01/11 04:42 -0800, oscar_andres_col wrote: > > > > > Hi, Developers > > > I want to present you a new external tryton module Staff, : > >     - Define employees (name, salary, category, ...), sales > > perform

[tryton-dev] New Release Alpha, of Little Module Tryton Staff

2011-01-18 Thread oscar_andres_col
Hi, Developers I want to present you a new external tryton module Staff, : - Define employees (name, salary, category, ...), sales performance (for to pay commissions), It don't integrate with sales or account module yet. TODO: - To create shifts register (in/out employees of the com