[tryton] citizen engagement app to drive traffic to your Tryton business

2012-07-17 Thread Alex Glaros
Hi Tryton Developers, There is an opportunity to drive traffic from a citizen engagement app I'm building to your Tryton business. Let me know if you are interested in a proposal where I receive a commission for bringing customers to you via my app. The benefit to you is the viral nature of

Re: [tryton] Invoice with a percentage of the sold quantity

2012-07-17 Thread Cédric Krier
On 16/07/12 12:00 -0700, guly200 wrote: Hi Tryton folks! I would need to invoice a sale order in several steps, by invoicing each time a percentage of the amount sold. It can not be done by payment terms because it is really separate invoices that I need to submit. Could you advise me of

Re: [tryton] Invoice with a percentage of the sold quantity

2012-07-17 Thread guly200
Thanks Cedric I thought of doing the following on the invoice line object: - add one function field base_quantity - add one function field percentage on each of these function fields, declare a setter function that will calculate : base_quantity x percentage / 100 The result will be written by

[tryton] Module for managing expenses ?

2012-07-17 Thread sampac
Good evening ! I need to manage employees expenses in Tryton. There should be an expense object and the following functionalities: - expense lines with details - expense classification per category: transport, accomodation, food, etc. - VAT payment calculation - validation process + include

Re: [tryton] Module for managing expenses ?

2012-07-17 Thread Cédric Krier
On 17/07/12 12:47 -0700, sampac wrote: Good evening ! I need to manage employees expenses in Tryton. There should be an expense object and the following functionalities: - expense lines with details - expense classification per category: transport, accomodation, food, etc. - VAT payment

[tryton] About external module and README

2012-07-17 Thread Cédric Krier
Hi, We see more and more third party modules, it is great for Tryton but I see often that developpers just copy/paste the README file which could bring some missunderstanding because it asks to report issues to the bug tracker of Tryton. Also in the code, developpers just reused the copyright

Re: [tryton] About external module and README

2012-07-17 Thread Sharoon Thomas
On Jul 18, 2012, at 4:07 AM, Cédric Krier wrote: And finaly as we have a Tryton classifier, it will be great to not prefix those modules with trytond_ which also could confuse people. Other recommendations are fine, but these modules may still need to use 'trytond_' as a prefix so that

[tryton-dev] proteus: Not arguments available in method when call (issue436001)

2012-07-17 Thread resteve
Reviewers: , Please review this at http://codereview.tryton.org/436001/ Affected files: M proteus/config.py Index: proteus/config.py === --- a/proteus/config.py +++ b/proteus/config.py @@ -113,6 +113,8 @@

[tryton-dev] trytond: Allow to use tuple for Reference (issue437001)

2012-07-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/437001/ Affected files: M CHANGELOG M doc/ref/models/fields.rst M trytond/backend/fields.py M trytond/model/modelsql.py M trytond/test/test.py M trytond/tests/test_fields.py -- tryton-dev@googlegroups.com mailing

[tryton-dev] tryton: Manage tuple on Reference (issue438001)

2012-07-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/438001/ Affected files: M CHANGELOG M tryton/common/domain_inversion.py M tryton/gui/window/view_form/model/field.py Index: CHANGELOG === --- a/CHANGELOG

[tryton-dev] tryton: Directly select form view when creating a new record (issue439001)

2012-07-17 Thread twaneu
Reviewers: ced, Description: tryton: Directly select form view instead of going through each view when creating a new record. Because of this the current record was sometimes set to screen.group[0] (in display method) and this record was edited instead of creating a new one. Please review this

[tryton-dev] Report available by group

2012-07-17 Thread Raimon Esteve
Hello, Is it available in XML report definition about group option? I try some reports only available group users. For example: record model=ir.action.report id=report_shipment_out_test field name=nameGroup Test/field . field