Re: [Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-06-04 Thread Lorenzo Battistini - Agile BG
Review: Approve code review -- https://code.launchpad.net/~nicolariolini/account-invoicing/add_module_account_payment_term_month/+merge/212400 Your team Account Core Editors is subscribed to branch lp:account-invoicing. -- Mailing list: https://launchpad.net/~openerp-community-reviewer Post

Re: [Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-06-03 Thread Sergio Corato
Hi Nicola, Lorenzo, Holger, what about delete commercial_month field and put this code instead? if line.months != 0: And in the view set the field days required if months if false and viceversa: field name=months attrs={'required':[('days','=',False)]}/ and xpath

Re: [Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-05-28 Thread Nicola Riolini - Micronaet
Review: Resubmit Holger, Lorenzo made the requested correction (thanks Lorenzo :) )., merge approved for me, see diff of the mp: https://code.launchpad.net/~agilebg/account-invoicing/add_module_account_payment_term_month_improvements/+merge/221124 --

Re: [Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-05-28 Thread Nicola Riolini - Micronaet
Review: Approve Sorry, review type was approve not resubmit (Lorenzo told me the difference :) ) -- https://code.launchpad.net/~nicolariolini/account-invoicing/add_module_account_payment_term_month/+merge/212400 Your team Account Core Editors is subscribed to branch lp:account-invoicing. --

Re: [Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-05-27 Thread Lorenzo Battistini - Agile BG
Ciao Nicola. Just refactored the compute method and added tests with https://code.launchpad.net/~agilebg/account-invoicing/add_module_account_payment_term_month_improvements/+merge/221124 --

Re: [Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-05-12 Thread Holger Brunn (Therp)
Review: Needs Fixing #197ff, #202ff missing spaces at end of strings @218ff can't you avoid code duplication and breaking inheritance by using super's result and simply adding the months as applicable? --

Re: [Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-03-26 Thread Lorenzo Battistini - Agile BG
See discussion at https://code.launchpad.net/~icsergio/account-payment/commercial-year-payment/+merge/210700 -- https://code.launchpad.net/~nicolariolini/account-invoicing/add_module_account_payment_term_month/+merge/212400 Your team Account Core Editors is requested to review the proposed merge

[Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-03-24 Thread Nicola Riolini - Micronaet
Nicola Riolini - Micronaet has proposed merging lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing. Requested reviews: Account Core Editors (account-core-editors) For more details, see:

[Openerp-community-reviewer] [Merge] lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing

2014-03-24 Thread Nicola Riolini - Micronaet
The proposal to merge lp:~nicolariolini/account-invoicing/add_module_account_payment_term_month into lp:account-invoicing has been updated. Description changed to: Module account_payment_term_month Module for manage payment in 'commercial month' so extra months are not calculated in 30 days *