account - reserve_account_id - is equity not payable

Bug #780598 reported by Ferdinand
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP R&D Addons Team 3

Bug Description

account/wizard/account_report_balance_sheet.py

        'reserve_account_id': fields.many2one('account.account', 'Reserve & Profit/Loss Account',
                                      required=True,
                                      help='This Account is used for transfering Profit/Loss ' \
                                           '(Profit: Amount will be added, Loss: Amount will be duducted), ' \
                                           'which is calculated from Profilt & Loss Report',
                                      domain = [('type','=','payable')]),

IMHO this account must be defined as
type = ' other'
user_type.code='euqity'

Related branches

Revision history for this message
Bogdan Stanciu (bstanciu) wrote : Re: [Bug 780598] [NEW] account - reserve_account_id - is equity not payable

On 10. 05. 11 17:51, Ferdinand @ Camptocamp wrote:
> Public bug reported:
>
> account/wizard/account_report_balance_sheet.py
> 
> 'reserve_account_id': fields.many2one('account.account', 'Reserve & Profit/Loss Account',
> required=True,
> help='This Account is used for transfering Profit/Loss ' \
> '(Profit: Amount will be added, Loss: Amount will be duducted), ' \
> 'which is calculated from Profilt & Loss Report',
> domain = [('type','=','payable')]),
>
> IMHO this account must be defined as
> type = ' other'
> user_type.code='euqity'
>
> ** Affects: openobject-addons
> Importance: Undecided
> Status: New
>
it's funny, i was looking at the same issue, right now...

you could call it liability, if you want to include equity in it, but
certainly NOT payable. this is why actually one cannot set it right in
the wizard, you need to go to the company view.

there the domain is type = other , as you suggest!

bogdan

Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Low
status: New → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Ashvin Rathod (OpenERP) (ara-tinyerp) wrote :

Hello Ferdinand,

Its fixed in lp:~openerp-dev/openobject-addons/trunk-bug-780598-ara branch. It will be merge soon with trunk addons.

Revision ID: <email address hidden>
Revision No: 4698

Thanks,
ara

Changed in openobject-addons:
status: In Progress → Fix Committed
Changed in openobject-addons:
milestone: none → 6.1
qdp (OpenERP) (qdp)
Changed in openobject-addons:
status: Fix Committed → Fix Released
Revision history for this message
Ferdinand (office-chricar) wrote :

please for 6.0.x
currently it is necessary to define wrong account type "payable" to get P&L reports working, with some unwanted side effects as being selectable for partners liability account.

Revision history for this message
Cristian Salamea (ovnicraft) wrote :

I am agree with Ferdinand, please point it to 6.x series

Regards,

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.