← Back to team overview

openerp-india team mailing list archive

[Bug 1006128] Re: account webkit trial balance - print bold/normal must respect account type

 

Hello,

We should validate that point with frederic.

Regards

Nicolas


** Changed in: openobject-addons
     Assignee: (unassigned) => Camptocamp (c2c)

** Changed in: openobject-addons
       Status: New => In Progress

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1006128

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

Status in OpenERP Addons (modules):
  In Progress

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1006128/+subscriptions


References