account webkit trial balance - print bold/normal must respect account type

Bug #1006128 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
In Progress
Undecided
Camptocamp

Bug Description

in account_report_trial_balance.mako
we can see
            .regular_account_type {
                font-weight: normal;
            }

            .view_account_type {
                font-weight: bold;
            }

            .account_level_consol {
                font-weight: normal;
                font-style: italic;

but bold and normal seem to depend on the indent level and not on account type view / regular

the ident level is not relevant in Austria - bold/normal must depend on account.type

Revision history for this message
Ferdinand (office-chricar) wrote :

the various account types were mssing
type is just not view and regular
but

 liquidity
 receivable
 view
 payable
 other

the patch fixes this

Revision history for this message
Ferdinand (office-chricar) wrote :

${level_class} ${account_type}
these 2 didn't work well together

Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

Hello,

We should validate that point with frederic.

Regards

Nicolas

Changed in openobject-addons:
assignee: nobody → Camptocamp (c2c)
status: New → In Progress
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.