Giter Site home page Giter Site logo

Comments (11)

ferdiga avatar ferdiga commented on August 30, 2024

On 2015-08-13 15:48, Walid Redwan wrote:
which odoo version - currently only 6.1 is maintained

After I installed this module, the following error massage is shown
during cash register printing:
Encountered unknown tag 'running_tot'. Jinja was looking for the
following tags: 'endfor' or 'else'. The innermost block that needs to
be closed is 'for'.

except_orm: (u"Encountered unknown tag 'endif'. Jinja was looking for
the following tags: 'endfor' or 'else'. The innermost block that needs
to be closed is 'for'.", (, TemplateSyntaxError("Encountered unknown
tag 'endif'. Jinja was looking for the following tags: 'endfor' or
'else'. The innermost block that needs to be closed is 'for'.",), ))


Reply to this email directly or view it on GitHub
#16.

from c2c-rd-addons.

wredwan avatar wredwan commented on August 30, 2024

mmm
Odoo v8

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 30, 2024

please give it a try , I merged v 6.1 into v8

from c2c-rd-addons.

wredwan avatar wredwan commented on August 30, 2024

Ok
I test it now

from c2c-rd-addons.

wredwan avatar wredwan commented on August 30, 2024

From Odoo Pull
:https://apps.openerp.com/apps/modules/8.0/account_cash_register_webkit/

the same error is shown after installation??

from c2c-rd-addons.

wredwan avatar wredwan commented on August 30, 2024

I got it from github
and the new error massage is :
except_orm: (u'Webkit render!', u"'openerp.api.account.bank.statement.line object' has no attribute 'tax_id'")

from c2c-rd-addons.

wredwan avatar wredwan commented on August 30, 2024

After I removed

${line.tax_id.name or ''} the report is printed but it's need some modifications

BIG Thanks for you Mr. Ferdiga

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 30, 2024

please could you try this line instead of commenting

td style="white-space:nowrap">${'tax_id' in line._columns and line.tax_id.name or ''}

from c2c-rd-addons.

wredwan avatar wredwan commented on August 30, 2024

I don't need tax_id in my business case.
If you need my test I will do it ??

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 30, 2024

please

from c2c-rd-addons.

wredwan avatar wredwan commented on August 30, 2024

screenshot- domain date time

from c2c-rd-addons.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.