Giter Site home page Giter Site logo

Comments (8)

zhumxcq avatar zhumxcq commented on August 19, 2024 1

Hi there, yes I checked out https://github.com/OCA/account-financial-reporting/tree/14.0

from account-financial-reporting.

etobella avatar etobella commented on August 19, 2024 1

I tested it on runboat and it worked well, also, the data you are complaining, comes from a selection field, and it is defined properly.

https://github.com/OCA/account-financial-reporting/blob/14.0/partner_statement/wizard/statement_common.py#L38-L42

Can you check that you are using v14 on your local installation?

It is recommended to check always on runboat to ensure that the issue does not come from your local installation.

from account-financial-reporting.

zhumxcq avatar zhumxcq commented on August 19, 2024 1

You are right, it have to do with a custom account_account that was installed on the odoo installation.

from account-financial-reporting.

etobella avatar etobella commented on August 19, 2024

@zhumxcq I cannot find t-out in the repo. Are you using v14.0 repo?

About the other issue, can you enlighten us somehow? I don't know exactly which is your problem. Can you test on runboat?

from account-financial-reporting.

vdewulf avatar vdewulf commented on August 19, 2024

Hello,
The issue you report might have the same root cause as the one you reported here:
OCA/reporting-engine#877
and for which OCA members already answered.
Please, for future issue creation, could you follow the guidelines proposed at the creation of the issue when choosing to report a bug. It'll help others to better understand and help you quickly.

Here is the template fyi

Module

The name of the module that has a bug.

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Affected versions:

Steps to reproduce the behavior:
1.
2.
3.

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)

Thanks!

from account-financial-reporting.

etobella avatar etobella commented on August 19, 2024

Giving file and line would be great. Otherwise I need to review all repo....

from account-financial-reporting.

zhumxcq avatar zhumxcq commented on August 19, 2024

For this issue:
Odoo 14 does not have account_type in table account_account, instead it has internal_group and internal_type.
internal_group = account_type.split('')[0]
internal_type = account_type.split('')[1]
and the WHERE clause need to be to changed:
AND aa.internal_group = %(internal_group)s
AND aa.internal_type = %(internal_type)s

The following file needs to be changed:
https://github.com/OCA/account-financial-reporting/blob/14.0/partner_statement/report/outstanding_statement.py line 62
https://github.com/OCA/account-financial-reporting/blob/14.0/partner_statement/report/activity_statement.py line 48
https://github.com/OCA/account-financial-reporting/blob/14.0/partner_statement/report/report_statement_common.py line 85

from account-financial-reporting.

etobella avatar etobella commented on August 19, 2024

And t-out?

from account-financial-reporting.

Related Issues (20)

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.