← Back to team overview

credativ team mailing list archive

[Bug 909124] [NEW] [trunk] new module account_bank_statement_extension conflicts with point_of_sale

 

Public bug reported:

The new module account_bank_statement_extensions coming from Noviat
merge proposal is conflicting with the pre-existing point_of_sale
module.

It redefining the column journal_id in the model account.bank.statement.line with a different type
account_bank_statement_extensions:
 'journal_id': fields.related('statement_id', 'journal_id', type='many2one',...)
point_of_sale:
'journal_id': fields.related('statement_id','journal_id','name', store=True, string='Journal', type='char', size=64),

Please rename that column in the account_bank_statement_extensions (and
not in point_of_sale to ease migration)

kr
J-E

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/909124

Title:
  [trunk] new module account_bank_statement_extension conflicts with
  point_of_sale

Status in OpenERP Addons (modules):
  New

Bug description:
  The new module account_bank_statement_extensions coming from Noviat
  merge proposal is conflicting with the pre-existing point_of_sale
  module.

  It redefining the column journal_id in the model account.bank.statement.line with a different type
  account_bank_statement_extensions:
   'journal_id': fields.related('statement_id', 'journal_id', type='many2one',...)
  point_of_sale:
  'journal_id': fields.related('statement_id','journal_id','name', store=True, string='Journal', type='char', size=64),

  Please rename that column in the account_bank_statement_extensions
  (and not in point_of_sale to ease migration)

  kr
  J-E

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/909124/+subscriptions


Follow ups

References