[FIX] account: add multicompany rule to account.subscription.line
authordhr-odoo <dhr@tinyerp.com>
Wed, 25 Jun 2014 10:07:02 +0000 (12:07 +0200)
committerMartin Trigaux <mat@openerp.com>
Wed, 25 Jun 2014 10:07:02 +0000 (12:07 +0200)
commitdf6b37c472772ef8911671b54caee1769cf77706
tree4c6e937bb76749f357ad1e3edcc21a558647d0ab
parentdee969929a000e069b1d2bf2d3e362ae7aed6d9e
[FIX] account: add multicompany rule to account.subscription.line

The wizard to generate recurring entries did not respect multicompany rules as the request was done in plain sql.
Add ir.rule and use the orm (opw 607782)
addons/account/security/account_security.xml
addons/account/wizard/account_subscription_generate.py