[tryton-dev] Add net months and division to payment terms (issue80006)

2011-08-07 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/80006/ Affected files: A CHANGELOG A COPYRIGHT A INSTALL A LICENSE A MANIFEST.in A README A __init__.py A __tryton__.py A doc/index.rst A es_ES.csv A payment_term.py A payment_term.xml A setup.py A

[tryton-dev] Add net months and division to payment terms (issue77005)

2011-08-07 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/77005/ Affected files: A CHANGELOG A COPYRIGHT A INSTALL A LICENSE A MANIFEST.in A README A __init__.py A __tryton__.py A doc/index.rst A es_ES.csv A payment_term.py A payment_term.xml A setup.py A

[tryton-dev] sale_opportunity: Consistent naming for customer payment term (issue123001)

2011-09-25 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/123001/ Affected files: M opportunity.py Index: opportunity.py === --- a/opportunity.py +++ b/opportunity.py @@ -179,8 +179,8 @@ } if

[tryton-dev] sale: Consistent naming for customer payment term (issue124001)

2011-09-25 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/124001/ Affected files: M sale.py Index: sale.py === --- a/sale.py +++ b/sale.py @@ -256,8 +256,8 @@ type='invoice')

[tryton-dev] Add MySQL and PostgreSQL supported versions to install instructions (issue143003)

2011-10-13 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/143003/ Affected files: M doc/topics/install.rst Index: doc/topics/install.rst === --- a/doc/topics/install.rst +++ b/doc/topics/install.rst @@ -20,6 +20,8 @@

[tryton-dev] party: Remove 'field' name from ir.property (issue151003)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/151003/ Affected files: M configuration.xml Index: configuration.xml === --- a/configuration.xml +++ b/configuration.xml @@ -33,7 +33,6 @@

[tryton-dev] product: Remove 'field' name from ir.property (issue155001)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/155001/ Affected files: M product.xml Index: product.xml === --- a/product.xml +++ b/product.xml @@ -202,7 +202,6 @@ /record record

[tryton-dev] sale: Remove 'field' name from ir.property (issue154002)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/154002/ Affected files: M configuration.xml Index: configuration.xml === --- a/configuration.xml +++ b/configuration.xml @@ -43,19 +43,16 @@

[tryton-dev] product_cost_history: Remove 'field' name from ir.property (issue153003)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/153003/ Affected files: M product.py Index: product.py === --- a/product.py +++ b/product.py @@ -21,20 +21,23 @@ def table_query(self):

[tryton-dev] purchase: Remove 'field' name from ir.property (issue156001)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/156001/ Affected files: M configuration.xml Index: configuration.xml === --- a/configuration.xml +++ b/configuration.xml @@ -32,14 +32,12 @@

[tryton-dev] account: Remove 'field' name from ir.property (issue154001)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/154001/ Affected files: M account.py Index: account.py === --- a/account.py +++ b/account.py @@ -1825,7 +1825,6 @@ with Transaction().set_user(0):

[tryton-dev] stock: Remove 'field' name from ir.property (issue151004)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/151004/ Affected files: M configuration.xml M location.xml Index: configuration.xml === --- a/configuration.xml +++ b/configuration.xml @@ -38,35 +38,30 @@

[tryton-dev] company: Remove 'field' name from ir.property (issue150002)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/150002/ Affected files: M company.py Index: company.py === --- a/company.py +++ b/company.py @@ -213,13 +213,13 @@ Eval('context',

[tryton-dev] trytond: Remove 'field' name from ir.property (issue153002)

2011-10-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/153002/ Affected files: M trytond/ir/property.py M trytond/ir/property.xml Index: trytond/ir/property.py === --- a/trytond/ir/property.py +++

[tryton-dev] product_cost_history: Add rec_name test (issue157002)

2011-10-16 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/157002/ Affected files: M tests/test_product_cost_history.py Index: tests/test_product_cost_history.py === --- a/tests/test_product_cost_history.py +++

[tryton-dev] account_payment_days: Per party payment days. (issue191004)

2011-12-04 Thread albert . nan . tic
Reviewers: , http://codereview.tryton.org/191004/diff/1/party.py File party.py (right): http://codereview.tryton.org/191004/diff/1/party.py#newcode17 party.py:17: ('check_payment_days','invalid_payment_days'), Missing white space after the colon.

[tryton-dev] Use relative delta instead of replace for dates in pyson.py issue2469 (issue263001)

2012-02-29 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/263001/ Affected files: M tryton/pyson.py Index: tryton/pyson.py === --- a/tryton/pyson.py +++ b/tryton/pyson.py @@ -4,6 +4,7 @@ import simplejson as json

[tryton-dev] ModelStorage.create() should accept a list of dictionaries as parameter Issue2358 (issue266002)

2012-03-04 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/266002/ Affected files: M trytond/model/modelsql.py M trytond/model/modelstorage.py M trytond/tests/test_tryton.py -- tryton-dev@googlegroups.com mailing list

[tryton-dev] Avoid crashes on upgrade in convert.py (issue283003)

2012-03-11 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/283003/ Affected files: M trytond/convert.py Index: trytond/convert.py === --- a/trytond/convert.py +++ b/trytond/convert.py @@ -354,8 +354,12 @@

[tryton-dev] sale: Avoid crash on sale duplication Issue2512 (issue311001)

2012-03-26 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/311001/ Affected files: M sale.py Index: sale.py === --- a/sale.py +++ b/sale.py @@ -636,12 +636,12 @@ default = {} default =

[tryton-dev] webdav: Remove duplicated 'name' entry in attachment creation. (issue340002)

2012-04-28 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/340002/ Affected files: M trytond/webdav/webdav.py Index: trytond/webdav/webdav.py === --- a/trytond/webdav/webdav.py +++ b/trytond/webdav/webdav.py @@ -547,7

[tryton-dev] Show information related to modules. Issue2588 (issue358001)

2012-05-05 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/358001/ Affected files: M trytond/ir/module/module.py M trytond/ir/module/module.xml Index: trytond/ir/module/module.py === --- a/trytond/ir/module/module.py

[tryton-dev] Improve _constraints messages and API (Issue2616) (issue371002)

2012-05-23 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/371002/ Affected files: M trytond/ir/action.py M trytond/ir/lang.py M trytond/ir/model.py M trytond/ir/sequence.py M trytond/ir/trigger.py M trytond/ir/ui/menu.py M trytond/ir/ui/view.py M

[tryton-dev] Improve _constraints messages and API (Issue2616) (issue382001)

2012-05-23 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/382001/ Affected files: M trytond/ir/action.py M trytond/ir/lang.py M trytond/ir/model.py M trytond/ir/sequence.py M trytond/ir/trigger.py M trytond/ir/ui/menu.py M trytond/ir/ui/view.py M

[tryton-dev] production: Active Record (issue 496002)

2012-08-29 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/496002/ Affected files: M __init__.py M bom.py M configuration.py M product.py M production.py M stock.py -- tryton-dev@googlegroups.com mailing list

[tryton-dev] Add timeline widget (server side) (issue 559002)

2012-10-13 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/559002/ Affected files: M tryton/gui/window/form.py M tryton/gui/window/view_form/screen/screen.py M tryton/gui/window/view_form/view/form.py Index: tryton/gui/window/form.py

[tryton-dev] Add timeline widget (server side) (issue 561002)

2012-10-13 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/561002/ Affected files: M trytond/model/modelsql.py M trytond/model/modelview.py Index: trytond/model/modelsql.py === --- a/trytond/model/modelsql.py +++

[tryton-dev] Add timeline widget (client side) (issue 560002)

2012-10-13 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/560002/ Affected files: M tryton/gui/window/form.py M tryton/gui/window/view_form/screen/screen.py M tryton/gui/window/view_form/view/form.py Index: tryton/gui/window/form.py

[tryton-dev] tryton: Improve _constraints messages and API (Issue2616) (issue 591003)

2012-10-31 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/591003/ Affected files: M tryton/gui/main.py M tryton/gui/window/view_form/model/record.py Index: tryton/gui/main.py === --- a/tryton/gui/main.py +++

[tryton-dev] tryton: ModelStorage.create() should accept a list of dictionaries as parameter Issue2358 (issue 582003)

2012-10-31 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/582003/ Affected files: M tryton/gui/main.py M tryton/gui/window/view_form/model/record.py Index: tryton/gui/main.py === --- a/tryton/gui/main.py +++

[tryton-dev] proteus: ModelStorage.create() should accept a list of dictionaries as parameter Issue2358 (issue 592002)

2012-10-31 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/592002/ Affected files: M proteus/__init__.py Index: proteus/__init__.py === --- a/proteus/__init__.py +++ b/proteus/__init__.py @@ -646,7 +646,7 @@

[tryton-dev] Board action dynamic with PYSON (issue 583005)

2012-11-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/583005/ Affected files: M trytond/ir/ui/board.rng M trytond/ir/ui/view.py Index: trytond/ir/ui/board.rng === --- a/trytond/ir/ui/board.rng +++

[tryton-dev] Board action dynamic with PYSON (client) (issue 594005)

2012-11-14 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/594005/ Affected files: M tryton/gui/window/view_board/action.py M tryton/gui/window/view_board/view_board.py Index: tryton/gui/window/view_board/action.py ===

[tryton-dev] Add support for operations in float and integer fields (issue2930) (issue 614002)

2012-12-16 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/614002/ Affected files: M tryton/common/common.py M tryton/gui/window/view_form/view/form_gtk/float.py M tryton/gui/window/view_form/view/form_gtk/float_time.py M tryton/gui/window/view_form/view/form_gtk/integer.py --

[tryton-dev] Check One2Many.add_remove property in test_depends() (issue2931) (issue 615002)

2012-12-16 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/615002/ Affected files: M trytond/modules/account_invoice_line_standalone/invoice.py M trytond/modules/purchase/purchase.py M trytond/tests/test_tryton.py Index: trytond/tests/test_tryton.py

[tryton-dev] Use False instead of None in ModelSingleton (issue2932) (issue 617002)

2012-12-16 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/617002/ Affected files: M trytond/model/modelsingleton.py M trytond/tests/test_modelsingleton.py Index: trytond/model/modelsingleton.py === ---

[tryton-dev] Avoid double writes in invoice creation (issue2937) (issue 621002)

2012-12-20 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/621002/ Affected files: trytond/modules/purchase/purchase.py trytond/modules/sale/sale.py Index: trytond/modules/purchase/purchase.py === ---

[tryton-dev] stock: Create an object in Inventory's create_move() (issue 635003)

2013-01-10 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/635003/ Affected files: M CHANGELOG M inventory.py Index: CHANGELOG === --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +* Return an object in Inventory's

[tryton-dev] Allow upgrade from 2.6 after the removal of fields in ir.rule (issue2964) (issue 643002)

2013-01-20 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/643002/ Affected files: M trytond/ir/rule.py Index: trytond/ir/rule.py === --- a/trytond/ir/rule.py +++ b/trytond/ir/rule.py @@ -9,6 +9,7 @@ from ..transaction

[tryton-dev] Use list comprehension in Invoice._credit() (issue 644002)

2013-01-22 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/644002/ Affected files: M invoice.py Index: invoice.py === --- a/invoice.py +++ b/invoice.py @@ -1917,8 +1917,8 @@ res[field] = getattr(self,

[tryton-dev] sale_opportunity: Remove print statement (issue 645002)

2013-01-22 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/645002/ Affected files: M opportunity.py Index: opportunity.py === --- a/opportunity.py +++ b/opportunity.py @@ -200,7 +200,6 @@

[tryton-dev] Wrong dictionary for multi-field fields.Function (issue2987) (issue 662002)

2013-02-03 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/662002/ Affected files: M trytond/model/fields/function.py Index: trytond/model/fields/function.py === --- a/trytond/model/fields/function.py +++

[tryton-dev] Consider that reference fields may be of tuple type in menu (issue 699002)

2013-03-03 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/699002/ Affected files: M trytond/ir/ui/menu.py Index: trytond/ir/ui/menu.py === --- a/trytond/ir/ui/menu.py +++ b/trytond/ir/ui/menu.py @@ -220,7 +220,10 @@

[tryton-dev] account: Fix validate error and test scenario (issue 711002)

2013-03-07 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/711002/ Affected files: M tax.py M tests/scenario_account_reconciliation.rst Index: tax.py === --- a/tax.py +++ b/tax.py @@ -63,7 +63,7 @@ @classmethod

[tryton-dev] Do not check if left and right are being updated (issue3059) (issue 705004)

2013-03-11 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/705004/ Affected files: M trytond/model/modelsql.py Index: trytond/model/modelsql.py === --- a/trytond/model/modelsql.py +++ b/trytond/model/modelsql.py @@

[tryton-dev] stock_forecast: Fix typo in view names (issue 706005)

2013-03-13 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/706005/ Affected files: M forecast.py M forecast.xml Index: forecast.py === --- a/forecast.py +++ b/forecast.py @@ -496,13 +496,13 @@ __name__ =

[tryton-dev] Fix calculation of stock in internal supplies (issue 837002)

2013-04-28 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/837002/

[tryton-dev] Fix creation of internal shipment on internal supplies (issue 837003)

2013-04-29 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/837003/ Affected files: M shipment.py Index: shipment.py === --- a/shipment.py +++ b/shipment.py @@ -86,7 +86,7 @@ # Group moves by {from,to}_location

[tryton-dev] product: Check product.product's search_domain() function (issue 839002)

2013-04-29 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/839002/ Affected files: M tests/test_product.py Index: tests/test_product.py === --- a/tests/test_product.py +++ b/tests/test_product.py @@ -26,6 +26,8 @@

[tryton-dev] account_stock_continental: Use Active Record syntax to store cost price (issue 840002)

2013-04-29 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/840002/ Affected files: product.py Index: product.py === --- a/product.py +++ b/product.py @@ -334,8 +334,6 @@ return 'update_price' def

[tryton-dev] Do not crash with Act* copy() (issue 841002)

2013-04-29 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/841002/ Affected files: M trytond/ir/action.py Index: trytond/ir/action.py === --- a/trytond/ir/action.py +++ b/trytond/ir/action.py @@ -307,8 +307,11 @@

[tryton-dev] account_invoice: Raise an error in check_cancel_move() (issue 842002)

2013-04-29 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/842002/ Affected files: M invoice.py Index: invoice.py === --- a/invoice.py +++ b/invoice.py @@ -190,6 +190,10 @@ 'deletion.'),

[tryton-dev] Raise Exception in check_cancel_move() (issue 827005)

2013-04-29 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/827005/ Affected files: M invoice.py Index: invoice.py === --- a/invoice.py +++ b/invoice.py @@ -1038,8 +1038,7 @@ def check_cancel_move(self): if

[tryton-dev] Remove centralised from account.journal (issue 853002)

2013-05-04 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/853002/ Affected files: M trytond/modules/account/__init__.py M trytond/modules/account/doc/index.rst M trytond/modules/account/journal.py M trytond/modules/account/move.py M

[tryton-dev] Added 'selection_validation_record' on _error_messages list (issue 854003)

2013-05-07 Thread albert . nan . tic
NOT LGTM selection_validation_record already exists in ir/translation.xml http://codereview.tryton.org/854003/

[tryton-dev] www.tryton.org: Add Production and Project Management (issue 852004)

2013-05-11 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/852004/ Affected files: M stories/about.txt Index: stories/about.txt === --- a/stories/about.txt +++ b/stories/about.txt @@ -62,6 +62,8 @@ * **Purchase