Help Text for Accounting Properties in Product and Prod Category are confused / wrong / misleading

Bug #325792 reported by Geoff Gardiner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

Help Text for Accounting Properties in Product and Prod Category:

Using demo database, minimal profile, no chart, added sale module and dependencies.
Revno 1695 server, 2192 addons.

Prod Category:
Accounting Properties (2x) and Accounting Stock Properties (2x) - all help text misleading - it can't all be right.

Product:
Sales Properties (2x) and Purchase Properties (2x) - all help text misleading - it can't all be right.

Furthermore, the layout of the two forms is confusing because Prod Category organizes by Accounting and Accounting Stock, while the Product organizes by Sales and Purchase.

Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote :

fixed in trunk.

Changed in openobject-addons:
status: New → Fix Released
Revision history for this message
Ferdinand (office-chricar) wrote :

branch-server 1738
branch-addons 2323
problem still here
see also topic "Stock Moves - accounts definition - URGENT !" on partners list
./addons/stock/product.py
        'property_stock_account_input_categ': fields.property('account.account',
            type='many2one', relation='account.account',
            string='Stock Input Account', method=True, view_load=True,
            help='This account will be used to value the input stock'),
this account holds the credit move of incoming goods
 in German "bewertete Liferanten Lieferscheine" (priced pickings)

./account/product.py
        'property_account_expense_categ': fields.property(
            'account.account',
            type='many2one',
            relation='account.account',
            string="Expense Account",
            method=True,
            view_load=True,
            help="This account will be used to value outgoing stock for the current product category"),
this accounts holds the debit of the incoming product
the text string is somewhat true if the product is a service, but should read
Stock / Expense Account
in German I put Bestandskonto (Vorrat) / Aufwand (Service)

similar seems to be the case for outgoing products (I'll check soon)

If we just change the strings and help, the rest of the code works fine,
I suggest to adapt the field names for better readability
I do not suggest to change the field (database) content, because users (like me) might have used the wrong names with accounts in a way to produce correct results.

Changed in openobject-addons:
status: Fix Released → New
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Improved in revision revision-id: <email address hidden> 2304.

Thank you.

Changed in openobject-addons:
status: New → Fix Released
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.