Cannot create a recurring model in accounting
Bug #999315 reported by
TeMPO
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Low
|
OpenERP R&D Addons Team 3 | ||
Therp Backports (Deprecated) |
Fix Released
|
Low
|
Stefan Rijnhart (Opener) |
Bug Description
6.1
Try to define a Recurring Model, system will not show allow any account on the model line
seems thereis a bug with the domain
Regards
Maurice
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-999315-rmu
- Amit Parik (community): Approve
- OpenERP Core Team: Pending requested
-
Diff: 83 lines (+18/-8)2 files modifiedaccount/account.py (+12/-2)
account/account_view.xml (+6/-6)
lp://staging/~therp-nl/therp-backports/addons-6.1-lp999315-fix_recurring_model_set_company
- Therp: Pending requested
-
Diff: 31 lines (+9/-1)2 files modifiedaccount/account.py (+8/-0)
account/account_view.xml (+1/-1)
Changed in openobject-addons: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
Changed in therp-backports: | |
status: | New → Confirmed |
status: | Confirmed → Fix Committed |
milestone: | none → 6.1-maintenance |
assignee: | nobody → Stefan Rijnhart (Therp) (stefan-therp) |
importance: | Undecided → Low |
Changed in therp-backports: | |
status: | Fix Committed → Fix Released |
Changed in therp-backports: | |
milestone: | 6.1-maintenance → fixed-after-61 |
To post a comment you must log in.
Dear all
in account_view.xml I changed the domain filter for account model
instead of
<field name="account_id" domain= "[('type' ,'<& gt;','view' ),('type' ,'<& gt;','consolida tion'), ('company_id', '=', parent. company_ id)]"/>
I don't know if that is the best solution but it works for me