Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to set the useful remarks in Odoo?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 122
    Comment on it

    In odoo useful remarks have three useful step-
    1- Twitter Bootstrap and FontAwesome classes can be used in your report template
    2- Local CSS can be put directly in the template
    3- Global CSS can be inserted in the main report layout by inheriting its template and inserting your CSS.
    For example see below code

    <template id="report_saleorder_style" inherit_id="report.style">
      <xpath expr=".">
        <t>
          example-css-class {
            background-color: red;
          }
        </t>
      </xpath>
    </template>
    

    Note-If it appears that your PDF report is missing the styles then the remark will not be set

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: