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
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),
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
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
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
Hi Boys,
To exist any Tryton Client 2.0 version Mac Os in development?
Oscar Alvarez
--
tryton-dev@googlegroups.com mailing list
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
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
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
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
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 >
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:
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
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
14 matches
Mail list logo