← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 717874] Re: [6.0] account voucher - account_id no views allowed

 

domain checks for
* account_type not in (view,consolidation)
* company_id = parent.company_id

must be set for enterable account_id in all move related resources like
* account_move_line
* bank_statement_line
* account_invoice_lline

in all modules

to comply to experts decision that no moves must be associated to such
accounts

find . -follow -name "*xml" |xargs grep 'name="account_id"'|sort |less

** Description changed:

- account id - domain must check for <> view and consolidation
+ account id - domain must check for <> view and consolidation and
+ matching company_id

** Summary changed:

- [6.0] account voucher - account_id no views allowed
+ [6.0] account id - domain must check for <> view and consolidation and matching company_id

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/717874

Title:
  [6.0] account id - domain must check for <> view and consolidation and
  matching company_id

Status in OpenERP Modules (addons):
  New

Bug description:
  account id - domain must check for <> view and consolidation and
  matching company_id





References